summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Remove "ScopedHandleBase<H>::operator H() const"darin@chromium.org2013-12-033-27/+30
* [Mojo] Fix race condition in sample_app's SwapBuffersabarth@chromium.org2013-12-022-9/+14
* Mojo: Add support for converting between mojo::String and base::StringPiece.darin@chromium.org2013-12-024-19/+65
* [Mojo] sample_app should draw a spinning cubeabarth@chromium.org2013-12-012-5/+8
* Mojo: SimilarityTraitsdarin@chromium.org2013-12-015-7/+341
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-292-98/+53
* [Mojo] Introduce gles2 serviceabarth@chromium.org2013-11-283-0/+114
* 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-2815-25/+153
* Use ScopedMessagePipeHande in Connector.davemoore@chromium.org2013-11-277-32/+36
* 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-269-713/+6
* Implement support in function_template.h for return types.aa@chromium.org2013-11-262-54/+12
* Mojo: Fix MessagePipe teardown when it has enqueued messages.viettrungluu@chromium.org2013-11-261-2/+96
* [Mojo] Add a unit test for connector.jsabarth@chromium.org2013-11-263-2/+130
* PIMPL-style wrappers for generated bindings.darin@chromium.org2013-11-2617-332/+766
* Mojo: Fix our copyright notices.viettrungluu@chromium.org2013-11-269-9/+9
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-253-122/+66
* Mojo: Remove scoped_message_pipe.*.viettrungluu@chromium.org2013-11-251-0/+4
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-256-0/+335
* [Mojo] Improve JavaScript API for MojoReadMessageabarth@chromium.org2013-11-244-45/+64
* Teach mojo_js_bindings_unittests to load generated JS filesabarth@chromium.org2013-11-223-252/+2
* Mojo JavaScript bindings should be binary compatible with C++abarth@chromium.org2013-11-219-92/+123
* 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-2124-266/+678
* 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-202-1/+87
* 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-191-2/+0
* Port Mojo's sample_service.cc to JavaScriptabarth@chromium.org2013-11-197-101/+406
* Implement Mojo message codec in JavaScriptabarth@chromium.org2013-11-1811-132/+695
* Mojo: Generate bindings from math_calculator.mojom.darin@chromium.org2013-11-185-468/+1
* 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-178-140/+116
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-151-0/+6
* 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-141-6/+0
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-141-0/+6
* Add mojo_idl_generator.gypidavemoore@chromium.org2013-11-1311-85/+91
* Fix win64 build failures on size truncationjschuh@chromium.org2013-11-132-5/+8
* Mojo: RemotePtr<S> + bindings changes for Peer attribute.darin@chromium.org2013-11-1320-30/+873
* Add more unit tests for JS bindings to Coreabarth@chromium.org2013-11-125-3/+146
* Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)darin@chromium.org2013-11-125-65/+71
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-1212-0/+410
* Mojo: Make sample_test.cc a gtest (and re-enable it).viettrungluu@chromium.org2013-11-122-48/+99