summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Rename PackageManager->Catalog.ben2016-03-0929-254/+180
* Allow client process information to be passed via Connector::Connect().ben2016-03-0915-185/+259
* Mojo C++ bindings: remove the concept of "GenericInterface".yzshen2016-03-0815-129/+135
* Eliminate CapabilityFilter parameter from CreateInstance, instead reading it ...ben2016-03-087-29/+42
* Use instance name to uniquify renderers.ben2016-03-081-0/+6
* Remove Mojo bindings environment.Yuzhu Shen2016-03-0872-2423/+17
* Fix chrome --mashben2016-03-085-25/+56
* Mojo C++ bindings: add empty() for Array and Map.yzshen2016-03-084-1/+43
* [mojo-edk] Zero padding bytes in dispatcher headers.rockot2016-03-084-22/+65
* Treat typemapped kinds as un-cloneabledarin2016-03-082-3/+6