summaryrefslogtreecommitdiffstats
path: root/mojo/shell/android
Commit message (Expand)AuthorAgeFilesLines
* Separate mojo/shell into a runner and the application manager (shell)ben2015-04-2725-1632/+0
* Moves services implementations out of third_party/mojo_servicessky2015-04-231-2/+2
* Moves mojo/services/* to components/* part 4sky2015-04-212-2/+2
* Moves mojo/services/* to components/* part 1sky2015-04-207-128/+2
* Avoid PathUtils fetching directory paths on UI thread.wnwen2015-04-201-1/+1
* Simplify chromium's mojo_shell since it's now only used for Mandoline.jam2015-04-141-9/+2
* Revert of Simplify mojo_shell since it's now only used for Mandoline. (patchs...msw2015-04-101-2/+9
* Simplify mojo_shell since it's now only used for Mandoline.jam2015-04-101-9/+2
* Get mojo_shell building inside chromium checkout.John Abd-El-Malek2015-04-0228-0/+1765
* Remove mojo/shell and (most) service implementationsjamesr2014-10-2810-348/+0
* Update targetSdkVersion for Chromium applications.aurimas2014-10-211-1/+1
* Get rid of KeepAlive. Quit shell when all urls run directly by Context are ...davemoore2014-08-251-4/+7
* Turn mojo_native_viewport_service from component into a static_library.davemoore@chromium.org2014-08-151-1/+1
* Rename NativeViewport implementations to disambiguate them from the servicedavemoore@chromium.org2014-08-141-2/+3
* Mojo: Rename ServiceManager to ApplicationManager.aa@chromium.org2014-08-091-2/+2
* mojo: shell::Context should outlive the shell MessageLooptim@chromium.org2014-07-301-5/+8
* Break dependency of native_viewport_service on mojo::shell::Contextdavemoore@chromium.org2014-07-221-1/+0
* Update targetSdkVersion to 20.aurimas@chromium.org2014-07-181-1/+1
* Have mojo_shell run in its custom thread on android.qsr@chromium.org2014-07-173-13/+23
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-1/+0
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-06-141-7/+0
* Mojo: (Mostly) factor out command-line switches from the shell's load code path.viettrungluu@chromium.org2014-06-021-10/+4
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-271-1/+1
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-271-1/+1
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-271-1/+1
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-241-3/+3
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-231-0/+7
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-231-7/+0
* Mojo: Fix crash on MojoShell on Androidmorrita@chromium.org2014-04-252-2/+16
* Get sample_app running on Android againdavemoore@chromium.org2014-04-211-22/+5
* Make ServiceManager own its ServiceLoadersdavemoore@chromium.org2014-04-211-5/+1
* Revert 264559 "Get sample_app running on Android again"davemoore@chromium.org2014-04-171-5/+27
* Get sample_app running on Android againdavemoore@chromium.org2014-04-171-27/+5
* [Android] Fix a few issues related to old lib deletion.feng@chromium.org2014-04-031-1/+1
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-1/+1
* Add creation of ServiceManager to Content (2nd try)davemoore@chromium.org2014-03-271-0/+5
* [Android] Workaround of an android platform bug.feng@chromium.org2014-03-211-1/+1
* Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.viettrungluu@chromium.org2014-03-181-2/+2
* Add ServiceManager::GetInstance() and change ServiceManager::Loader to Servic...davemoore@chromium.org2014-03-041-3/+5
* Move service_manager to top level dirdavemoore@chromium.org2014-02-271-1/+1
* Rename ServiceConnector back to ServiceManagerdavemoore@chromium.org2014-02-131-3/+3
* [Android][Mojo] Switch to standard Chromium library loaderaberent@chromium.org2014-02-124-30/+8
* Create Application classdavemoore@chromium.org2014-02-121-4/+4
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-1/+1
* Create template based Service classdavemoore@chromium.org2014-01-301-6/+7
* Add a URL entry promptben@chromium.org2014-01-161-2/+25
* Attempt at making it slightly easier to debug mojosky@chromium.org2014-01-141-4/+12
* Add test for ServiceManagerdavemoore@chromium.org2014-01-031-1/+0
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-2/+1
* Implement ServiceManagerdavemoore@chromium.org2013-12-181-1/+27