summaryrefslogtreecommitdiffstats
path: root/content/browser/mojo
Commit message (Expand)AuthorAgeFilesLines
* gpu_process_launch_causes => content/commonfsamuel2016-03-221-1/+1
* Add mojom module suffix in .mojom files in content.leon.han2016-03-223-13/+16
* mojo leveldb: Get profile and leveldb connected to DOMStorageContext.erg2016-03-214-19/+40
* Makes it possible to set a factory that creates MojoShellConnectionsky2016-03-181-2/+3
* Change primordial pipes to ShellClientrockot2016-03-141-5/+6
* Allow Catalogs to be constructed per-userben2016-03-142-4/+4
* Use chrome manifest with embedded shellrockot2016-03-141-0/+14
* Separate the Catalog from the Shell completely, so the Catalog can live in it...ben2016-03-122-1/+9
* Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface n...yzshen2016-03-111-1/+1
* Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-101-1/+1
* Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...dpranke2016-03-101-1/+1
* Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-101-1/+1
* Allow client process information to be passed via Connector::Connect().ben2016-03-093-76/+72
* Eliminate CapabilityFilter parameter from CreateInstance, instead reading it ...ben2016-03-085-50/+5
* Use instance name to uniquify renderers.ben2016-03-082-40/+30
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-082-11/+8
* Add error codes to connect callbacks.ben2016-03-062-5/+8
* Change userid from a uint32_t to a string guidben2016-03-053-5/+5
* Rename shell.mojom to connector.mojom and ApplicationManager to Shellben2016-03-053-21/+21
* Add exe lifecycle test using CreateInstanceForHandle.ben2016-03-041-2/+2
* Replace ChildController with ShellClientFactoryben2016-03-041-4/+6
* Reland: Bootstrap Mojo IPC independent of Chrome IPCrockot2016-03-022-69/+28
* Adds a bunch of basic Connect tests:ben2016-03-021-1/+1
* mojo: Sketch a profile application.erg2016-03-021-0/+6
* Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...rockot2016-03-012-28/+69
* Bootstrap Mojo IPC independent of Chrome IPCrockot2016-02-292-69/+28
* Rename ApplicationLoader->Loader, cleanup headersben2016-02-292-27/+20
* Change Mojo URLs to structured names.ben2016-02-274-55/+49
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-261-2/+2
* Hook embedded shell up to MojoShellConnectionrockot2016-02-264-6/+31
* Remove CapabilityFilter from Connect()ben2016-02-253-15/+11
* Makes PackageManager take the ApplicationCatalogStore in constructorsky2016-02-241-1/+1
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-242-7/+7
* Add a user id parameter to connections.ben2016-02-241-1/+4
* MojoShellContext: Pass File TaskRunner to ApplicationManager.xhwang2016-02-241-2/+5
* Eliminate on_application_end from ConnectParamsben2016-02-201-1/+0
* Eliminate URLRequest from shell mojom & client library.ben2016-02-202-9/+8
* Move StaticApplicationLoader to content/common/mojoben2016-02-201-2/+2
* Remove URLRequest from ConnectToApplicationParamsben2016-02-191-1/+1
* Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it.ben2016-02-181-2/+2
* Remove the old package managerben2016-02-181-7/+1
* Use the remote package manager by default.ben2016-02-171-1/+3
* Revert of Use the remote package manager by default. (patchset #5 id:80001 of...henrika2016-02-171-3/+1
* Use the remote package manager by default.ben2016-02-171-1/+3
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-115-14/+14
* Rename ConnectToService to ConnectToInterface()ben2016-02-103-8/+8
* [mojo] Delete third_party/mojorockot2016-02-103-24/+6
* Rename ServiceProvider to InterfaceProvider.ben2016-02-105-19/+20
* [mojo-edk] Eliminate asynchronous Create*MessagePipe APIsrockot2016-02-104-76/+34
* ApplicationImpl->ShellConnectionben2016-02-091-3/+3