summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Remove scoped_message_pipe.*.viettrungluu@chromium.org2013-11-259-132/+84
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-2514-6/+567
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-244-45/+64
* Implements HandleWatcher in terms of MessagePumpMojosky@chromium.org2013-11-233-257/+208
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-2/+2
* Add missing dependency from mojo_js_bindings_unittests to mojom_testjochen@chromium.org2013-11-221-0/+1
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-223-252/+2
* Mojo: Improve my mojob script.viettrungluu@chromium.org2013-11-221-59/+116
* Mojo JavaScript bindings should be binary compatible with C++abarth@chromium.org2013-11-219-92/+123
* Fix thread destruction ordering. Cache thread needs to outlive the IO thread ...ben@chromium.org2013-11-215-19/+22
* Increase targetSdkVersion to 19.navabi@google.com2013-11-211-1/+1
* Have ScratchBuffer::Allocate prefer allocating on the stack even if a previousmpcomplete@chromium.org2013-11-212-5/+9
* Mojo: Improved C++ wrappers.viettrungluu@chromium.org2013-11-2137-319/+713
* Initialize logging in the desktop shell.ben@chromium.org2013-11-205-14/+51
* Add a GinEmbedder enum and use it to identify WrapperInfojochen@chromium.org2013-11-201-1/+1
* Add JavaScript support to Mojo's bindings generatorabarth@chromium.org2013-11-209-39/+452
* Add some unit tests for mojo's Buffer classes.mpcomplete@chromium.org2013-11-203-1/+88
* Mojo's C++ and JavaScript bindings should produce identical messagesabarth@chromium.org2013-11-206-9/+84
* Add a gin/public directoryjochen@chromium.org2013-11-201-1/+1
* Enable and fix BindingsConnectorTest.MessageWithHandlesdavemoore@chromium.org2013-11-191-8/+21
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-192-4/+2
* Add abarth as a Mojo OWNERabarth@chromium.org2013-11-191-0/+1
* Port Mojo's sample_service.cc to JavaScriptabarth@chromium.org2013-11-197-101/+406
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-1812-136/+695
* Mojo: Fix MojoReadMessage() with *num_handles == 0.viettrungluu@chromium.org2013-11-181-1/+1
* Mojo: Generate bindings from math_calculator.mojom.darin@chromium.org2013-11-186-471/+3
* Mojo: generated pointer 'getters' should return const pointers.darin@chromium.org2013-11-181-1/+1
* Fix some runtime errors in mojo Connector.ben@chromium.org2013-11-181-7/+8
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-179-143/+119
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-1510-104/+259
* Mojo: Trivial cleanup -- remove unneeded test fixture in test.viettrungluu@chromium.org2013-11-141-4/+1
* Mojo: Add a MOJO_ARRAYSIZE, corresponding to Chromium's arraysize.viettrungluu@chromium.org2013-11-142-8/+22
* Revert 234975 "Work in progress for end-to-end bindings"mmenke@chromium.org2013-11-1410-212/+62
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-1410-62/+212
* Fixes bug where MessagePumpMojo was listening for state on the wrong handlesky@chromium.org2013-11-141-1/+1
* Add mojo_idl_generator.gypidavemoore@chromium.org2013-11-1313-89/+113
* Mojo: Implement local passing of MessagePipes.viettrungluu@chromium.org2013-11-1315-56/+254
* Fix win64 build failures on size truncationjschuh@chromium.org2013-11-134-8/+14
* Mojo: RemotePtr<S> + bindings changes for Peer attribute.darin@chromium.org2013-11-1321-30/+877
* Give mojo_shell a TransportSecurityPersister.aa@chromium.org2013-11-132-1/+20
* Mojo: More plumbing required to transfer handles over MessagePipes.viettrungluu@chromium.org2013-11-126-47/+123
* Add base/time include.sky@chromium.org2013-11-121-0/+1
* Implementation of MessagePump for Mojo.sky@chromium.org2013-11-125-0/+336
* Mojo: More plumbing to support sending handles over MessagePipes.viettrungluu@chromium.org2013-11-1212-42/+74
* Add more unit tests for JS bindings to Coreabarth@chromium.org2013-11-126-4/+147
* Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)darin@chromium.org2013-11-1213-81/+231
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-1217-71/+454
* Mojo: Make sample_test.cc a gtest (and re-enable it).viettrungluu@chromium.org2013-11-123-48/+101
* Mojo: Make bindings_connector_unittest.cc not depend on base.viettrungluu@chromium.org2013-11-111-6/+5
* Mojo: Implement plumbing to support passing handles over MessagePipes.viettrungluu@chromium.org2013-11-1115-202/+538