index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
render_widget_host_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Tuple to base namespace.
brettw
2015-05-29
1
-6
/
+6
*
Coalesce async touch move events until the ack back from render.
lanwei
2015-05-19
1
-6
/
+9
*
Send resize event when the screen info changes.
mlamouri
2015-05-11
1
-2
/
+49
*
Revert of Send resize event when the screen info changes. (patchset #5 id:800...
maniscalco
2015-04-16
1
-12
/
+2
*
Send resize event when the screen info changes.
mlamouri
2015-04-16
1
-2
/
+12
*
Signal input flush when all flings have terminated
jdduke
2015-03-20
1
-2
/
+1
*
Prevent hang monitor restarts when hidden
jdduke
2015-03-09
1
-6
/
+40
*
Fix resize ACK bug
sievers
2015-02-26
1
-30
/
+22
*
Always forward touch events to the TouchEventQueue
jdduke
2015-02-26
1
-1
/
+0
*
Makes a couple of tests reset state appropriately
sky
2015-01-20
1
-0
/
+1
*
Pass gesture detector config type when enabling touch emulator.
dgozman
2015-01-19
1
-4
/
+8
*
Remove deprecated methods from Pickle.
avi
2014-12-28
1
-1
/
+1
*
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...
avi
2014-12-28
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers in content/.
dcheng
2014-12-23
1
-1
/
+1
*
Remove deprecated methods from Pickle.
Avi Drissman
2014-12-22
1
-1
/
+1
*
Update legacy Tuple-using code.
Avi Drissman
2014-12-22
1
-6
/
+6
*
Always validate the in-flight event count
jdduke
2014-12-11
1
-73
/
+0
*
Pass the size to the RenderView on creation.
mkosiba
2014-11-12
1
-13
/
+62
*
Update touch selection to only modify one selection point at a time.
christiank
2014-11-05
1
-2
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
1
-5
/
+4
*
Sets the default background color of inline signin and user manager to grey
guohui
2014-10-23
1
-1
/
+1
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-44
/
+33
*
Fix RenderWidgetHostViewGuest leak.
lazyboy
2014-10-20
1
-1
/
+1
*
Revert of Sets the default background color of inline signin and user manager...
kbr
2014-10-15
1
-1
/
+1
*
Sets the default background color of inline signin and user manager to grey
guohui
2014-10-15
1
-1
/
+1
*
Use int64 more pervasively in storing time s/ms/us values.
pkasting
2014-10-14
1
-1
/
+1
*
Replacing the OVERRIDE with override and FINAL with final in content/browser/...
mohan.reddy
2014-10-07
1
-23
/
+23
*
Add input coordinate information to InputLatency
skyostil
2014-09-22
1
-7
/
+83
*
Fix reload of a tab that crashed in background.
ppi
2014-08-25
1
-0
/
+14
*
DevTools: control touch emulation from the browser side only.
pfeldman@chromium.org
2014-08-20
1
-8
/
+4
*
Add base:: qualification to some COmmandLine references in content.
brettw@chromium.org
2014-08-11
1
-1
/
+1
*
Fix MPArch.RWH_TabSwitchPaintDuration
jbauman@chromium.org
2014-08-09
1
-2
/
+2
*
Make RendererExited reset the InputRouter after destroying the window.
skobes@chromium.org
2014-07-23
1
-0
/
+21
*
Separate ResizeHelper from RenderWidgetHelper
ccameron@chromium.org
2014-07-17
1
-28
/
+0
*
NoTransportImageTransportFactory is compiled into only test targets.
dongseong.hwang@intel.com
2014-07-08
1
-3
/
+3
*
Fix browser test bugs with delegated rendering on Mac
ccameron@chromium.org
2014-07-02
1
-5
/
+16
*
aura: Allow specifying the size of TestScreen when creating it.
sadrul@chromium.org
2014-06-20
1
-1
/
+1
*
use enum to specify deviceSource for fling animation.
rjkroege@chromium.org
2014-06-03
1
-11
/
+10
*
Move OverscrollController to RenderWidgetHostViewAura
jdduke@chromium.org
2014-06-03
1
-1238
/
+15
*
Bundle DidOverscrollParams with the input event ack
jdduke@chromium.org
2014-05-20
1
-4
/
+4
*
Add support for passing an arbitrary parameter to an IPC message handler. The...
jam@chromium.org
2014-05-13
1
-10
/
+6
*
Remove RenderWidget::SetBackground, change IPC to pass a bool.
danakj@chromium.org
2014-05-13
1
-43
/
+12
*
Makes PlatformEventSource creation in Env conditional
sky@chromium.org
2014-05-05
1
-1
/
+1
*
Reland "Consolidate all touch/gesture related constants in content"
jdduke@chromium.org
2014-05-03
1
-28
/
+22
*
Revert of Consolidate all touch/gesture related constants in content (https:/...
jdduke@chromium.org
2014-05-03
1
-22
/
+28
*
Consolidate all touch/gesture related constants in content
jdduke@chromium.org
2014-05-03
1
-28
/
+22
*
Synthesize ctrl-wheel events on touchpad pinch
rbyers@chromium.org
2014-05-02
1
-5
/
+2
*
Remove RenderWidgetHostViewPort.
jam@chromium.org
2014-05-01
1
-14
/
+13
*
Remove RenderWidgetHostView*::DidUpdateBackingStore.
jbauman@chromium.org
2014-04-30
1
-14
/
+1
*
Reland "Implement async touchmove dispatch during scroll"
jdduke@chromium.org
2014-04-28
1
-70
/
+0
[next]