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
/
ui
/
events
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nukes MessageLoop::Dispatcher (2)
sky@chromium.org
2014-01-17
1
-2
/
+2
*
events: Add a PRESUBMIT.py script to make sure the tries run enough tests.
sadrul@chromium.org
2014-01-16
1
-0
/
+22
*
Remove gpu side LatencyInfo merging
miletus@chromium.org
2014-01-16
2
-0
/
+24
*
Revert 245226 "Nukes MessageLoop::Dispatcher"
sky@chromium.org
2014-01-16
1
-2
/
+2
*
Nukes MessageLoop::Dispatcher
sky@chromium.org
2014-01-16
1
-2
/
+2
*
Revert 244210 "Include external touchscreen vid/pid in UMA hardw..."
thakis@chromium.org
2014-01-11
4
-60
/
+0
*
Ensure that trackpad and trackpoint scrolling works on Windows desktop Aura w...
ananta@chromium.org
2014-01-11
1
-7
/
+22
*
Target touches to the correct display.
tdresser@chromium.org
2014-01-10
8
-12
/
+51
*
Include external touchscreen vid/pid in UMA hardware profile
tdresser@chromium.org
2014-01-10
4
-0
/
+60
*
Revert 243974 "Target touches to the correct display."
noamsml@google.com
2014-01-09
8
-50
/
+12
*
Target touches to the correct display.
tdresser@chromium.org
2014-01-09
8
-12
/
+50
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-1
/
+1
*
ToplevelWindowEventHandler::HandleMousePressed() has some comments about only...
pkotwicz@chromium.org
2014-01-08
2
-8
/
+0
*
events: Update EventTargeter to operate on the EventTarget that owns the targ...
sadrul@chromium.org
2014-01-06
2
-4
/
+45
*
Update uses of UTF conversions in ui/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
linux: Fix touch-event handling when the touch-screen is an attached slave.
sadrul@chromium.org
2013-12-23
1
-0
/
+9
*
Populate GestureScrollBegin hint properties in Aura
rbyers@chromium.org
2013-12-19
5
-3
/
+26
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
1
-1
/
+1
*
Add DEPS to restrict ui/base/keycodes
garykac@chromium.org
2013-12-19
2
-0
/
+14
*
Truncating X event's coordinate instead of rounding
miletus@chromium.org
2013-12-19
1
-2
/
+2
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
1
-0
/
+2
*
Export DefaultXKeysymFromHardwarekeycode.
komatsu@chromium.org
2013-12-18
1
-1
/
+2
*
Retrieve event flags from leave/notify event state
oshima@chromium.org
2013-12-17
1
-0
/
+3
*
Changes MouseEvent constructor to take changed_button_flags.
sky@chromium.org
2013-12-17
5
-17
/
+23
*
aura: Start using EventPrcessor interface for event dispatch.
sadrul@chromium.org
2013-12-13
3
-1
/
+17
*
Make LatencyInfo trace show input event name
miletus@chromium.org
2013-12-12
2
-0
/
+10
*
Init LatencyInfo for TouchEvent only when constructing from NativeEvent
miletus@chromium.org
2013-12-11
2
-16
/
+10
*
cleanup: Use const-ref instead of pointers in the gesture recognizer API.
sadrul@chromium.org
2013-12-11
3
-9
/
+11
*
Supports Compose key on Linux Aura.
yukishiino@chromium.org
2013-12-11
2
-0
/
+9
*
events: Cleanup: Rename events_unittests.cc to run_all_unittests.cc
tfarina@chromium.org
2013-12-10
2
-2
/
+2
*
[Ozone] Allow KeyEvent::GetCharacter to process events without a native event
dnicoara@chromium.org
2013-12-09
1
-2
/
+4
*
aura: Start updating aura to use EventProcessor for event dispatch.
sadrul@chromium.org
2013-12-06
2
-2
/
+2
*
Add GetCharacter support for Ozone.
kalyan.kondapally@intel.com
2013-12-06
1
-2
/
+6
*
events: Introduce EventProcessor, and EventSource.
sadrul@chromium.org
2013-12-05
13
-7
/
+573
*
x11: Fix setting valuator values.
sadrul@chromium.org
2013-12-04
2
-10
/
+6
*
Sticky keys modifies an entire scroll sequence instead of just a single event.
tengs@chromium.org
2013-12-04
2
-0
/
+32
*
x11: Cleanup how valuators are set for X events in tests.
sadrul@chromium.org
2013-12-03
5
-118
/
+94
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
events: Remove KeyEvent::Copy().
sadrul@chromium.org
2013-12-02
3
-18
/
+1
*
events: Introduce EventTargeter.
sadrul@chromium.org
2013-12-02
7
-3
/
+163
*
Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..."
dbeam@chromium.org
2013-11-29
2
-3
/
+19
*
Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..."
dbeam@chromium.org
2013-11-29
2
-19
/
+3
*
Use LatencyInfoSwapPromise to track LatencyInfo through compositor
miletus@chromium.org
2013-11-29
2
-3
/
+19
*
"Ending" gesture events don't retarget on capture (WIP)
tdresser@chromium.org
2013-11-28
2
-3
/
+2
*
Add 'code' of DOM UIEvents field to ui::KeyEvent.
komatsu@chromium.org
2013-11-28
15
-0
/
+174
*
Add allocator dependency to events_unittests.
eugenis@chromium.org
2013-11-28
1
-0
/
+7
*
Switch Chromoting to use Pepper's GetCode API instead of GetUsbKeycode API.
garykac@chromium.org
2013-11-27
2
-1
/
+19
*
Cancel active touches when their window can no longer receive events.
tdresser@chromium.org
2013-11-26
4
-11
/
+49
*
GTTF: enable new test launcher for ash_unittests, events_unittests, and keybo...
phajdan.jr@chromium.org
2013-11-26
1
-1
/
+7
*
x11: Clean up XEvent construction code for tests.
sadrul@chromium.org
2013-11-26
4
-233
/
+190
[next]