summaryrefslogtreecommitdiffstats
path: root/mojo/shell
Commit message (Expand)AuthorAgeFilesLines
* Revert of Wires up view manager to an actual display (https://codereview.chro...phajdan.jr@chromium.org2014-05-093-87/+31
* Wires up view manager to an actual displaysky@chromium.org2014-05-093-31/+87
* Makes thread created by test helper follow general thread namingsky@chromium.org2014-05-061-1/+1
* Adds ability to load services on background threadsky@chromium.org2014-05-061-1/+16
* Generalize DBus-Mojo bootstrapping codecmasone@chromium.org2014-05-011-1/+2
* Changes view manager test to connect via shellsky@chromium.org2014-04-294-5/+218
* Implement a trivial Mojo EchoService that can be connected to over DBuscmasone@chromium.org2014-04-285-0/+303
* Mojo: Fix crash on MojoShell on Androidmorrita@chromium.org2014-04-252-2/+16
* Revert 265927 "Implement a trivial Mojo EchoService that can be ..."zturner@chromium.org2014-04-245-304/+0
* Implement a trivial Mojo EchoService that can be connected to over DBuscmasone@chromium.org2014-04-245-0/+304
* Get sample_app running on Android againdavemoore@chromium.org2014-04-211-22/+5
* Make ServiceManager own its ServiceLoadersdavemoore@chromium.org2014-04-213-14/+8
* 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
* Load the nvs directly in the shelldavemoore@chromium.org2014-04-152-1/+29
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-151-0/+15
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-141-15/+0
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-141-0/+15
* Mojo Spy core first CL. Introduces mojo::Spy filescpu@chromium.org2014-04-074-3/+17
* [Android] Fix a few issues related to old lib deletion.feng@chromium.org2014-04-031-1/+1
* mojo_shell needs to have an Environment set up.davemoore@chromium.org2014-04-021-0/+2
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-013-3/+3
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-313-3/+3
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-283-4/+4
* 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