summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-1/+1
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-0/+17
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-2/+4
* Revert 49984 - patch from issue 2762014thakis@chromium.org2010-06-161-4/+2
* patch from issue 2762014thakis@chromium.org2010-06-161-2/+4
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-121-3/+5
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-281-7/+13
* Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusteddspringer@google.com2010-04-081-4/+6
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-4/+4
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-20/+20
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-20/+20
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-20/+20
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-21/+26
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-53/+4
* Fix SharedMemory Object leakjeremy@chromium.org2009-08-261-2/+1
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-8/+5
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-0/+30
* Various popup UI fixes:pkasting@chromium.org2009-05-081-9/+0
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-2/+3
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-13/+11
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-5/+11
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-101-3/+3
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-101-11/+31
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-5/+5
* Bitmap transportagl@chromium.org2009-02-201-0/+59
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Add site_instance, navigation_entry, browsing_instance, renderer_security_pol...pinkerton@chromium.org2009-02-041-0/+4
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-13/+12
* Revert "Make render_view_host compile on Mac & Linux, add to the build."agl@chromium.org2009-01-261-3/+2
* Fix the build.brettw@chromium.org2009-01-261-1/+1
* Make render_view_host compile on Mac & Linux, add to the build.brettw@google.com2009-01-261-1/+2
* Make RenderWidgetHelper portable.brettw@chromium.org2009-01-261-20/+27
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-0/+235