summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-1/+2
* Fix a Chrome crash observed in ChromeFrame reliability test runs. The crash o...ananta@chromium.org2010-07-201-4/+10
* Let PaintAtAck send an int tag instead of the TransportDIB handle.thakis@chromium.org2010-07-191-4/+4
* Improve input method support.suzhe@chromium.org2010-06-231-22/+32
* Peek at the event queue for wheel events for crosdavemoore@chromium.org2010-06-161-22/+1
* Merge DidPaintBackingStoreRects and DidScrollBackingStoreRectdarin@chromium.org2010-06-111-7/+3
* Relanding 49339 jcivelli@chromium.org2010-06-101-0/+34
* Revert 49339 - Enable renderer accessibility by default.jcivelli@chromium.org2010-06-101-34/+0
* Enable renderer accessibility by default.ctguil@chromium.org2010-06-091-0/+34
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Cleaning up the node focus notification.jcivelli@google.com2010-06-011-4/+0
* This tunes up some of the snapshot creation code.gspencer@chromium.org2010-05-281-4/+6
* Enabled mousewheel coalescing to work better for ChromeOS.davemoore@chromium.org2010-05-281-15/+48
* Windows accessibility improvements: 1. All WebKit roles are now passed to thedmazzoni@chromium.org2010-05-211-0/+12
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-131-1/+2
* Adding a new IPC message to notify the browser process when a render widget i...vangelis@chromium.org2010-05-071-0/+7
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-0/+16
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-1/+2
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-8/+0
* [Mac] Match popup contents to page zoom size.thakis@chromium.org2010-03-171-0/+1
* Fixes a timeout issue in RenderWidgetHost.creis@chromium.org2010-03-171-4/+9
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-121-16/+17
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+8
* [Linux]Improve keyboard event handling code of RWHV.suzhe@chromium.org2010-03-011-1/+1
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-0/+45
* Only send unprocessed key events upwards if the RenderWidgetHost is not hidden.suzhe@chromium.org2010-02-261-1/+4
* 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