summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Remove "ScopedHandleBase<H>::operator H() const"darin@chromium.org2013-12-035-52/+55
* [Mojo] Fix race condition in sample_app's SwapBuffersabarth@chromium.org2013-12-028-21/+25
* Mojo: Create a PlatformChannel abstraction.viettrungluu@chromium.org2013-12-028-35/+331
* Mojo: Add support for converting between mojo::String and base::StringPiece.darin@chromium.org2013-12-029-19/+169
* [Mojo] Split up Mojo's monolithic GYP fileabarth@chromium.org2013-12-014-337/+354
* [Mojo] sample_app should draw a spinning cubeabarth@chromium.org2013-12-018-89/+110
* Mojo: SimilarityTraitsdarin@chromium.org2013-12-016-7/+343
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-293-101/+58
* [Mojo] Introduce gles2 serviceabarth@chromium.org2013-11-2819-65/+392
* Remove usage of deprecated V8 APIs from mojojochen@chromium.org2013-11-283-5/+6
* Buffer may optionally be found through TLS.darin@chromium.org2013-11-2818-25/+172
* [Mojo] Draw GL from within sample_appabarth@chromium.org2013-11-2814-229/+259
* [Mojo] Remove static "bootstrap" state in mojo_jsabarth@chromium.org2013-11-287-45/+55
* Use ScopedMessagePipeHande in Connector.davemoore@chromium.org2013-11-2713-42/+48
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-274-53/+35
* [Mojo] Clean up test files related to sample_serviceabarth@chromium.org2013-11-2611-766/+41
* Mojo: Fix perf tests.viettrungluu@chromium.org2013-11-262-2/+24
* Implement support in function_template.h for return types.aa@chromium.org2013-11-263-56/+16
* Mojo: Fix MessagePipe teardown when it has enqueued messages.viettrungluu@chromium.org2013-11-262-3/+113
* [Mojo] Add a unit test for connector.jsabarth@chromium.org2013-11-263-2/+130
* PIMPL-style wrappers for generated bindings.darin@chromium.org2013-11-2620-336/+770
* Mojo: Fix our copyright notices.viettrungluu@chromium.org2013-11-2611-14/+18
* Mojo: Convert MessagePumpMojo to use the C++ mojo::Handle.viettrungluu@chromium.org2013-11-254-27/+24
* Mojo: Convert HandleWatcher to use the C++ mojo::Handle.viettrungluu@chromium.org2013-11-254-25/+23
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-255-124/+69
* 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