summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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