summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-14/+16
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-1/+5
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+2
* Update renderer's resize corner rect cached in RenderWidgetHost only on resiz...alekseys@chromium.org2010-11-241-5/+9
* touchui: Create touch-events.sadrul@chromium.org2010-11-231-0/+7
* Fixes bug that could leave renderer out of sync with size ofsky@chromium.org2010-11-231-0/+21
* Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...alekseys@chromium.org2010-11-161-21/+30
* Mac: Show GPU widget on reload after a renderer crash.thakis@chromium.org2010-11-161-0/+1
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-60/+5
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-2/+2
* Refactoring select popup on Mac.jcivelli@google.com2010-10-261-11/+0
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-25/+11
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-11/+25
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-4/+3
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-3/+4
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-0/+11
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-22/+10
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-10/+22
* DidUpdateRect should not call DidUpdateBackingStore when in accelerated compo...nduca@chromium.org2010-10-051-1/+1
* Revert asynchronous backing store changes.derat@chromium.org2010-10-051-31/+13
* Only enable renderer accessibility when an active screen reader is detected.ctguil@chromium.org2010-10-051-4/+4
* Add ViewMsg_DoneUsingBitmap message.derat@chromium.org2010-10-011-13/+31
* When in accelerated compositing mode, RenderWidgetHostView::paint/exposenduca@chromium.org2010-09-301-0/+22
* Couple of match preview changes.sky@chromium.org2010-09-291-0/+3
* Support additional webkit accessibility notifications and states. ctguil@chromium.org2010-09-251-19/+3
* Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...ctguil@chromium.org2010-09-181-0/+5
* Add support for webkit ValueChanged accessibility notification.ctguil@chromium.org2010-09-161-2/+2
* [Linux] Don't send a key event to browser window for pre-handling if it's han...satorux@chromium.org2010-09-141-13/+16
* Makes --disable-hang-monitor apply to navigations and closing tabs.creis@google.com2010-09-071-0/+5
* Re-lands 58186:bryeung@chromium.org2010-09-031-3/+3
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-3/+3
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-3/+3
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-3/+3
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-3/+3
* Update browser cache of accessibility tree on renderer sub-tree changes.ctguil@chromium.org2010-08-311-0/+4
* When compositor is enabled, do not do backing store updates.amarinichev@chromium.org2010-08-251-20/+25
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Mac: Correctly show/hide compositor on navigations.thakis@chromium.org2010-08-241-0/+7
* RenderWidget::WasRestored should repaint the view when accelerated compositingdarin@chromium.org2010-08-201-1/+4
* Adds RenderWidgetHostWillPaint. I need this for something else I'msky@chromium.org2010-08-181-0/+3
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-161-0/+3
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-4/+3
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-28/+28
* 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