summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Root identity singletons and rely on the all_users bit to ...ben2016-03-165-25/+41
* Mojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages.yzshen2016-03-162-13/+8
* Restructure loginben2016-03-162-10/+32
* Mojo C++ bindings: introduce mojo::WTFArray.yzshen2016-03-1520-413/+872
* Switch StoragePartitionService interface to use url::Origin instead of mojo s...jam2016-03-151-1/+1
* Add GYP support for Chrome's mojo manifestrockot2016-03-151-0/+41
* Convert net apptests to net unittests using mojo::ShellTest.ben2016-03-1513-60/+98
* Reinstate wait-for-Initialize when Chrome is run in Mashrockot2016-03-153-2/+16
* Mojo C++ bindings: fix the for_blink_tests target.Yuzhu Shen2016-03-152-2/+0
* Change primordial pipes to ShellClientrockot2016-03-1432-646/+323
* [mojo-sdk] Cache the connector's weak self to avoid a malloc/free on every in...amistry2016-03-142-3/+7
* Allow Catalogs to be constructed per-userben2016-03-1415-140/+220
* Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen2016-03-1428-43/+568
* [mojo] Implement pipe fusion APIrockot2016-03-1417-26/+450
* [mojo-edk] Delay creating the local queue in NodeController::AcceptIncomingMe...amistry2016-03-141-7/+9
* Change mojo::Watcher to survive closing a handle and cancelling.sammc2016-03-142-1/+23
* Use chrome manifest with embedded shellrockot2016-03-142-32/+55
* Remove ShellConnection::WaitForInitializerockot2016-03-1314-284/+186
* Separate the Catalog from the Shell completely, so the Catalog can live in it...ben2016-03-1217-88/+136
* Enforce capability classes for specific parameters to Connect().ben2016-03-1121-100/+641
* Fix invalid initializer in InterfaceRegistryrockot2016-03-112-12/+10
* Remove loader for catalog & some other cleanup:ben2016-03-1111-114/+27
* Implement capability classes:ben2016-03-1113-41/+275
* Revert of Capability Classes (patchset #8 id:140001 of https://codereview.chr...vasilii2016-03-1113-275/+41
* Revert of Remove loader for catalog & some other cleanup (patchset #4 id:6000...vasilii2016-03-1111-27/+114
* Remove loader for catalog & some other cleanup:ben2016-03-1111-114/+27
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-1158-76/+31
* Mojo shell: Fix exported GYP dependenciesrockot2016-03-111-0/+9
* Implement capability classes:ben2016-03-1113-41/+275
* Adds views_mus_unittests to the linux botsky2016-03-111-4/+7
* Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface n...yzshen2016-03-115-8/+9
* Mojo C++ bindings: remove the utility/ folder.yzshen2016-03-1025-1838/+0
* Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-105-9/+8
* Fix deps in shellben2016-03-101-0/+1
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-2/+2
* [mojo-sdk] Replace assert() usage in bindings with DCHECK.amistry2016-03-106-30/+27
* Moves mojo_application_manifest to data_depssky2016-03-109-13/+32
* Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...dpranke2016-03-105-8/+9
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-2/+2
* Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-105-9/+8
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-2/+2
* Morph CapabilityFilter into caps::Capabilities, which supports capability cla...ben2016-03-1024-156/+462
* mojo_public_system_perftests: replace mojo::Thread with base::SimpleThread.yzshen2016-03-103-8/+10
* Mojo C++ bindings: error notification behavior related to sync calls.yzshen2016-03-094-10/+152
* Fix missing pointerTypes for touch.mustaq2016-03-091-0/+1
* Convert mus apptests to shelltestsrockot2016-03-094-20/+31
* Fix public_deps for shell runner hostrockot2016-03-091-4/+8
* Add catalog unittests.ben2016-03-0918-146/+375
* [mojo-bindings] Use Watcher API for JS bindingsrockot2016-03-095-78/+87
* [mojo-edk] Keep old wire format and semantics on Android.amistry2016-03-092-18/+18