| Commit message (Expand) | Author | Age | Files | Lines |
* | Get mojo_shell building inside chromium checkout. | John Abd-El-Malek | 2015-04-02 | 1 | -0/+302 |
* | Remove mojo/shell and (most) service implementations | jamesr | 2014-10-28 | 1 | -292/+0 |
* | Standardize usage of virtual/override/final in mojo/ | dcheng | 2014-10-21 | 1 | -4/+4 |
* | Move mojo edk into mojo/edk | jamesr | 2014-10-03 | 1 | -2/+2 |
* | Revert "Move mojo edk into mojo/edk" | Trent Apted | 2014-10-03 | 1 | -2/+2 |
* | Move mojo edk into mojo/edk | James Robinson | 2014-10-03 | 1 | -2/+2 |
* | Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. | viettrungluu | 2014-09-30 | 1 | -2/+2 |
* | Remove implicit conversions from scoped_refptr to T* in mojo/ | dcheng | 2014-08-25 | 1 | -2/+2 |
* | Mojo: Add PlatformSupport argument to mojo::embedder::Init(). | viettrungluu@chromium.org | 2014-08-20 | 1 | -1/+4 |
* | Mojo: move DeleteFile call to ~NetworkLoader | darin@chromium.org | 2014-06-11 | 1 | -4/+0 |
* | Mojo: more idiomatic C++ bindings | darin@chromium.org | 2014-05-29 | 1 | -5/+2 |
* | Add SetClient method implementation to InterfaceImpl. | darin@chromium.org | 2014-05-12 | 1 | -9/+1 |
* | Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl | darin@chromium.org | 2014-05-09 | 1 | -36/+38 |
* | Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. | viettrungluu@chromium.org | 2014-04-01 | 1 | -1/+1 |
* | Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. | viettrungluu@chromium.org | 2014-03-28 | 1 | -1/+1 |
* | Report PPAPI plugin load error code to UMA. | xhwang@chromium.org | 2014-03-25 | 1 | -2/+3 |
* | Mojo: Actually load/run the app in the child process. | viettrungluu@chromium.org | 2014-03-21 | 1 | -33/+134 |
* | Mojo: Run DynamicServiceRunner::Start()'s callback on a reasonable thread. | viettrungluu@chromium.org | 2014-03-20 | 1 | -0/+2 |
* | Mojo: Add a mojom interface between the app child process and the parent. | viettrungluu@chromium.org | 2014-03-20 | 1 | -5/+18 |
* | Mojo: Create channels on both sides of AppChildProcess(Host). | viettrungluu@chromium.org | 2014-03-20 | 1 | -3/+161 |
* | Mojo: More scaffolding to run apps out of process. | viettrungluu@chromium.org | 2014-03-18 | 1 | -0/+27 |