summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not hide the cursor on a key uppkotwicz2015-03-101-5/+24
* Focus is not returned to window that had it when returning from the lock screen.afakhry2015-02-271-0/+4
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-25/+28
* Allows OnAppTerminating at AshTestBase::TearDown().mukai2014-12-171-0/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-9/+7
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-5/+5
* Do not mutate ui::Event properties during nested event processingtdanderson2014-09-051-0/+3
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-16/+12
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-251-2/+2
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-12/+16
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-16/+12
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-111-1/+1
* Relanding this change. The bug 332430 which caused this to be reverted will b...ananta@chromium.org2014-04-051-3/+4
* Move some code from aura/client to wm/publicben@chromium.org2014-03-211-2/+2
* Move TestEventHandler to ui/events/testtdanderson@google.com2014-03-201-4/+4
* Move wm/core to wm namespace.ben@chromium.org2014-03-141-4/+4
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-131-4/+4
* Move wm/core to wm namespace.ben@chromium.org2014-03-131-4/+4
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-121-4/+4
* Move wm/core to wm namespace.ben@chromium.org2014-03-121-4/+4
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-111-3/+2
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-101-30/+17
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-6/+11
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-10/+15
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-25/+50
* aura: Dispatch mouse events using the EventProcessor interface.sadrul@chromium.org2014-01-181-1/+1
* Revert patch to invoke cursor-hiding logic on touch for Windowstdanderson@google.com2014-01-151-8/+5
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-25/+25
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-1/+1
* wm: public window_types.tfarina@chromium.org2013-12-191-1/+1
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-11/+14
* Invoke cursor-hiding logic on touch for Windowstdanderson@google.com2013-12-161-4/+8
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-1/+1
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-25/+25
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-25/+25
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-1/+1
* Remove restrictions for cursor visibility from CompoundEventFiltertdanderson@chromium.org2013-11-141-33/+0
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-1/+1
* Dispatches touch events to captured windowsky@chromium.org2013-11-031-2/+2
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-41/+49
* Do not invoke cursor-hiding codepath on keypress in non-ChromeOS Auratdanderson@chromium.org2013-10-091-0/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* Remove mac code from aura/ash/viewsoshima@chromium.org2013-09-181-1/+1
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-2/+2
* Remove old activation code and disable-focus-controller flagsoshima@chromium.org2013-09-051-5/+2
* Notify all visible renderers when the visibility of the mouse cursor changestdanderson@google.com2013-05-061-0/+84
* Revert 198519 "Notify all visible renderers when the visibility ..."skaslev@chromium.org2013-05-061-84/+0
* Notify all visible renderers when the visibility of the mouse cursor changestdanderson@google.com2013-05-061-0/+84
* Check focusability in WindowFocusedFromInputEventstevenjb@chromium.org2013-04-181-0/+38