summaryrefslogtreecommitdiffstats
path: root/mojo/shell
Commit message (Expand)AuthorAgeFilesLines
* Add creation of ServiceManager to Content (2nd try)davemoore@chromium.org2014-03-273-0/+11
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-252-5/+7
* Mojo: Minor comment improvements/fixes/additions for mojo_shell.viettrungluu@chromium.org2014-03-2111-9/+22
* [Android] Workaround of an android platform bug.feng@chromium.org2014-03-211-1/+1
* Mojo: Actually load/run the app in the child process.viettrungluu@chromium.org2014-03-211-33/+134
* Mojo: Run DynamicServiceRunner::Start()'s callback on a reasonable thread.viettrungluu@chromium.org2014-03-205-17/+22
* Mojo: Add a mojom interface between the app child process and the parent.viettrungluu@chromium.org2014-03-209-41/+105
* Mojo: Create channels on both sides of AppChildProcess(Host).viettrungluu@chromium.org2014-03-207-40/+206
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-197-7/+7
* Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.viettrungluu@chromium.org2014-03-182-3/+3
* Mojo: More scaffolding to run apps out of process.viettrungluu@chromium.org2014-03-1818-40/+328
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-1/+3
* Mojo: Refactor the in-process-specific bits out of DynamicServiceLoader.viettrungluu@chromium.org2014-03-156-64/+226
* Mojo: Add a simple child process launcher to the Mojo shell code.viettrungluu@chromium.org2014-03-1411-10/+416
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-2/+0
* Add ServiceManager::GetInstance() and change ServiceManager::Loader to Servic...davemoore@chromium.org2014-03-043-9/+13
* Move service_manager to top level dirdavemoore@chromium.org2014-02-278-339/+4
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-275-6/+4
* Remove extraneous void return value from mojomdavemoore@chromium.org2014-02-251-2/+2
* Rename ServiceConnector back to ServiceManagerdavemoore@chromium.org2014-02-138-57/+57
* [Android][Mojo] Switch to standard Chromium library loaderaberent@chromium.org2014-02-124-30/+8
* Create Application classdavemoore@chromium.org2014-02-123-10/+14
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-116-14/+18
* Plumbs through mime type Loader::Delegatesky@chromium.org2014-02-115-6/+14
* Cleanup when clients go away.davemoore@chromium.org2014-02-063-19/+90
* Modify service_connector_unitttest to use Service<>davemoore@chromium.org2014-02-031-35/+14
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-037-65/+170
* Create template based Service classdavemoore@chromium.org2014-01-3011-140/+125
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-2/+3
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-221-0/+2
* Mojo: Move test_embedder.* to the mojo_system_impl component.viettrungluu@chromium.org2014-01-161-0/+1
* Mojo: Move system embedder API files to mojo/system/embedder.viettrungluu@chromium.org2014-01-161-1/+1
* Add a URL entry promptben@chromium.org2014-01-161-2/+25
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-143-8/+0
* Attempt at making it slightly easier to debug mojosky@chromium.org2014-01-142-4/+23
* Mojo: Add the beginnings of a proper embedder API.viettrungluu@chromium.org2014-01-111-2/+2
* Mojo: Make the shell's loader log URL fetch errors.viettrungluu@chromium.org2014-01-091-0/+11
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-072-12/+8
* Add test for ServiceManagerdavemoore@chromium.org2014-01-039-140/+346
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-251-4/+3
* Make mojo_shell work on Mac OS X againabarth@chromium.org2013-12-231-0/+2
* Mojo: Fix android builddavemoore@chromium.org2013-12-211-2/+0
* Sample mojo app using the compositorjamesr@chromium.org2013-12-211-1/+3
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-2/+1
* Implement ServiceManagerdavemoore@chromium.org2013-12-1813-168/+326
* Add switch to control app cachingdavemoore@chromium.org2013-12-163-0/+9
* mojo: Cleanup: Forward declare Context in run.htfarina@chromium.org2013-12-123-4/+7
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-111-0/+2
* Make Mojo work on Android againabarth@chromium.org2013-12-101-1/+1
* Fold MojoViewport C++ class into NativeViewportAndroidben@chromium.org2013-12-051-2/+2