summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mojo: Make tests under mojo/public use our own run_all_unittests.cc.viettrungluu@chromium.org2013-11-118-33/+26
* Revert 234233 "Add mojo_idl_generator.gypi"thakis@chromium.org2013-11-1110-105/+71
* Android: Allow duplicate calls to InitApplicationContext.torne@chromium.org2013-11-111-1/+1
* Mojo: Add DCHECKs to entrypoints that CoreImpl has been initialized.viettrungluu@chromium.org2013-11-111-0/+7
* Revert "Mojo: Add BindingsSupportImpl on top of HandleWatcher"darin@chromium.org2013-11-1113-230/+81
* Mojo: Add BindingsSupportImpl on top of HandleWatcherdarin@chromium.org2013-11-1113-81/+230
* Add mojo_idl_generator.gypidavemoore@chromium.org2013-11-1110-71/+105
* Add better handle tracking, and optimize Connector::Accept.darin@chromium.org2013-11-098-25/+87
* Mojo: Unify the disparate source and header files into 3davemoore@chromium.org2013-11-0826-456/+338
* Add a basic Mojo app that initializes V8abarth@chromium.org2013-11-085-0/+109
* mojo_shell crashes on Linuxabarth@chromium.org2013-11-088-39/+61
* Wires up MotionEvents for mojo_shell_apk on Android.ben@chromium.org2013-11-085-0/+72
* Moves some files into mojo/commonsky@chromium.org2013-11-0710-66/+120
* Mojo: Accept IDL files that lack explicit ordinals.darin@chromium.org2013-11-071-0/+2
* Mojo: Add support for attributes [name=value] on interfaces.darin@chromium.org2013-11-072-5/+7
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-0720-115/+1259
* Factor common code into native_viewport_controller.ccabarth@chromium.org2013-11-079-92/+52
* Mojo: Make the top-level mojo target build more.viettrungluu@chromium.org2013-11-071-0/+8
* Mojo: modifications to service sourcedavemoore@chromium.org2013-11-061-59/+46
* Adds a class named Connector that connects a MessagePipe to a MessageReceiver.darin@chromium.org2013-11-0614-9/+729
* Add a SpinningCube to Mojo's sample_appabarth@chromium.org2013-11-064-0/+482
* Simpler bindings, fewer files!darin@chromium.org2013-11-0618-589/+398
* Mojo: Add support for float and double types in IDL files.darin@chromium.org2013-11-061-1/+2