summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-271-3/+3
* Don't change maximized window size if the desktop is covered by fullscreen wi...oshima2015-12-041-5/+4
* Extract content dependency from keyboard codeben2015-10-101-13/+13
* Allow dynamic enabling/disabling of unified desktoposhima2015-08-011-1/+1
* Turn on unified mode by defaultoshima2015-06-191-3/+1
* Removes TextInputFocusManager.shuchen2015-06-151-14/+2
* Save and restore unified modeoshima2015-05-221-0/+3
* Revert of Save and restore unified mode (patchset #5 id:140001 of https://cod...battre2015-05-221-3/+0
* Save and restore unified modeoshima2015-05-221-0/+3
* Enable display rotation, magnifier in unified desktop modeoshima2015-05-051-3/+2
* Layout login/lock screen, shelf, app list, notifications inside the first dis...oshima2015-05-021-4/+2
* Move login windows to/from unified desktop. This is necessary because in Unif...oshima2015-05-011-0/+87
* Allow javascript change the virtual keyboard window size and position freely ...bshe2015-04-081-15/+18
* aura: Remove layerless windows.danakj2015-04-031-2/+2
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-2/+1
* Prefix CommandLine usage with base namespace (Part 4: ash/)pgal.u-szeged2014-10-291-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-20/+14
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-8/+8
* Fix size and position of the virtual keyboard after a screen rotation.kevers2014-09-301-0/+22
* Adjust the z-order of the virtual keyboard to ensure that it does not overlap...kevers2014-09-171-0/+103
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-6/+6
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-6/+6
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-6/+6
* clean up coding style at ash folder.rucifer1217@gmail.com2014-07-221-2/+2
* Fixes unittests with --enable-text-input-focus-manager flag enabled.yukishiino@chromium.org2014-06-161-1/+15
* Fixing invalid window opacity/visibility combination with the shelfskuhne@chromium.org2014-05-141-0/+7
* Fix calculation of usable area of screen when VK is shown.kevers@chromium.org2014-05-131-0/+54
* CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.oshima@chromium.org2014-04-301-1/+1
* Reland enable VK overscroll by default. Fixed ash unittest.kevers@chromium.org2014-04-301-2/+4
* Revert 267158 "CleanUp: Introduce UserInfo. Move session_state s..."oshima@chromium.org2014-04-301-1/+1
* CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.oshima@chromium.org2014-04-301-1/+1
* aura: A couple of API cleanups.sadrul@chromium.org2014-04-231-9/+12
* Currently, we try to set virtual keyboard window height bothbshe@chromium.org2014-04-231-3/+5
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-111-39/+25
* Make keyboard controller a singleton.kevers@chromium.org2014-04-071-4/+4
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-031-76/+79
* Prevent system modal dialog from blocking events to the virtual keyboard.kevers@chromium.org2014-03-311-1/+43
* Move TestEventHandler to ui/events/testtdanderson@google.com2014-03-201-2/+2
* Use active window if on current workspace for fullscreen mode.flackr@chromium.org2014-02-271-0/+38
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Restore screen work area after loginbshe@chromium.org2014-02-131-1/+29
* Limit display of the virtual keyboard to state changes triggered from a user ...kevers@chromium.org2014-01-201-0/+1
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-081-2/+2
* wm: public window_types.tfarina@chromium.org2013-12-191-2/+2
* Make sure the dragged window is smaller than work area in the target display.oshima@chromium.org2013-12-171-14/+14
* Revert 240542 "Make sure the dragged window is smaller than work..."hashimoto@chromium.org2013-12-131-14/+14
* Make sure the dragged window is smaller than work area in the target display.oshima@chromium.org2013-12-131-14/+14
* [Input View] Makes the input view window support window.resizeTo() and w3c vi...shuchen@chromium.org2013-12-121-38/+13
* Ignore non-active fullscreen windows for shelf state.flackr@chromium.org2013-12-101-28/+12
* Add a full screen virtual keyboard to virtual keyboard root windowbshe@chromium.org2013-11-181-2/+2