summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* [mojo-sdk] Disable the RunnableAdapter constructor if the sink is a Runnable*.amistry2016-03-231-1/+18
* Mojo C++ bindings: some MultiplexRouter optimization.yzshen2016-03-232-49/+86
* Mojo bindings: Fix typemap includes.sammc2016-03-2322-209/+307
* Make ChannelMojo Send thread-saferockot2016-03-234-0/+15
* Make mojo::Callback safe to copy across threads and destroy on any thread.amistry2016-03-216-32/+99
* Mojo C++ bindings: assume that all imported mojoms have the same variant as c...yzshen2016-03-1911-22/+53
* Mojo C++ bindings: fix sanity check of wtf string serialization.yzshen2016-03-181-11/+10
* [mojo-edk] Expose notification source to MojoWatch callbacksrockot2016-03-174-6/+34
* Mojo C++ bindigns: fix generated namespace when variant is specified.yzshen2016-03-174-6/+36
* Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.danakj2016-03-171-0/+1
* Mojo C++ bindings: MultiplexRouter more aggressively dispatch queued messages.yzshen2016-03-162-13/+8
* Mojo C++ bindings: introduce mojo::WTFArray.yzshen2016-03-1518-413/+861
* 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
* Mojo C++ bindings: fix the for_blink_tests target.Yuzhu Shen2016-03-151-1/+0
* [mojo-sdk] Cache the connector's weak self to avoid a malloc/free on every in...amistry2016-03-142-3/+7
* Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen2016-03-1424-43/+467
* [mojo] Implement pipe fusion APIrockot2016-03-147-1/+91
* Change mojo::Watcher to survive closing a handle and cancelling.sammc2016-03-142-1/+23
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-1133-52/+22
* 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-113-3/+4
* Mojo C++ bindings: remove the utility/ folder.yzshen2016-03-1018-1707/+0
* Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-103-4/+3
* [mojo-sdk] Replace assert() usage in bindings with DCHECK.amistry2016-03-106-30/+27
* Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...dpranke2016-03-103-3/+4
* Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-103-4/+3
* mojo_public_system_perftests: replace mojo::Thread with base::SimpleThread.yzshen2016-03-102-7/+10
* Mojo C++ bindings: error notification behavior related to sync calls.yzshen2016-03-094-10/+152
* [mojo-bindings] Use Watcher API for JS bindingsrockot2016-03-092-22/+37
* Mojo C++ bindings: remove the concept of "GenericInterface".yzshen2016-03-0814-128/+135
* Remove Mojo bindings environment.Yuzhu Shen2016-03-0837-1803/+4
* Mojo C++ bindings: add empty() for Array and Map.yzshen2016-03-084-1/+43
* Treat typemapped kinds as un-cloneabledarin2016-03-082-3/+6
* Add an end-to-end, multi-process perftest of using Mojo with the C++ bindings.amistry2016-03-083-0/+203
* Fix mojo_public_bindings_perftests and add GN build rules.amistry2016-03-071-4/+8
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-078-30/+463
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...Ken Rockot2016-03-068-463/+30
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-058-30/+463
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...rockot2016-03-058-463/+30
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-058-30/+463
* [mojo-sdk] Remove mojo::ignore_result and MOJO_MOVE_ONLY_TYPEamistry2016-03-0412-96/+13
* Remove the remaining Pass() calls from //mojo.yzshen2016-03-0410-18/+18
* [mojo] Add missing Watch/CancelWatch system thunksrockot2016-03-032-1/+21
* Remove MOJO_ARRAYSIZE and MOJO_WARN_UNUSED_RESULT.amistry2016-03-0310-67/+20
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-0347-121/+99
* Mojo C++ bindings: pass SerializationContext to GetSerializedSize_() and Seri...yzshen2016-03-0221-212/+295
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-03-0214-185/+88
* [mojo-edk] Add MojoWatch and MojoCancelWatch APIsrockot2016-03-021-0/+76
* Mojo bindings environment: remove usage in gles2.yzshen2016-03-021-6/+4