summaryrefslogtreecommitdiffstats
path: root/mojo/shell/application_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds a bunch of basic Connect tests:ben2016-03-021-4/+4
* Cleanup runner and ApplicationInfo creationben2016-03-011-73/+93
* Rename ApplicationLoader->Loader, cleanup headersben2016-02-291-6/+5
* Change Mojo URLs to structured names.ben2016-02-271-62/+60
* Fold ApplicationInstance into ApplicationManagerben2016-02-261-55/+176
* Hook embedded shell up to MojoShellConnectionrockot2016-02-261-0/+15
* Remove CapabilityFilter from Connect()ben2016-02-251-10/+10
* Makes PackageManager take the ApplicationCatalogStore in constructorsky2016-02-241-4/+7
* One feature of MojoShellContext in content is that Connect() can be called fr...ben2016-02-241-5/+5
* Add a user id parameter to connections.ben2016-02-241-30/+25
* MojoShellContext: Pass File TaskRunner to ApplicationManager.xhwang2016-02-241-7/+4
* Adds ability for chrome to behave as mojo_runnersky2016-02-231-1/+1
* This enforces the capability filter specified in an application manifest.ben2016-02-231-9/+13
* Implement Catalog interface in package managerben2016-02-201-14/+8
* Eliminate on_application_end from ConnectParamsben2016-02-201-13/+12
* Eliminate URLRequest from shell mojom & client library.ben2016-02-201-23/+11
* Adds back qualifier support to the shellsky2016-02-191-3/+5
* Restructure/simplify ApplicationManagerben2016-02-191-91/+52
* Sort application_manager.ccben2016-02-191-53/+69
* Remove URLRequest from ConnectToApplicationParamsben2016-02-191-7/+0
* Roll ShellApplicatinoLoader/Delegate into ApplicationManagerben2016-02-191-22/+51
* Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it.ben2016-02-181-36/+30
* ContentHandler -> ShellClientFactoryben2016-02-181-27/+27
* Remove the old package managerben2016-02-181-142/+64
* Use the remote package manager by default.ben2016-02-171-9/+14
* Revert of Use the remote package manager by default. (patchset #5 id:80001 of...henrika2016-02-171-14/+9
* Use the remote package manager by default.ben2016-02-171-9/+14
* Teach ApplicationManager how to use the remote package manager.ben2016-02-161-65/+171
* Couple of changes to shell:sky2016-02-141-1/+2
* Revert of Couple of changes to shell: (patchset #1 id:1 of https://codereview...thakis2016-02-131-2/+1
* Couple of changes to shell:sky2016-02-131-1/+2
* ApplicationImpl->ShellConnectionben2016-02-091-15/+14
* Move shell interfaces into the shell.mojom namespace.ben2016-02-061-19/+21
* Implement a skeleton of Mojo Application manifests.ben2016-02-021-0/+4
* Pass application ids via AcceptConnection & ConnectToApplication callback.ben2016-01-271-7/+11
* Provide a way for content to tell the shell about processes it starts.ben2016-01-071-18/+21
* Make PIDs work in task viewer.ben2016-01-051-5/+27
* Switch to standard integer types in mojo/.Avi Drissman2015-12-211-0/+2
* Convert Pass()→std::move() in //mojodcheng2015-12-181-22/+24
* Adds a simple task viewer to mash.ben2015-12-111-10/+49
* Pass CapabilityFilter via CreateInstanceForHandleben2015-11-241-2/+4
* Use unique URLs rather than qualifiers to uniquify RenderProcesses.ben2015-11-191-3/+2
* Move Shell connection to content.ben2015-11-151-0/+3
* Implement CreateInstanceForHandle.ben2015-11-131-12/+39
* Revert of Implement CreateInstanceForHandle (patchset #13 id:230001 of https:...hablich2015-11-131-39/+12
* Implement CreateInstanceForHandle.ben2015-11-131-12/+39
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-1/+1
* Add an application for the Shell.ben2015-11-121-5/+4
* Eliminate third_party/mojo/src from all targets' include pathsKen Rockot2015-11-111-1/+1
* Allow mojo_runner to connect to arbitrary executables.ben2015-10-301-1/+1