summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-231-0/+12
* Fix browser crash.thakis@chromium.org2010-02-091-3/+5
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+44
* Mac: Coalesce scroll events.thakis@chromium.org2010-01-151-1/+44
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-3/+4
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-12/+24
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-68/+27
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-27/+68
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-68/+27
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-182/+36
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-5/+8
* linux: don't try to create plugin container if view_ is NULLpiman@chromium.org2009-12-011-2/+13
* Optimize the rendering when there are pending key events.suzhe@chromium.org2009-12-011-97/+133
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-6/+4
* Revert 32137 - Revert 32121 Fix crash.laforge@chromium.org2009-11-171-1/+2
* Revert 32121 - Fix crash.erikkay@chromium.org2009-11-171-2/+1
* Fix crash.thakis@chromium.org2009-11-161-1/+2
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Fixes reloading after a background tab crashes.creis@chromium.org2009-11-021-1/+2
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-231-7/+154
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-5/+0
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-1/+8
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-1/+1
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+4
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+6
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+12
* Remove non-full paints from uninitialized backing storecpu@chromium.org2009-09-041-6/+4
* Fix a DCHECK that I hit while working on the extension shelf for OS X.thakis@chromium.org2009-09-021-0/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-7/+4
* Relands drop support:sky@chromium.org2009-08-191-1/+4
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-181-4/+1
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-181-1/+4
* Disable input events when a JS dialog is showing.tc@google.com2009-08-041-0/+11
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+4
* More bad ipc message handling for RenderWidgetHostcpu@google.com2009-07-171-5/+5
* Reverting 20855.darin@chromium.org2009-07-161-12/+15
* Reverting 20854.darin@chromium.org2009-07-161-15/+12
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-12/+15
* Handle failure of de-serialization of IPC messages in RenderViewHostcpu@google.com2009-07-151-22/+30
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-2/+3
* Reverting 20683.jorlow@chromium.org2009-07-141-3/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-2/+3
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-11/+10
* Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.shess@chromium.org2009-07-081-12/+42
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+18
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-18/+0