summaryrefslogtreecommitdiffstats
path: root/mojo/shell/standalone
Commit message (Expand)AuthorAgeFilesLines
* Changes to get mash browser_tests shutdown working correctlysky2016-03-232-2/+9
* Add mach ports support to the Mojo shell.amistry2016-03-211-1/+9
* Adds option to run browser tests in mashsky2016-03-212-2/+6
* Allow Catalogs to be constructed per-userben2016-03-142-4/+4
* Separate the Catalog from the Shell completely, so the Catalog can live in it...ben2016-03-123-13/+11
* Remove loader for catalog & some other cleanup:ben2016-03-111-2/+1
* Revert of Remove loader for catalog & some other cleanup (patchset #4 id:6000...vasilii2016-03-111-1/+2
* Remove loader for catalog & some other cleanup:ben2016-03-111-2/+1
* Rename PackageManager->Catalog.ben2016-03-093-8/+8
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-081-3/+2
* Change userid from a uint32_t to a string guidben2016-03-051-4/+3
* Rename shell.mojom to connector.mojom and ApplicationManager to Shellben2016-03-052-16/+12
* Rename ApplicationLoader->Loader, cleanup headersben2016-02-291-1/+0
* Change Mojo URLs to structured names.ben2016-02-274-18/+18
* Remove CapabilityFilter from Connect()ben2016-02-251-5/+2
* Makes tracing a dep in component builds toosky2016-02-241-5/+3
* Makes PackageManager take the ApplicationCatalogStore in constructorsky2016-02-244-16/+30
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-241-2/+2
* Add a user id parameter to connections.ben2016-02-241-3/+5
* Adds ability for chrome to behave as mojo_runnersky2016-02-232-11/+8
* Thin out dependenciesben2016-02-211-16/+0
* Eliminate on_application_end from ConnectParamsben2016-02-207-79/+36
* Eliminate URLRequest from shell mojom & client library.ben2016-02-201-5/+5
* Remove standalone android shell, as it has bitrotted and is unusedben2016-02-2039-2552/+49
* Adds back qualifier support to the shellsky2016-02-192-2/+12
* Remove URLRequest from ConnectToApplicationParamsben2016-02-191-3/+3
* ContentHandler -> ShellClientFactoryben2016-02-185-36/+28
* Remove the old package managerben2016-02-185-117/+3
* Use the remote package manager by default.ben2016-02-171-1/+1
* Revert of Use the remote package manager by default. (patchset #5 id:80001 of...henrika2016-02-171-1/+1
* Use the remote package manager by default.ben2016-02-171-1/+1
* Teach ApplicationManager how to use the remote package manager.ben2016-02-162-2/+2
* Removes kEnableMultiprocesssky2016-02-131-3/+0
* Moves switches in mojo into mojo namespacesky2016-02-123-3/+7
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-111-7/+8
* mojo: Now that mandoline/ is deleted, also remove mojo:clipboard.erg2016-02-101-2/+0
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-6/+6
* [mojo] Delete third_party/mojorockot2016-02-104-17/+9
* Rename ServiceProvider to InterfaceProvider.ben2016-02-101-21/+21
* Remove DevTools service for Mandoline.yzshen2016-02-103-39/+0
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-091-1/+1
* ApplicationImpl->ShellConnectionben2016-02-099-38/+34
* Creates BackgroundShell and uses it in testsky2016-02-084-5/+6
* Rename ApplicationDelegate to ShellClient.ben2016-02-073-10/+10
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-075-16/+16
* Move shell interfaces into the shell.mojom namespace.ben2016-02-069-15/+16
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-063-5/+3
* Removes some dead filessky2016-02-042-357/+0
* Makes Context::Init() have no return valuesky2016-02-033-8/+4
* Implement a skeleton of Mojo Application manifests.ben2016-02-021-2/+2