summaryrefslogtreecommitdiffstats
path: root/mojo/shell/app_child_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Get mojo_shell building inside chromium checkout.John Abd-El-Malek2015-04-021-0/+302
* Remove mojo/shell and (most) service implementationsjamesr2014-10-281-292/+0
* Standardize usage of virtual/override/final in mojo/dcheng2014-10-211-4/+4
* Move mojo edk into mojo/edkjamesr2014-10-031-2/+2
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-2/+2
* Move mojo edk into mojo/edkJames Robinson2014-10-031-2/+2
* Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.viettrungluu2014-09-301-2/+2
* Remove implicit conversions from scoped_refptr to T* in mojo/dcheng2014-08-251-2/+2
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-1/+4
* Mojo: move DeleteFile call to ~NetworkLoaderdarin@chromium.org2014-06-111-4/+0
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-5/+2
* Add SetClient method implementation to InterfaceImpl.darin@chromium.org2014-05-121-9/+1
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-36/+38
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-011-1/+1
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-281-1/+1
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-2/+3
* 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-201-0/+2
* Mojo: Add a mojom interface between the app child process and the parent.viettrungluu@chromium.org2014-03-201-5/+18
* Mojo: Create channels on both sides of AppChildProcess(Host).viettrungluu@chromium.org2014-03-201-3/+161
* Mojo: More scaffolding to run apps out of process.viettrungluu@chromium.org2014-03-181-0/+27