summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-0846-422/+474
* Add an end-to-end, multi-process perftest of using Mojo with the C++ bindings.amistry2016-03-087-15/+230
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-7/+13
* [mojo-edk] Only zero the header in a new Channel::Message.amistry2016-03-071-1/+6
* Fix mojo_public_bindings_perftests and add GN build rules.amistry2016-03-074-5/+18
* Rework connection state.ben2016-03-0715-98/+103
* [mojo-edk] Cache the context thread-local in the RequestContext.amistry2016-03-072-5/+14
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-0714-41/+480