| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable some JsToCppTests. | yzshen@chromium.org | 2014-06-01 | 1 | -4/+2 |
* | Make mojo message building and validation follow the depth-first traversal or... | yzshen@chromium.org | 2014-06-01 | 1 | -15/+15 |
* | Mojo cpp bindings: remove redundant validation in Decode*(). | yzshen@chromium.org | 2014-05-31 | 9 | -72/+39 |
* | Revert of Mojo: Specify/check alignment of pointers more carefully. (https://... | dalecurtis@chromium.org | 2014-05-31 | 10 | -251/+62 |
* | Fixes bug where IViewManagerClient could be messaged unnecessarily | sky@chromium.org | 2014-05-31 | 4 | -42/+73 |
* | Mojo cpp bindings: validation logic for incoming messages | yzshen@chromium.org | 2014-05-31 | 19 | -15/+587 |
* | Minor cleanup of view manager test | sky@chromium.org | 2014-05-31 | 3 | -45/+29 |
* | Mojo: Specify/check alignment of pointers more carefully. | viettrungluu@chromium.org | 2014-05-30 | 10 | -62/+251 |
* | Removes usage of Compositor/ContextFactory methods | sky@chromium.org | 2014-05-30 | 1 | -2/+0 |
* | Implement Pepper PPB_VideoDecoder interface. | bbudge@chromium.org | 2014-05-30 | 2 | -0/+6 |
* | Mojo: Add multiprocess shared memory passing test. | viettrungluu@chromium.org | 2014-05-30 | 1 | -0/+173 |
* | Add name to services | davemoore@chromium.org | 2014-05-30 | 16 | -46/+71 |
* | Mojo: Implement passing of shared buffers across processes on POSIX. | viettrungluu@chromium.org | 2014-05-30 | 8 | -25/+346 |
* | Change type of interface created by mojo:view_manager | sky@chromium.org | 2014-05-30 | 16 | -981/+840 |
* | Revert 273723 "Wire input events through the ViewManagerClient i..." | ben@chromium.org | 2014-05-30 | 17 | -169/+28 |
* | Revert 273732 "Fix bustage, missed files" | ben@chromium.org | 2014-05-30 | 4 | -101/+0 |
* | Fix bustage, missed files | ben@chromium.org | 2014-05-30 | 4 | -0/+101 |
* | Wire input events through the ViewManagerClient interface. | ben@chromium.org | 2014-05-30 | 17 | -28/+169 |
* | Fix invalid expectation in unittest. | ben@chromium.org | 2014-05-30 | 1 | -1/+1 |
* | Mojo: Implement support for |Foo&| mojom syntax | darin@chromium.org | 2014-05-30 | 41 | -74/+306 |
* | RawChannel::Init(): handle the cleanup issue when the ScheduleRead() call in ... | yzshen@chromium.org | 2014-05-29 | 1 | -1/+12 |
* | Mojo: Add a utility function to duplicate a PlatformHandle. | viettrungluu@chromium.org | 2014-05-29 | 4 | -0/+63 |
* | fix gyp | darin@chromium.org | 2014-05-29 | 1 | -2/+1 |
* | Mojo: Make mojob test flush stdout after printing "Running foo....". | viettrungluu@chromium.org | 2014-05-29 | 1 | -0/+1 |
* | Mojo: Remove extraneous .get()s in mojo/{embedder,system}. | viettrungluu@chromium.org | 2014-05-29 | 14 | -58/+58 |
* | Mojo: more idiomatic C++ bindings | darin@chromium.org | 2014-05-29 | 104 | -2389/+2034 |
* | Simplify Rect | ben@chromium.org | 2014-05-29 | 8 | -35/+36 |
* | Mojo: Require our public options structs to be aligned like int64_t's. | viettrungluu@chromium.org | 2014-05-29 | 4 | -3/+65 |
* | Support MojoMain() in an Application context | davemoore@chromium.org | 2014-05-29 | 17 | -197/+237 |
* | Centralizes setting of mojom_base_output_dir | sky@chromium.org | 2014-05-29 | 6 | -43/+2 |
* | Mojo: Mac: Enable MultiprocessMessagePipeTest.PlatformHandlePassing. | viettrungluu@chromium.org | 2014-05-29 | 1 | -7/+0 |
* | Mojo: Refactor the sending of FDs (a.k.a. PlatformHandles) on POSIX. | viettrungluu@chromium.org | 2014-05-28 | 7 | -64/+195 |
* | ASSERT_NO_FATAL_FAILURE -> HasFatalFailure() | sky@chromium.org | 2014-05-28 | 1 | -2/+4 |
* | Adds ViewManager::Connect | sky@chromium.org | 2014-05-28 | 12 | -253/+961 |
* | Revert of Generate java bindings for constants. (https://codereview.chromium.... | mathp@chromium.org | 2014-05-28 | 8 | -263/+2 |
* | Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste... | viettrungluu@chromium.org | 2014-05-28 | 6 | -134/+153 |
* | Refactor java packages. | qsr@chromium.org | 2014-05-28 | 10 | -28/+55 |
* | Generate java bindings for constants. | qsr@chromium.org | 2014-05-28 | 8 | -2/+263 |
* | Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core... | viettrungluu@chromium.org | 2014-05-28 | 7 | -344/+372 |
* | Add content renderer to the GN build | brettw@chromium.org | 2014-05-28 | 1 | -0/+11 |
* | Move geometry to mojo/services, extract input events to their own mojom | ben@chromium.org | 2014-05-28 | 18 | -70/+99 |
* | Updates mojo java core API | qsr@chromium.org | 2014-05-28 | 15 | -118/+158 |
* | Revert "Move geometry to mojo/services, extract input events to their own mojom" | kinuko@chromium.org | 2014-05-28 | 18 | -98/+70 |
* | Move geometry to mojo/services, extract input events to their own mojom | ben@chromium.org | 2014-05-28 | 18 | -70/+98 |
* | Some security checks around destruction/setting bounds. | ben@chromium.org | 2014-05-28 | 6 | -4/+87 |
* | Revert 273079 "Add content renderer to the GN build" | brettw@chromium.org | 2014-05-28 | 1 | -11/+0 |
* | Mojo: Move message pipe types/constants/functions from mojo/public/c/system/c... | viettrungluu@chromium.org | 2014-05-28 | 10 | -136/+161 |
* | Add content renderer to the GN build | brettw@chromium.org | 2014-05-28 | 1 | -0/+11 |
* | Mojo: Move common/basic functions declarations from mojo/public/c/system/core... | viettrungluu@chromium.org | 2014-05-27 | 4 | -67/+95 |
* | Mojo: Move common type/constant definitions from mojo/public/c/system/core.h ... | viettrungluu@chromium.org | 2014-05-27 | 12 | -157/+179 |