summaryrefslogtreecommitdiffstats
path: root/mojo/shell/public
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a user id parameter to connections.ben2016-02-2411-81/+151
* Revert of mojo: Delay ApplicationTestBase shell disconnection. (patchset #3 i...xhwang2016-02-242-14/+9
* mojo: Delay ApplicationTestBase shell disconnection.xhwang2016-02-232-9/+14
* Thin out dependenciesben2016-02-211-3/+1
* Implement Catalog interface in package managerben2016-02-201-1/+0
* Eliminate URLRequest from shell mojom & client library.ben2016-02-207-33/+18
* Remove standalone android shell, as it has bitrotted and is unusedben2016-02-203-239/+0
* Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it.ben2016-02-186-50/+10
* ContentHandler -> ShellClientFactoryben2016-02-189-97/+97
* Mojo bindings environment: remove usage of logger and task tracker.yzshen2016-02-162-10/+11
* Decompose Application Package Apptest a bit more.ben2016-02-151-1/+6
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-1/+1
* Extracts InterfaceRegistry from ConnectionImpl.ben2016-02-128-153/+239
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-1110-39/+42
* Fold AppRefCount/LifetimeHelper into ShellConnection.ben2016-02-116-186/+109
* Revise comments on various Shell interfaces. Make some methods private on She...ben2016-02-106-61/+63
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-3/+4
* [mojo] Delete third_party/mojorockot2016-02-101-1/+1
* Rename ServiceProvider to InterfaceProvider.ben2016-02-1013-143/+99
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-094-14/+13
* Rename ServiceConnector to InterfaceBinder.ben2016-02-099-145/+132
* ApplicationImpl->ShellConnectionben2016-02-0917-141/+133
* Rename ServiceRegistry -> ConnectionImplben2016-02-0812-420/+260
* Rename ConnectToApplication to Connect().ben2016-02-074-17/+13
* Rename ApplicationDelegate to ShellClient.ben2016-02-0724-148/+141
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-079-77/+116
* Move shell interfaces into the shell.mojom namespace.ben2016-02-0612-67/+86
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-064-8/+7
* Remove ApplicationDelegate::ConfigureOutgoingConnection.ben2016-02-054-14/+1
* [mash; mojo-edk] Fix render process bootstrap when run in mashrockot2016-02-041-6/+0
* Implement a skeleton of Mojo Application manifests.ben2016-02-021-0/+1
* Pass application ids via AcceptConnection & ConnectToApplication callback.ben2016-01-279-40/+86
* Creates views_apptestssky2016-01-142-20/+49
* Move mojo/application/public -> mojo/shell/publicben2016-01-1244-0/+2920