summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_event_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* aura: Remove WindowTreeHost::QueryMouseLocation().sadrul@chromium.org2014-04-281-7/+0
* Fix behavior of WindowEventDispatcher::SynthesizeMouseMoveEvent().hshi@chromium.org2014-04-171-14/+17
* Ensure that we tag mouse messages synthesized by Windows in response to touch...ananta@chromium.org2014-04-041-1/+5
* CHECK that ui::Windows being destroyed have been hidden if necessarytdresser@chromium.org2014-04-031-12/+1
* Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIsben@chromium.org2014-03-211-114/+177
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-2/+10
* Remove PrepareForShutdownoshima@chromium.org2014-03-201-6/+0
* Revert 258077 "Remove PrepareForShutdown"brettw@chromium.org2014-03-191-0/+6
* Remove PrepareForShutdownoshima@chromium.org2014-03-191-6/+0
* aura: Do not dispatch a synthetic enter/exit event to out-of-tree window.sadrul@chromium.org2014-03-181-1/+2
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-071-92/+39
* Revert 255368 "Clean up WindowEventDispatcher some more."ben@chromium.org2014-03-061-39/+92
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-061-92/+39
* Rename RootWindowObserver -> WindowTreeHostObserver.ben@chromium.org2014-03-051-31/+0
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-35/+2
* aura: Fix a crash related to nested event-dispatch.sadrul@chromium.org2014-03-011-3/+7
* Revert of aura: Fix a crash related to nested event-dispatch. (https://codere...dgrogan@chromium.org2014-02-281-7/+3
* aura: Fix a crash related to nested event-dispatch.sadrul@chromium.org2014-02-281-3/+7
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-281-21/+3
* aura: Do not dispatch host-cancel-mode event to the focused window if it's no...sadrul@chromium.org2014-02-281-0/+2
* Less determined statement terminationscottmg@chromium.org2014-02-261-1/+1
* Fix EventDispatcherDelegate::DispatchEvent() to correctly set EventDispatchDe...pkotwicz@chromium.org2014-02-261-1/+1
* aura: Make sure WindowEventDispatcher only dipatches events to in it.sadrul@chromium.org2014-02-261-1/+3
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-0/+930