summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_tree_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Routes setting focus through WindowServer so it can notify other displayssky2016-03-251-19/+1
* Mus Window Server Post Target Acceleratorsjonross2016-03-221-58/+0
* Restrict Input Capture to Visible Windowsjonross2016-03-211-0/+18
* Renames ConnectionManager to WindowServersky2016-03-151-24/+21
* This change relands (https://codereview.chromium.org/1749323002/)jonross2016-03-141-1/+1
* Makes WindowTree take the AccessPolicysky2016-03-111-2/+6
* Removes embed root from mussky2016-03-111-10/+5
* Adds AccessControlManager and wires up user idssky2016-03-101-19/+36
* mus: Server-side implementation of modal windowsmohsen2016-03-091-0/+218
* Moves EventDispatcher from Display to WindowManagerStatesky2016-03-091-6/+10
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-3/+5
* Revert of Update WindowTree::OnWindowInputEventAck to include handled (patchs...jonross2016-03-081-1/+1
* Update WindowTree::OnWindowInputEventAck to include handledjonross2016-03-081-1/+1
* More renaming in mussky2016-03-041-142/+113
* Cleanup some of the naming in mussky2016-03-041-43/+40
* More user id tracking for mus:sky2016-03-041-258/+11
* Changes ownership of ClientConnectionsky2016-03-031-24/+10
* Adds WindowManagerManager to mussky2016-03-021-5/+13
* Remove mojom::EventPtr from EventDispatcher.moshayedi2016-03-011-17/+20
* Changes ownership of WindowTreeHostConnectionsky2016-03-011-27/+24
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-261-1/+1
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-1/+0
* mus Window Server: implement event capturejonross2016-02-111-0/+48
* mus: Add snapshot mechanism to DisplayManager.moshayedi2016-02-091-0/+3
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-071-2/+1
* Moves more functions off WindowTreeHost onto WindowManagerClientsky2016-02-021-4/+3
* Moves accelerator registration to WindowManagersky2016-02-021-0/+1
* Nukes WindowManagerDeprecatedsky2016-01-301-2/+2
* Renames some WindowManager classessky2016-01-281-13/+11
* Makes it so each windowtreeclient can use whatever ids it wantssky2016-01-281-65/+97
* Start of display management for mussky2016-01-221-0/+1
* Revert of Start of display management for mus (patchset #5 id:80001 of https:...erg2016-01-221-1/+0
* Start of display management for mussky2016-01-221-0/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-20/+21
* Adds MOUSE_EXIT events and makes EventDispatcher generate themsky2016-01-131-3/+6
* Move mojo/application/public -> mojo/shell/publicben2016-01-121-1/+1
* Changes top level window creation to include window state in callbacksky2016-01-081-1/+6
* Adds remainder of support for multiple roots to WSsky2016-01-071-3/+126
* Makes OnWindowViewportMetricsChanged take an arraysky2016-01-061-0/+1
* Makes WindowTreeClient::OnUnembed take the window_idsky2016-01-061-1/+1
* Makes WindowTreeImpl have multiple roots and additional mappingsky2016-01-051-25/+37
* Removes WindowTreeImpl::creator_id_sky2015-12-301-4/+3
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-261-0/+3
* Move WindowManager related functions into an associated interfacesky2015-12-111-7/+9
* Routes close requests from WM to clientsky2015-12-111-1/+2
* Revert of Routes close requests from WM to client (patchset #4 id:50001 of ht...tzik2015-12-111-2/+1
* Routes close requests from WM to clientsky2015-12-111-1/+2
* mus: Use ui::Event in DisplayManagerDelegate.sadrul2015-12-091-46/+23
* mus: scoper.Pass() => std::move(scoper)fsamuel2015-12-091-24/+23
* mus: Change the cursor when the bounds/stacking/hierarchy change.erg2015-12-071-20/+86