summaryrefslogtreecommitdiffstats
path: root/ash/extended_desktop_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert ScopedVector<DisplayPlacement> to std::vector<DisplayPlacement>robliao2016-03-231-1/+1
* Allow display layout for 2> displaysoshima2016-02-241-1/+1
* Add cursor support to Ozone X11.kylechar2016-02-221-1/+1
* Make DislpayLayout classoshima2016-02-171-5/+5
* Factor out DisplayPlacement from DisplayLayoutoshima2016-02-101-10/+10
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-271-10/+13
* Rename DisplayController to WindowTreeHostManageroshima2015-07-281-1/+0
* Prevent synthetic events from being processed during RootWindowController shu...pkotwicz2015-02-121-0/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-13/+9
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-5/+5
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-11/+11
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-11/+11
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-11/+11
* clean up coding style at ash folder.rucifer1217@gmail.com2014-07-221-2/+2
* MacViews: Enhance aura's EventGenerator to abstract platform-specific event g...tapted@chromium.org2014-07-171-4/+4
* aura: Make sure redirected events have the correct location.sadrul@chromium.org2014-07-121-0/+132
* Re-Reland Linux Window Control Alignmentjonross@chromium.org2014-05-231-3/+3
* Revert 272352 "Reland Linux Window Control Alignment"fgorski@chromium.org2014-05-221-3/+3
* Reland Linux Window Control Alignmentjonross@chromium.org2014-05-221-3/+3
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-031-9/+8
* Move some code from aura/client to wm/publicben@chromium.org2014-03-211-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-5/+6
* Remove --ash-disable-overview-modeflackr@chromium.org2014-03-121-52/+0
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-101-8/+4
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-12/+14
* aura: Make sure WindowEventDispatcher only dipatches events to in it.sadrul@chromium.org2014-02-261-12/+24
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-4/+4
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-4/+6
* Screen cleanup:oshima@chromium.org2014-01-171-5/+5
* GetDisplayNearestPoint returns the nearest display when point is outside of a...varkha@chromium.org2014-01-071-2/+2
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-2/+1
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-4/+0
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-26/+28
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-081-28/+26
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-26/+28
* Move SetLayoutForCurrentDisplays to DisplayManageroshima@chromium.org2013-10-161-1/+1
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Rename GetActiveRootWindow -> GetTargetRootWindowoshima@chromium.org2013-09-121-4/+4
* Move GetRootWindowController to root_window_controller.hoshima@chromium.org2013-09-061-2/+1
* Use registered info to initialize primary display instead ofoshima@chromium.org2013-08-141-4/+4
* [Cleanup]oshima@chromium.org2013-07-121-14/+10
* Keep windows in status/settings bubble in the same root windowoshima@chromium.org2013-07-081-0/+20
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-0/+54
* Use a direct include of strings headers in ash/.avi@chromium.org2013-06-101-1/+1
* Allow no-internal display modeoshima@chromium.org2013-03-301-2/+2
* Move mirror detection to DisplayManageroshima@chromium.org2013-03-141-1/+1
* Add DCHECK to ensure SetContentsView is not called incorrectlly.benwells@chromium.org2013-03-131-1/+1
* aura: Do not include test code in production code.tfarina@chromium.org2013-02-011-2/+3
* Support multiple displays in EventGeneratoroshima@chromium.org2013-01-111-40/+110