summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_tree_apptest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert mus apptests to shelltestsrockot2016-03-091-1933/+0
* 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-340/+340
* Cleanup some of the naming in mussky2016-03-041-4/+4
* More user id tracking for mus:sky2016-03-041-0/+2
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-031-1/+1
* Change Mojo URLs to structured names.ben2016-02-271-5/+5
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-261-8/+8
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-1/+1
* mus Window Server: implement event capturejonross2016-02-111-0/+58
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-2/+2
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-091-1/+1
* Rename ApplicationDelegate to ShellClient.ben2016-02-071-8/+7
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-071-13/+8
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-061-1/+1
* Moves more functions off WindowTreeHost onto WindowManagerClientsky2016-02-021-1/+0
* Moves accelerator registration to WindowManagersky2016-02-021-0/+3
* Nukes WindowManagerDeprecatedsky2016-01-301-3/+33
* Renames some WindowManager classessky2016-01-281-3/+2
* Makes it so each windowtreeclient can use whatever ids it wantssky2016-01-281-91/+160
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-15/+13
* Make all targets build without unused data members on Linux.mlamouri2016-01-161-9/+6
* Move mojo/application/public -> mojo/shell/publicben2016-01-121-3/+3
* Changes top level window creation to include window state in callbacksky2016-01-081-0/+4
* Makes OnWindowViewportMetricsChanged take an arraysky2016-01-061-1/+2
* Makes WindowTreeClient::OnUnembed take the window_idsky2016-01-061-3/+5
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-261-0/+4
* Move WindowManager related functions into an associated interfacesky2015-12-111-7/+3
* 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: scoper.Pass() => std::move(scoper)fsamuel2015-12-091-17/+19
* mojo: Remove .get() from interface_ptr testing.erg2015-12-071-1/+1
* mus: Let clients set the cursor of their window.erg2015-12-041-0/+25
* Adds ability to carve out parts of the non-client area as client-areasky2015-12-041-3/+4
* Converts remaining callbacks to change idsky2015-12-041-123/+106
* Converts SetWindowVisibility to use OnChangeCompletedsky2015-12-021-25/+22
* Makes DeleteWindow() take a change idsky2015-12-011-13/+10
* mus: Queue events until an ack comes back for previously sent event.sadrul2015-12-011-4/+3
* Makes NewWindow() take set of properties for windowsky2015-11-241-1/+2
* Convert ConnectToApplication to take a params classben2015-11-201-8/+2
* Routes shared properties at the embed point to the window managersky2015-11-131-17/+17
* mus: Public Transient Window APIfsamuel2015-11-121-0/+54
* Changes NewWindow() to use change_id rather than callbacksky2015-11-111-46/+31
* Adds logic to deal with properties that are set by both wm and clientsky2015-11-091-17/+33
* mus: vm to wsfsamuel2015-11-081-310/+308
* Makes windowmanager draw non-client areasky2015-11-051-2/+2
* mus: Change namespace from mojo to mus.mojom for events.sadrul2015-10-291-1/+1
* Remove network service from wsben2015-10-281-2/+0