summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-8/+10
* Check for null delegate when touch and wheel scrolling.tdresser2015-12-091-0/+20
* Convert the coordinates in WebInputEvent To Viewport in InputRouter before se...oshima2015-12-021-0/+1
* Separate RenderViewHost from RenderWidgetHost, part 5: move calls to the Rend...avi2015-11-091-22/+21
* Embed keyboard shortcut bit in WebKeyboardEventjdduke2015-10-151-23/+80
* Don't use base::MessageLoop::{Quit,QuitClosure} in content/ki.stfu2015-10-121-10/+10
* Make rendering timeouts work even if paint data received earlykenrb2015-10-021-1/+12
* Remove surface_id from RenderWidget/RenderWidgetHost and friendspiman2015-09-241-2/+0
* Remove delegated-renderer and composite-to-mailbox flagspiman2015-09-221-7/+4
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-2/+3
* Clear page display after navigation if no rendered output arriveskenrb2015-09-151-1/+36
* Assume crashed RenderWidgetHost to be invisiblejaekyun2015-09-091-4/+4
* Disallow lazy assignment of RenderWidgetHostImpl routing IDs.dcheng2015-08-311-7/+13
* Keep track of the timestamps for coalesced eventsmiletus2015-08-131-3/+5
* aura: Sanitize the lifetime of aura::Env instance.sadrul2015-08-071-3/+0
* Add latency tracking for mouse move/keyboard eventmiletus2015-08-061-2/+1
* This reverts 3 CLsoshima2015-08-051-0/+3
* aura: Remove more code that explicitly creates/destroys aura::Env.sadrul2015-08-041-3/+0
* Route 'Select All' OS method through RenderWidgetHostDelegate.lgarron2015-07-101-0/+1
* Make some editing/selection functions accessible to c/b/renderer_host/mohsen2015-07-021-0/+4
* Support mobile/desktop-specific touch timeout delaysjdduke2015-06-301-1/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-21/+17
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-17/+21
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-21/+17
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-17/+21
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-21/+17
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* 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