summaryrefslogtreecommitdiffstats
path: root/mojo/shell/dynamic_service_loader.h
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-281-2/+2
* Add creation of ServiceManager to Content (2nd try)davemoore@chromium.org2014-03-271-0/+2
* Mojo: Minor comment improvements/fixes/additions for mojo_shell.viettrungluu@chromium.org2014-03-211-5/+6
* Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.viettrungluu@chromium.org2014-03-181-1/+1
* Mojo: Refactor the in-process-specific bits out of DynamicServiceLoader.viettrungluu@chromium.org2014-03-151-2/+7
* Add ServiceManager::GetInstance() and change ServiceManager::Loader to Servic...davemoore@chromium.org2014-03-041-4/+5
* Move service_manager to top level dirdavemoore@chromium.org2014-02-271-1/+1
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-271-1/+1
* Rename ServiceConnector back to ServiceManagerdavemoore@chromium.org2014-02-131-2/+2
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-111-1/+2
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-031-3/+7
* Create template based Service classdavemoore@chromium.org2014-01-301-2/+2
* Add test for ServiceManagerdavemoore@chromium.org2014-01-031-0/+46