summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public
Commit message (Expand)AuthorAgeFilesLines
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+4
* Simplify resolve.ben2016-03-243-27/+32
* Moves manifest parsing to a new class, Reader.ben2016-03-232-0/+12
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-225-6/+23
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-225-23/+6
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-215-6/+23
* mojo leveldb: Get profile and leveldb connected to DOMStorageContext.erg2016-03-211-3/+3
* Convert filesystem_apptests to shelltests.erg2016-03-182-0/+14
* Convert net apptests to net unittests using mojo::ShellTest.ben2016-03-152-1/+7
* Reinstate wait-for-Initialize when Chrome is run in Mashrockot2016-03-152-0/+14
* Change primordial pipes to ShellClientrockot2016-03-149-49/+40
* Remove ShellConnection::WaitForInitializerockot2016-03-135-39/+78
* Fix invalid initializer in InterfaceRegistryrockot2016-03-112-12/+10
* Remove loader for catalog & some other cleanup:ben2016-03-111-3/+0
* Implement capability classes:ben2016-03-115-11/+23
* Revert of Capability Classes (patchset #8 id:140001 of https://codereview.chr...vasilii2016-03-115-23/+11
* Revert of Remove loader for catalog & some other cleanup (patchset #4 id:6000...vasilii2016-03-111-0/+3
* Remove loader for catalog & some other cleanup:ben2016-03-111-3/+0
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-113-3/+3
* Implement capability classes:ben2016-03-115-11/+23
* Morph CapabilityFilter into caps::Capabilities, which supports capability cla...ben2016-03-1011-20/+194
* Convert mus apptests to shelltestsrockot2016-03-092-0/+44
* Allow client process information to be passed via Connector::Connect().ben2016-03-096-36/+121
* Eliminate CapabilityFilter parameter from CreateInstance, instead reading it ...ben2016-03-081-1/+0
* Use instance name to uniquify renderers.ben2016-03-081-0/+6
* Remove Mojo bindings environment.Yuzhu Shen2016-03-082-10/+13
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-0819-129/+228
* Rework connection state.ben2016-03-079-55/+64
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-072-7/+2
* Add error codes to connect callbacks.ben2016-03-065-45/+86
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...Ken Rockot2016-03-062-2/+7
* Change userid from a uint32_t to a string guidben2016-03-0516-79/+83
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-052-7/+2
* Rename shell.mojom to connector.mojom and ApplicationManager to Shellben2016-03-059-137/+136
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...rockot2016-03-052-2/+7
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-052-7/+2
* Add exe lifecycle test using CreateInstanceForHandle.ben2016-03-041-1/+4
* Replace ChildController with ShellClientFactoryben2016-03-042-11/+10
* Monitor the ShellClient binding for pipe closure as a signal to shut down the...ben2016-03-045-23/+21
* Add a test for application lifecycleben2016-03-042-4/+17
* Convert ApplicationManager Apptest to a unittestben2016-03-032-21/+40
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-036-7/+7
* Convert Connect apptest to a unittestben2016-03-023-0/+180
* Adds a bunch of basic Connect tests:ben2016-03-027-11/+41
* Cleanup runner and ApplicationInfo creationben2016-03-011-17/+16
* Change Mojo URLs to structured names.ben2016-02-2720-82/+174
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-269-210/+175
* Eliminate Quit() from Shell, and roll Shell & Connector together.ben2016-02-259-151/+45
* Remove CapabilityFilter from Connect()ben2016-02-255-29/+1
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-2411-80/+247