summaryrefslogtreecommitdiffstats
path: root/mojo/apps
Commit message (Expand)AuthorAgeFilesLines
* Create GLES2 context synchronously.piman@chromium.org2014-02-044-34/+18
* Support default values for complex objects in mojom.mpcomplete@google.com2014-02-031-0/+13
* Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...piman@chromium.org2014-01-284-25/+44
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-9/+137
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-235-32/+90
* Mojo: Change "handle_[01]" -> "handle[01]".viettrungluu@chromium.org2014-01-171-5/+5
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-144-17/+29
* Introduce a monotonic_clock module for Mojo.js.aa@chromium.org2014-01-106-11/+112
* Make the cube spin in the JS mojo app.aa@chromium.org2014-01-082-26/+199
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-062-5/+4
* Mojo: Change use of "not found" to more explicit "should wait".viettrungluu@chromium.org2014-01-042-1/+3
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-2110-18/+18
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-217-145/+314
* Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...darin@chromium.org2013-12-201-4/+4
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-192-12/+12
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-178-54/+13
* Beginning of JS Mojo API to GL.aa@chromium.org2013-12-1310-11/+319
* Add simple support for top-level enums to mojom.mpcomplete@google.com2013-12-131-2/+3
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-122-2/+4
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-082-11/+6
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-8/+0
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-053-4/+5
* Update mojo.js to use native_viewportabarth@chromium.org2013-12-052-14/+47
* Mojo: Generate bindings that make use of ScopedMessagePipeHandle.darin@chromium.org2013-12-042-11/+15
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-041-3/+3
* [Mojo] Move JS bindings out of publicabarth@chromium.org2013-12-0319-9/+1420
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-3/+5
* [Mojo] Remove static "bootstrap" state in mojo_jsabarth@chromium.org2013-11-286-43/+53
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-2/+4
* [Gin] Add a basic unit testing frameworkabarth@chromium.org2013-11-252-2/+3
* [Mojo] Almost connect mojo_js with hello_world_serviceabarth@chromium.org2013-11-257-3/+219
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-2/+2
* Mojo: Improved C++ wrappers.viettrungluu@chromium.org2013-11-211-3/+2
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-191-2/+2
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-124-67/+3
* Add a basic Mojo app that initializes V8abarth@chromium.org2013-11-084-0/+93