summaryrefslogtreecommitdiffstats
path: root/mojo/shell/background
Commit message (Expand)AuthorAgeFilesLines
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-221-2/+2
* Revert of Quit the message loop by default in ShellConnectionLost when Applic...esprehn2016-03-221-2/+2
* Quit the message loop by default in ShellConnectionLost when ApplicationRunne...sky2016-03-211-2/+2
* Adds option to run browser tests in mashsky2016-03-213-11/+39
* Allow Catalogs to be constructed per-userben2016-03-141-1/+6
* Remove ShellConnection::WaitForInitializerockot2016-03-131-1/+0
* Separate the Catalog from the Shell completely, so the Catalog can live in it...ben2016-03-123-2/+5
* Moves mojo_application_manifest to data_depssky2016-03-101-1/+0
* Add catalog unittests.ben2016-03-091-1/+1
* Rename PackageManager->Catalog.ben2016-03-097-36/+34
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-081-1/+2
* Change userid from a uint32_t to a string guidben2016-03-051-2/+1
* Rename shell.mojom to connector.mojom and ApplicationManager to Shellben2016-03-051-6/+5
* Make it BackgroundShellTest.Basic is only disabled on androidsky2016-03-011-1/+6
* Rename ApplicationLoader->Loader, cleanup headersben2016-02-291-12/+9
* Change Mojo URLs to structured names.ben2016-02-275-29/+23
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-262-6/+3
* Gets views_mus_unittests working againsky2016-02-251-3/+5
* Disable the failing BackgroundShellTest.Basic.msramek2016-02-251-1/+3
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-251-2/+2
* Remove CapabilityFilter from Connect()ben2016-02-251-3/+1
* Makes PackageManager take the ApplicationCatalogStore in constructorsky2016-02-249-12/+323
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-241-1/+1
* Add a user id parameter to connections.ben2016-02-241-1/+2
* Adds ability for chrome to behave as mojo_runnersky2016-02-232-12/+9
* Thin out dependenciesben2016-02-211-0/+2
* Eliminate URLRequest from shell mojom & client library.ben2016-02-201-4/+4
* Adds back qualifier support to the shellsky2016-02-192-4/+17
* Restructure/simplify ApplicationManagerben2016-02-191-0/+8
* Remove URLRequest from ConnectToApplicationParamsben2016-02-191-1/+1
* Makes BackgroundShell work with async completionsky2016-02-181-22/+31
* Remove the old package managerben2016-02-181-2/+0
* ApplicationImpl->ShellConnectionben2016-02-092-14/+15
* Creates BackgroundShell and uses it in testsky2016-02-085-0/+310