summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1807/+0
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-70/+76
* Aura: update last mouse position while holding pointer.dgozman@chromium.org2014-02-181-2/+19
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-3/+3
* Do not set the last mouse location from synthesized event.oshima@chromium.org2014-02-141-0/+50
* Do not consider drag capture window activatable for window selection.flackr@chromium.org2014-02-061-0/+54
* Remove unnecessary uses of aura::Env::GetDispatchersadrul@chromium.org2014-02-051-2/+1
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-68/+48
* aura: Fix dispatching 'held' events when root-window has a non-identity trans...sadrul@chromium.org2014-01-211-0/+80
* Wait for SHOW_PRESS gesture to avoid flake in root_window_unittest.cctdresser@chromium.org2014-01-161-9/+19
* aura/ash: Misc nits.sadrul@chromium.org2014-01-131-3/+4
* aura: Fix a couple of issues related to held touch events.sadrul@chromium.org2014-01-131-36/+99
* Disable flaky RootWindowTest.TouchMovesHeld on ChromeOS.msw@chromium.org2014-01-121-1/+7
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-43/+43
* aura: Fix a flaky test caused by synthesized mouse-move events.sadrul@chromium.org2013-12-231-0/+4
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-19/+26
* aura: Post non-nestable tasks for dispatching held/repostable events.sadrul@chromium.org2013-12-161-0/+78
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-131-3/+2
* "Ending" gesture events don't retarget on capture (WIP)tdresser@chromium.org2013-11-281-0/+33
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-261-6/+94
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-37/+37
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-37/+37
* ozone: Disable tests that create multiple RootWindowHostsspang@chromium.org2013-11-181-2/+16
* aura: Avoid unnecessary recursion when deciding whether a window can accept a...sadrul@chromium.org2013-11-141-0/+15
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-2/+3
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-3/+2
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-2/+3
* Use Window instead of RootWindow in many more places throughout the codebaseben@chromium.org2013-11-101-54/+54
* Fixes possible use after free in RootWindow::DispatchHeldEventssky@chromium.org2013-10-311-1/+57
* Fixes bug in RepostEvent() incorrectly resetting held_move_event_ twicesky@chromium.org2013-10-301-0/+59
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-3/+7
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-1/+1
* Makes ~RootWindow delete child windowssky@chromium.org2013-10-191-0/+46
* Attempt to re-land FocusManager removal from Aura.ben@chromium.org2013-10-181-1/+1
* Revert 229437 "Remove old FocusManager code from Aura."ben@chromium.org2013-10-181-1/+1
* Remove old FocusManager code from Aura.ben@chromium.org2013-10-181-1/+1
* Makes Env::is_mouse_button_down() query the native OS when appropriate.sky@chromium.org2013-10-141-9/+9
* Makes RootWindow::RepostEvent() target capture windowsky@chromium.org2013-10-101-0/+22
* Do not send mouse-move when target is destroyed due to synthesized mouse-exit...mohsen@chromium.org2013-10-091-0/+65
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisibletdanderson@google.com2013-09-201-0/+41
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-3/+3
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Addressing sadruls comments from the previous CL https://codereview.chromium....ananta@chromium.org2013-08-301-0/+98
* Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi...ananta@chromium.org2013-08-231-0/+26
* Do not dispatch synthetic mousemove events when mouse events are disabledtdanderson@google.com2013-06-241-0/+35
* Cause touch events to be held like mouse events during window resizingrharrison@chromium.org2013-06-111-9/+64
* Translate 1 pixel not 1 dip when rotating the display.oshima@chromium.org2013-04-111-41/+0
* Short term workaround to deal with calculation error caused by inverted matrix.oshima@chromium.org2013-03-231-0/+42
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-3/+0