summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework ash::CursorManager into a corewm object, to share code with desktop.erg@chromium.org2013-02-271-3/+2
* Disable set of currently failing Windows/Ash tests. Re-enable the test suite ...robertshield@chromium.org2013-02-261-1/+1
* Differentiate invisible cursor mode and disabled mouse events mode.mazda@chromium.org2013-02-041-29/+51
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-1/+2
* Make the cursor have separate mode for disabled mouse events and invisible.mazda@chromium.org2012-12-191-2/+2
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-3/+6
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-3/+6
* Get the rest of the ash_unittests to pass with the new FocusController (!)ben@chromium.org2012-12-141-4/+7
* [Clenup] Split ShellTestApi into separate fileoshima@chromium.org2012-12-081-2/+3
* Remove CursorManager::cursor_visible(), which is no longer necessary.mazda@chromium.org2012-12-041-12/+12
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-20/+19
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-281-31/+42
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-2/+2
* aura: Remove aura::EventFilter.sadrul@chromium.org2012-11-141-23/+60
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-131-2/+2
* Move ui\aura\shared to ui\views\corewmben@chromium.org2012-11-121-3/+3
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-011-2/+2
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-1/+1
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-1/+1
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-3/+3
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-0/+10
* Revert 161454 - Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-10/+0
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-0/+10
* Fix mouse lock on chromeososhima@chromium.org2012-09-261-4/+12
* Fix leaks in ash_unittestsoshima@chromium.org2012-09-101-4/+3
* Removes the grid from ash.sky@chromium.org2012-09-101-7/+0
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* aura: Events handled in WindowDelegate will reach the post-target event handl...sadrul@chromium.org2012-09-041-2/+2
* Avoid copying mouse events where possible in RootWindow.mazda@chromium.org2012-08-311-43/+68
* Revert 154383 - Avoid copying mouse events where possible in RootWindow.mazda@chromium.org2012-08-311-68/+43
* Avoid copying mouse events where possible in RootWindow.mazda@chromium.org2012-08-311-43/+68
* Minor whitepsace tweaks.sky@chromium.org2012-08-131-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-5/+5
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-31/+31
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-30/+30
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-261-3/+3
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-061-0/+604