summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Tuple to base namespace.brettw2015-05-291-6/+6
* Coalesce async touch move events until the ack back from render.lanwei2015-05-191-6/+9
* Send resize event when the screen info changes.mlamouri2015-05-111-2/+49
* Revert of Send resize event when the screen info changes. (patchset #5 id:800...maniscalco2015-04-161-12/+2
* Send resize event when the screen info changes.mlamouri2015-04-161-2/+12
* Signal input flush when all flings have terminatedjdduke2015-03-201-2/+1
* Prevent hang monitor restarts when hiddenjdduke2015-03-091-6/+40
* Fix resize ACK bugsievers2015-02-261-30/+22
* Always forward touch events to the TouchEventQueuejdduke2015-02-261-1/+0
* Makes a couple of tests reset state appropriatelysky2015-01-201-0/+1
* Pass gesture detector config type when enabling touch emulator.dgozman2015-01-191-4/+8
* Remove deprecated methods from Pickle.avi2014-12-281-1/+1
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-1/+1
* Standardize usage of virtual/override/final specifiers in content/.dcheng2014-12-231-1/+1
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-1/+1
* Update legacy Tuple-using code.Avi Drissman2014-12-221-6/+6
* Always validate the in-flight event countjdduke2014-12-111-73/+0
* Pass the size to the RenderView on creation.mkosiba2014-11-121-13/+62
* Update touch selection to only modify one selection point at a time.christiank2014-11-051-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-5/+4
* Sets the default background color of inline signin and user manager to greyguohui2014-10-231-1/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-44/+33
* Fix RenderWidgetHostViewGuest leak.lazyboy2014-10-201-1/+1
* Revert of Sets the default background color of inline signin and user manager...kbr2014-10-151-1/+1
* Sets the default background color of inline signin and user manager to greyguohui2014-10-151-1/+1
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-141-1/+1
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-23/+23
* Add input coordinate information to InputLatencyskyostil2014-09-221-7/+83
* Fix reload of a tab that crashed in background.ppi2014-08-251-0/+14
* DevTools: control touch emulation from the browser side only.pfeldman@chromium.org2014-08-201-8/+4
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+1
* Fix MPArch.RWH_TabSwitchPaintDurationjbauman@chromium.org2014-08-091-2/+2
* Make RendererExited reset the InputRouter after destroying the window.skobes@chromium.org2014-07-231-0/+21
* Separate ResizeHelper from RenderWidgetHelperccameron@chromium.org2014-07-171-28/+0
* NoTransportImageTransportFactory is compiled into only test targets.dongseong.hwang@intel.com2014-07-081-3/+3
* Fix browser test bugs with delegated rendering on Macccameron@chromium.org2014-07-021-5/+16
* aura: Allow specifying the size of TestScreen when creating it.sadrul@chromium.org2014-06-201-1/+1
* use enum to specify deviceSource for fling animation.rjkroege@chromium.org2014-06-031-11/+10
* Move OverscrollController to RenderWidgetHostViewAurajdduke@chromium.org2014-06-031-1238/+15
* Bundle DidOverscrollParams with the input event ackjdduke@chromium.org2014-05-201-4/+4
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-131-10/+6
* Remove RenderWidget::SetBackground, change IPC to pass a bool.danakj@chromium.org2014-05-131-43/+12
* Makes PlatformEventSource creation in Env conditionalsky@chromium.org2014-05-051-1/+1
* Reland "Consolidate all touch/gesture related constants in content"jdduke@chromium.org2014-05-031-28/+22
* Revert of Consolidate all touch/gesture related constants in content (https:/...jdduke@chromium.org2014-05-031-22/+28
* Consolidate all touch/gesture related constants in contentjdduke@chromium.org2014-05-031-28/+22
* Synthesize ctrl-wheel events on touchpad pinchrbyers@chromium.org2014-05-021-5/+2
* Remove RenderWidgetHostViewPort.jam@chromium.org2014-05-011-14/+13
* Remove RenderWidgetHostView*::DidUpdateBackingStore.jbauman@chromium.org2014-04-301-14/+1
* Reland "Implement async touchmove dispatch during scroll"jdduke@chromium.org2014-04-281-70/+0