| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Remove CreateAndInitializeOutputSurface from the Proxy interface. | danakj@chromium.org | 2014-05-20 | 1 | -1/+0 |
* | First step at setroots | sky@chromium.org | 2014-05-20 | 7 | -102/+311 |
* | Add AsyncWaiter implementation to java API. | qsr@chromium.org | 2014-05-20 | 7 | -8/+582 |
* | Update mojom example files. | qsr@chromium.org | 2014-05-20 | 8 | -11/+23 |
* | Mojo: Mojom: The handle type can/should be a NAME not an identifier. | viettrungluu@chromium.org | 2014-05-20 | 1 | -1/+1 |
* | Mojo: Mojom: Make specialized handle types (e.g., message_pipe) not keywords. | viettrungluu@chromium.org | 2014-05-20 | 4 | -23/+59 |
* | Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..." | erg@chromium.org | 2014-05-19 | 1 | -1/+1 |
* | Map new subtrees when they are attached to the node hierarchy visible to a co... | ben@chromium.org | 2014-05-19 | 5 | -234/+274 |
* | Mojo: Add a multiprocess platform handle passing test. | viettrungluu@chromium.org | 2014-05-19 | 1 | -2/+115 |
* | Revert of [Refactor] Consolidate the logic for whether a widget can be activa... | pkotwicz@chromium.org | 2014-05-19 | 1 | -1/+1 |
* | Mojo cpp bindings: fix |num_fields| in struct header of *Params_Data. | yzshen@chromium.org | 2014-05-19 | 1 | -1/+1 |
* | Mojo: Make overriding OnConnectionError optional | darin@chromium.org | 2014-05-18 | 7 | -23/+14 |
* | Add more folks to mojo/OWNERS. | darin@chromium.org | 2014-05-18 | 1 | -0/+2 |
* | Mojo: Mojom: Remove integer suffixes (e.g., u, l, ul, etc.). | viettrungluu@chromium.org | 2014-05-17 | 2 | -29/+37 |
* | Fix handling of null pointers in JS bindings. | tsepez@chromium.org | 2014-05-17 | 4 | -79/+136 |
* | Mojo: Mojom: Don't allow $ in identifiers. | viettrungluu@chromium.org | 2014-05-16 | 2 | -4/+22 |
* | Change FilterChain::Append() to a template method. | yzshen@chromium.org | 2014-05-16 | 6 | -35/+33 |
* | Restricts node/view deletion to creator | sky@chromium.org | 2014-05-16 | 4 | -14/+62 |
* | Android: cleans up jni_generator_ptr_type. | bulach@chromium.org | 2014-05-16 | 1 | -2/+0 |
* | Cleanup of ViewManager | sky@chromium.org | 2014-05-16 | 10 | -113/+111 |
* | Tweaks to ViewManager: | sky@chromium.org | 2014-05-16 | 13 | -198/+689 |
* | Mojo: Internalize ServiceConnector<> | darin@chromium.org | 2014-05-16 | 21 | -209/+248 |
* | Revert 270925 "Tweaks to ViewManager:" | kbr@chromium.org | 2014-05-16 | 13 | -686/+197 |
* | Tweaks to ViewManager: | sky@chromium.org | 2014-05-16 | 13 | -197/+686 |
* | Revert 270867 "Mojo: Internalize ServiceConnector<>" | jiayl@chromium.org | 2014-05-16 | 21 | -245/+209 |
* | Mojo: Internalize ServiceConnector<> | darin@chromium.org | 2014-05-16 | 21 | -209/+245 |
* | Mojo cpp bindings: add support for validating incoming messages. | yzshen@chromium.org | 2014-05-15 | 25 | -72/+337 |
* | Revert 270750 "Android: cleans up jni_generator_ptr_type." | jiayl@chromium.org | 2014-05-15 | 1 | -0/+2 |
* | Mojo: Add a utility to compare old mojom_bindings_generator.py output to the ... | viettrungluu@chromium.org | 2014-05-15 | 5 | -1/+179 |
* | Fix js_to_cpp_unittest handling of null arrays. | tsepez@chromium.org | 2014-05-15 | 1 | -3/+6 |
* | Mojo: Fix mojom parser unit tests. | viettrungluu@chromium.org | 2014-05-15 | 2 | -3/+8 |
* | Remove the hard_dep flag in GN. | brettw@chromium.org | 2014-05-15 | 1 | -2/+0 |
* | Mojo: Remove dangerous default argument in mojom_bindings_generatory.py: Proc... | viettrungluu@chromium.org | 2014-05-15 | 1 | -3/+7 |
* | Helper classes for java bindings. | qsr@chromium.org | 2014-05-15 | 4 | -0/+133 |
* | Android: cleans up jni_generator_ptr_type. | bulach@chromium.org | 2014-05-15 | 1 | -2/+0 |
* | Make Mojo sample app work again. | aa@chromium.org | 2014-05-15 | 3 | -7/+8 |
* | Mojo: Fix some platform handle passing bugs and add a test. | viettrungluu@chromium.org | 2014-05-15 | 15 | -82/+276 |
* | Mojo: cancel pending AsyncWait calls when the callers thread exits | darin@chromium.org | 2014-05-15 | 4 | -57/+81 |
* | [Refactor] Consolidate the logic for whether a widget can be activated. | pkotwicz@chromium.org | 2014-05-15 | 1 | -1/+1 |
* | Mojo: Fiddle with EpsilonTimeout() some more. | viettrungluu@chromium.org | 2014-05-14 | 1 | -4/+13 |
* | Fix memory leak in BindingsSampleTest.Basic | darin@chromium.org | 2014-05-14 | 1 | -0/+2 |
* | Mojo: Make a deleter for PlatformHandleVectors that closes all the handles. | viettrungluu@chromium.org | 2014-05-14 | 12 | -31/+37 |
* | Pass arguments from mojom_bindings_generator.py to each individual generator. | qsr@chromium.org | 2014-05-14 | 5 | -10/+14 |
* | Makes CreateNode and CreateView take 32bit values | sky@chromium.org | 2014-05-14 | 6 | -59/+74 |
* | Mojo: Base our epsilon timeouts off of TestTimeouts::tiny_timeout(). | viettrungluu@chromium.org | 2014-05-14 | 6 | -223/+193 |
* | Add mojo web UI framework based on Nat's TVCM | cpu@chromium.org | 2014-05-14 | 15 | -0/+506 |
* | Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder). | viettrungluu@chromium.org | 2014-05-13 | 12 | -32/+343 |
* | Couple of changes for viewmanager | sky@chromium.org | 2014-05-13 | 8 | -389/+298 |
* | Makes BackgroundServiceLoader destroy loader on background thread | sky@chromium.org | 2014-05-13 | 1 | -0/+2 |
* | Get rid of the services namespace and move the service into the service sub-n... | ben@chromium.org | 2014-05-13 | 43 | -110/+54 |