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
*
Add content::RenderWidgetHost::MouseEventCallback
wdzierzanowski@opera.com
2013-08-29
1
-2
/
+27
*
Remove KeyboardListener interface and switch to a callback instead, per the C...
jam@chromium.org
2013-08-27
1
-39
/
+17
*
Explicitely track whether the RWHI's screen info is out of date.
jochen@chromium.org
2013-08-21
1
-4
/
+3
*
Initialize RenderWidget(Host)(View)s with correct visibility state
jamesr@chromium.org
2013-08-20
1
-1
/
+1
*
Send input event's LatencyInfo back from renderer to browser when acked
miletus@chromium.org
2013-08-07
1
-1
/
+2
*
Ensure RenderWidgetHostImpl calls InputRouter interface correctly.
kouhei@chromium.org
2013-08-05
1
-1
/
+306
*
Revert 215246 "Ensure RenderWidgetHostImpl calls InputRouter int..."
eugenis@chromium.org
2013-08-02
1
-295
/
+0
*
Ensure RenderWidgetHostImpl calls InputRouter interface correctly.
kouhei@chromium.org
2013-08-02
1
-0
/
+295
*
Add unittests for ImmediateInputRouter.
kouhei@chromium.org
2013-07-30
1
-1990
/
+0
*
Move more input-related files to renderer_host/input
jdduke@chromium.org
2013-07-26
1
-4
/
+4
*
Seperate horizontal and vertical overscrolling
rharrison@chromium.org
2013-07-26
1
-42
/
+77
*
Initial plumbing for Scroll End Effect
rharrison@chromium.org
2013-07-24
1
-32
/
+0
*
Update the screen info if the display related property has changed when resized.
oshima@chromium.org
2013-07-23
1
-3
/
+6
*
Factor out input event handling code from RenderWidgetHostImpl to InputRouter
jdduke@chromium.org
2013-07-20
1
-16
/
+26
*
Revert 212684 "Factor out input event handling code from RenderW..."
asargent@chromium.org
2013-07-19
1
-26
/
+16
*
Factor out input event handling code from RenderWidgetHostImpl to InputRouter
jdduke@chromium.org
2013-07-19
1
-16
/
+26
*
Use a direct include of the shared_memory header in content/browser/, content...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
RenderWidgetHostImpl's resize_ack_pending_ should set to true only when
kkimlabs@chromium.org
2013-07-13
1
-21
/
+28
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Let ui::TouchEvent carry LatencyInfo
miletus@chromium.org
2013-06-18
1
-5
/
+7
*
overscroll: Let the touch-move events go through to the renderer during overs...
sadrul@chromium.org
2013-06-17
1
-5
/
+15
*
overscroll: Disable vertical overscroll.
sadrul@chromium.org
2013-06-17
1
-0
/
+32
*
overscroll: Reset the scroll-state when scroll gesture ends.
sadrul@chromium.org
2013-06-17
1
-0
/
+80
*
overscroll: Cancel any in-progress overscroll on blur.
sadrul@chromium.org
2013-06-17
1
-0
/
+48
*
overscroll: Reset the mouse-move pending state when the event is consumed.
sadrul@chromium.org
2013-05-30
1
-0
/
+92
*
overscroll: Do not overscroll if the beginning of a scroll was consumed.
sadrul@chromium.org
2013-05-23
1
-8
/
+102
*
Don't expect ack for ViewMsg_OnResize if backing size is empty
wangxianzhu@chromium.org
2013-05-15
1
-2
/
+28
*
Make preventDefault() from onmousewheel disable two-finger back/forward navig...
evan.exe@gmail.com
2013-05-13
1
-0
/
+35
*
Add latency info to input events sent to RenderWidget.
jbauman@chromium.org
2013-05-10
1
-3
/
+3
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-67
/
+97
*
gesture nav: Make sure touch-end/cancel events reach the renderer.
sadrul@chromium.org
2013-05-02
1
-0
/
+9
*
Add a new pair of IPC categories for messages that need handling as input events
jamesr@chromium.org
2013-04-27
1
-19
/
+20
*
Browser Plugin: Added gesture recognizer per guest RenderView.
fsamuel@chromium.org
2013-03-24
1
-1
/
+6
*
Configured TSC params in unit tests
mohsen@chromium.org
2013-03-15
1
-628
/
+464
*
Refactored TapSuppressionController
mohsen@chromium.org
2013-03-05
1
-34
/
+36
*
overscroll: Introduce a ratio-threshold for starting an overscroll gesture.
sadrul@chromium.org
2013-02-23
1
-32
/
+32
*
touch: Change the behaviour of compositor-thread hittesting for touch events.
sadrul@chromium.org
2013-02-21
1
-87
/
+99
*
overscroll: Fix changing overscroll direction.
sadrul@chromium.org
2013-02-19
1
-0
/
+40
*
move --aura-host-window-size to --ash-host-window-bounds
oshima@chromium.org
2013-02-15
1
-1
/
+1
*
Coalesce scrollUpdate and pinchUpdate on gesture_event queue
yusufo@chromium.org
2013-02-13
1
-6
/
+259
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
1
-9
/
+9
*
overscroll: Make sure the overscroll controller gets set/reset correctly.
sadrul@chromium.org
2013-02-11
1
-1
/
+1
*
overscroll: Use wheel events only from the trackpad.
sadrul@chromium.org
2013-02-06
1
-24
/
+25
*
Add support for compositor-thread hit-testing for touch events in all platforms.
sadrul@chromium.org
2013-01-31
1
-86
/
+389
*
overscroll: Some UI fixes.
sadrul@chromium.org
2013-01-23
1
-0
/
+53
*
GestureFlingCancelsFiltered unit test for touchpad
mohsen@chromium.org
2013-01-17
1
-19
/
+31
*
Removed references to the old sourceDevice field
mohsen@chromium.org
2013-01-08
1
-3
/
+0
*
Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...
jam@chromium.org
2013-01-02
1
-8
/
+8
*
As part of refactoring GestureEventFilter and separating
mohsen@chromium.org
2012-12-21
1
-77
/
+143
*
Discard zero-velocity fling-start events from trackpad.
sadrul@chromium.org
2012-12-20
1
-2
/
+49
[next]