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
/
aura
/
root_window_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
1
-1807
/
+0
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
1
-70
/
+76
*
Aura: update last mouse position while holding pointer.
dgozman@chromium.org
2014-02-18
1
-2
/
+19
*
Remove some methods from RootWindow that really belong on the WTH.
ben@chromium.org
2014-02-16
1
-3
/
+3
*
Do not set the last mouse location from synthesized event.
oshima@chromium.org
2014-02-14
1
-0
/
+50
*
Do not consider drag capture window activatable for window selection.
flackr@chromium.org
2014-02-06
1
-0
/
+54
*
Remove unnecessary uses of aura::Env::GetDispatcher
sadrul@chromium.org
2014-02-05
1
-2
/
+1
*
aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.
sadrul@chromium.org
2014-01-31
1
-68
/
+48
*
aura: Fix dispatching 'held' events when root-window has a non-identity trans...
sadrul@chromium.org
2014-01-21
1
-0
/
+80
*
Wait for SHOW_PRESS gesture to avoid flake in root_window_unittest.cc
tdresser@chromium.org
2014-01-16
1
-9
/
+19
*
aura/ash: Misc nits.
sadrul@chromium.org
2014-01-13
1
-3
/
+4
*
aura: Fix a couple of issues related to held touch events.
sadrul@chromium.org
2014-01-13
1
-36
/
+99
*
Disable flaky RootWindowTest.TouchMovesHeld on ChromeOS.
msw@chromium.org
2014-01-12
1
-1
/
+7
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-43
/
+43
*
aura: Fix a flaky test caused by synthesized mouse-move events.
sadrul@chromium.org
2013-12-23
1
-0
/
+4
*
Changes MouseEvent constructor to take changed_button_flags.
sky@chromium.org
2013-12-17
1
-19
/
+26
*
aura: Post non-nestable tasks for dispatching held/repostable events.
sadrul@chromium.org
2013-12-16
1
-0
/
+78
*
aura: Start using EventPrcessor interface for event dispatch.
sadrul@chromium.org
2013-12-13
1
-3
/
+2
*
"Ending" gesture events don't retarget on capture (WIP)
tdresser@chromium.org
2013-11-28
1
-0
/
+33
*
Cancel active touches when their window can no longer receive events.
tdresser@chromium.org
2013-11-26
1
-6
/
+94
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-37
/
+37
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-37
/
+37
*
ozone: Disable tests that create multiple RootWindowHosts
spang@chromium.org
2013-11-18
1
-2
/
+16
*
aura: Avoid unnecessary recursion when deciding whether a window can accept a...
sadrul@chromium.org
2013-11-14
1
-0
/
+15
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-2
/
+3
*
Revert 234428 "Make RootWindow not subclass Window."
ben@chromium.org
2013-11-12
1
-3
/
+2
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-2
/
+3
*
Use Window instead of RootWindow in many more places throughout the codebase
ben@chromium.org
2013-11-10
1
-54
/
+54
*
Fixes possible use after free in RootWindow::DispatchHeldEvents
sky@chromium.org
2013-10-31
1
-1
/
+57
*
Fixes bug in RepostEvent() incorrectly resetting held_move_event_ twice
sky@chromium.org
2013-10-30
1
-0
/
+59
*
Disable broken reposting of gesture events
rbyers@chromium.org
2013-10-30
1
-3
/
+7
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
1
-1
/
+1
*
Makes ~RootWindow delete child windows
sky@chromium.org
2013-10-19
1
-0
/
+46
*
Attempt to re-land FocusManager removal from Aura.
ben@chromium.org
2013-10-18
1
-1
/
+1
*
Revert 229437 "Remove old FocusManager code from Aura."
ben@chromium.org
2013-10-18
1
-1
/
+1
*
Remove old FocusManager code from Aura.
ben@chromium.org
2013-10-18
1
-1
/
+1
*
Makes Env::is_mouse_button_down() query the native OS when appropriate.
sky@chromium.org
2013-10-14
1
-9
/
+9
*
Makes RootWindow::RepostEvent() target capture window
sky@chromium.org
2013-10-10
1
-0
/
+22
*
Do not send mouse-move when target is destroyed due to synthesized mouse-exit...
mohsen@chromium.org
2013-10-09
1
-0
/
+65
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
1
-1
/
+1
*
Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisible
tdanderson@google.com
2013-09-20
1
-0
/
+41
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-3
/
+3
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Addressing sadruls comments from the previous CL https://codereview.chromium....
ananta@chromium.org
2013-08-30
1
-0
/
+98
*
Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi...
ananta@chromium.org
2013-08-23
1
-0
/
+26
*
Do not dispatch synthetic mousemove events when mouse events are disabled
tdanderson@google.com
2013-06-24
1
-0
/
+35
*
Cause touch events to be held like mouse events during window resizing
rharrison@chromium.org
2013-06-11
1
-9
/
+64
*
Translate 1 pixel not 1 dip when rotating the display.
oshima@chromium.org
2013-04-11
1
-41
/
+0
*
Short term workaround to deal with calculation error caused by inverted matrix.
oshima@chromium.org
2013-03-23
1
-0
/
+42
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
1
-3
/
+0
[next]