summaryrefslogtreecommitdiffstats
path: root/mojo/shell
Commit message (Expand)AuthorAgeFilesLines
* Turn on standard logging details in Mojo app runnersrockot2016-03-251-4/+4
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+4
* Simplify resolve.ben2016-03-245-54/+48
* Changes lifetime of apps with the "all_users" capabilitysky2016-03-231-1/+8
* Changes to get mash browser_tests shutdown working correctlysky2016-03-232-2/+9
* 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-2211-27/+28
* Demote Mojo shell errors to warningsrockot2016-03-221-10/+10
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-2211-28/+27
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-2111-27/+28
* mojo leveldb: Get profile and leveldb connected to DOMStorageContext.erg2016-03-211-3/+3
* Add mach ports support to the Mojo shell.amistry2016-03-216-1/+138
* Adds option to run browser tests in mashsky2016-03-215-13/+45
* Convert filesystem_apptests to shelltests.erg2016-03-182-0/+14
* Rather than keeping it around forever, we should kill it. Now that the user s...ben2016-03-184-4/+9
* Cascade shutdown of instancesben2016-03-1715-47/+315
* Remove support for Root identity singletons and rely on the all_users bit to ...ben2016-03-165-25/+41
* Restructure loginben2016-03-162-10/+32
* 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-1431-629/+313
* Allow Catalogs to be constructed per-userben2016-03-147-25/+41
* Use chrome manifest with embedded shellrockot2016-03-142-32/+55
* Remove ShellConnection::WaitForInitializerockot2016-03-1312-284/+174
* Separate the Catalog from the Shell completely, so the Catalog can live in it...ben2016-03-1211-81/+63
* Enforce capability classes for specific parameters to Connect().ben2016-03-1121-100/+641
* Fix invalid initializer in InterfaceRegistryrockot2016-03-112-12/+10
* Remove loader for catalog & some other cleanup:ben2016-03-117-40/+27
* Implement capability classes:ben2016-03-1113-41/+275
* Revert of Capability Classes (patchset #8 id:140001 of https://codereview.chr...vasilii2016-03-1113-275/+41
* Revert of Remove loader for catalog & some other cleanup (patchset #4 id:6000...vasilii2016-03-117-27/+40
* Remove loader for catalog & some other cleanup:ben2016-03-117-40/+27
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-113-3/+3
* Implement capability classes:ben2016-03-1113-41/+275
* Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface n...yzshen2016-03-112-5/+5
* Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-102-5/+5
* Moves mojo_application_manifest to data_depssky2016-03-107-11/+24
* Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...dpranke2016-03-102-5/+5
* Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-102-5/+5
* Morph CapabilityFilter into caps::Capabilities, which supports capability cla...ben2016-03-1014-90/+246
* Convert mus apptests to shelltestsrockot2016-03-093-3/+31
* Fix public_deps for shell runner hostrockot2016-03-091-4/+8
* Add catalog unittests.ben2016-03-092-1/+2
* Rename PackageManager->Catalog.ben2016-03-0914-64/+59
* Allow client process information to be passed via Connector::Connect().ben2016-03-0911-166/+279
* Eliminate CapabilityFilter parameter from CreateInstance, instead reading it ...ben2016-03-087-29/+42
* Use instance name to uniquify renderers.ben2016-03-081-0/+6
* Remove Mojo bindings environment.Yuzhu Shen2016-03-082-10/+13
* Fix chrome --mashben2016-03-085-25/+56
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-0841-414/+467