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