summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix race between DPI and window sizeccameron@chromium.org2013-05-291-0/+8
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-6/+6
* Part 3/3 (RWH/IOSurface) of adding with device scale factor to transport surf...ccameron@chromium.org2013-05-271-5/+3
* Allow the IAccessible parent to be known late in the game.grt@chromium.org2013-05-251-0/+2
* Add renderer overscroll hooks to the browserjdduke@chromium.org2013-05-171-0/+2
* Add latency info to input events sent to RenderWidget.jbauman@chromium.org2013-05-101-6/+29
* aura: Don't lock resizes for auto-resize RWHpiman@chromium.org2013-05-071-0/+4
* Notify all visible renderers when the visibility of the mouse cursor changestdanderson@google.com2013-05-061-0/+3
* Revert 198519 "Notify all visible renderers when the visibility ..."skaslev@chromium.org2013-05-061-3/+0
* Notify all visible renderers when the visibility of the mouse cursor changestdanderson@google.com2013-05-061-0/+3
* Browser Plugin: Plumb edit commands from BrowserPlugin to the guestfsamuel@chromium.org2013-05-011-0/+2
* Fix RenderWidgetHostViewAura's accessible parent harder.grt@chromium.org2013-04-291-0/+4
* Splits SmoothGestureController from RenderWidgetHostImplbulach@chromium.org2013-04-291-13/+5
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-1/+1
* [Autofill] Handle the Tab Key in the new UIcsharp@chromium.org2013-04-201-1/+2
* Revert 192041 "Splits SmoothGestureController from RenderWidgetH..."phoglund@chromium.org2013-04-031-4/+12
* Splits SmoothGestureController from RenderWidgetHostImplbulach@chromium.org2013-04-031-12/+4
* Browser Plugin: Added gesture recognizer per guest RenderView.fsamuel@chromium.org2013-03-241-0/+4
* Expose a concept of bottom overdraw amount for cc drawing viewport.tedchoc@chromium.org2013-03-241-0/+4
* Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...justinlin@chromium.org2013-03-231-0/+8
* Adds a chrome://accessibility page, which:aboxhall@chromium.org2013-03-121-0/+7
* Send fewer accessibility tree nodes from renderer to browser.dmazzoni@chromium.org2013-03-071-0/+3
* ÜC: support DelegatedFrameData in Aurapiman@chromium.org2013-03-061-1/+1
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-011-0/+3
* Revert 185475jln@chromium.org2013-03-011-3/+0
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-011-0/+3
* Aura: Browser-side changes for Composite-To-Mailboxsievers@chromium.org2013-03-011-0/+5
* touch: Change the behaviour of compositor-thread hittesting for touch events.sadrul@chromium.org2013-02-211-5/+0
* Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget...jam@chromium.org2013-02-211-35/+0
* [Autofill] Add ability to load Risk fingerprint data in AutofillDialogControl...isherman@chromium.org2013-02-211-2/+1
* Replace the misspelled range within a selection to correct spelling.rouslan@chromium.org2013-02-121-0/+1
* Prevent translated key events (WM_CHAR) associated with key events that focus...jam@chromium.org2013-02-121-0/+4
* overscroll: Make sure the overscroll controller gets set/reset correctly.sadrul@chromium.org2013-02-111-3/+3
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-2/+1
* Add support for compositor-thread hit-testing for touch events in all platforms.sadrul@chromium.org2013-01-311-0/+5
* Add a new code/message path for moving an insertion handlecjhopman@chromium.org2013-01-111-0/+10
* Centralize keypress listener handling in non-platform-specific code.isherman@chromium.org2013-01-091-4/+4
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-48/+44
* [content shell] run in headless mode (gtk only)jochen@chromium.org2012-12-211-11/+4
* Send compositor frame IPC with metadata.aelias@chromium.org2012-12-181-0/+5
* Put AcceleratedSurfaceMsg_BufferPresented arguments in a struct.sievers@chromium.org2012-12-171-2/+2
* Refactor AutofillPopupView and friendsestade@chromium.org2012-12-141-7/+1
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-10/+1
* This is a revert of 171414 with a different workaround to get the view in Web...jam@chromium.org2012-12-071-4/+0
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-1/+10
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-10/+1
* Attempt to linearize the scroll deltas created in RenderWidgetHostViewBasevollick@chromium.org2012-12-061-0/+2
* Temporary workaround for getting the screen rects synchronously from the rend...oshima@chromium.org2012-12-061-0/+4
* Suppress sending mousedown / mouseup when in flingmohsen@chromium.org2012-12-051-0/+1
* Change the InputEventAck codepath to use a tri-state-enum instead of a booleanyusufo@chromium.org2012-11-301-2/+3