summaryrefslogtreecommitdiffstats
path: root/mojo/apps/js/bindings
Commit message (Expand)AuthorAgeFilesLines
* GN: Build rules and fixes for (almost) all mojo unittest targetsjamesr@chromium.org2014-08-212-0/+44
* Make async waiter explicit MojoGLES2CreateContext paramjamesr@chromium.org2014-08-121-4/+5
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-251-1/+0
* Mojo: Always suffix int literals with L in generated Java bindings.sammc@chromium.org2014-07-171-1/+4
* Mojo: Correctly handle large unsigned integer literals.sammc@chromium.org2014-07-161-5/+4
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-161-10/+10
* Default value for a JavaScript array is now nullhansmuller@chromium.org2014-06-211-5/+2
* Mojom: Add 'default' keyword for initializing structs to non-null value.mpcomplete@chromium.org2014-06-061-1/+3
* Mojom: Remove expression support from IDL compiler.mpcomplete@chromium.org2014-06-041-22/+25
* Mojo: Mojom: Remove support for octal.viettrungluu@chromium.org2014-05-221-12/+9
* Mojo: Mojom: Remove default values for structs and arrays.viettrungluu@chromium.org2014-05-211-25/+30
* We want to be able to use the generated mojom.js files on web serversabarth@chromium.org2014-05-111-1/+1
* Convert codec.js to use a DataView instead of a Uint8Array.tsepez@chromium.org2014-04-231-2/+4
* Mojo: Add JavaScript documentation for the core, support, and unicode modules.mpcomplete@chromium.org2014-04-191-3/+3
* Mojo: in the JS bindings, have connection errors reject the Promise associatedmpcomplete@chromium.org2014-04-081-0/+15
* Mojo: Use Promises for request/response calls in the JavaScript bindings.mpcomplete@google.com2014-04-051-33/+34
* Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.viettrungluu@chromium.org2014-04-041-1/+1
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-031-1/+4
* Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindi...viettrungluu@chromium.org2014-04-012-5/+5
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-302-2/+2
* Reland: Mojo: add javascript bindings for request/responsedarin@chromium.org2014-03-282-132/+237
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-281-1/+1
* Revert of Mojo: add javascript bindings for request/response (https://coderev...tkent@chromium.org2014-03-282-237/+132
* Mojo: add javascript bindings for request/responsedarin@chromium.org2014-03-272-132/+237
* Move relevent JS tests to mojo_js_unittestssky@chromium.org2014-03-112-208/+0
* Moves around js bindings related classessky@chromium.org2014-03-0716-992/+9
* Makes core mojo binding js files explicitly define their namesky@chromium.org2014-03-042-2/+2
* Allow enums to be used as type names in mojom.mpcomplete@chromium.org2014-02-281-4/+4
* Mojo: fix js bindingsdarin@chromium.org2014-02-283-5/+5
* Refactors parts of gin:sky@chromium.org2014-02-272-2/+2
* Fix bug with using enums as default values in mojom. We were previouslympcomplete@google.com2014-02-141-6/+5
* Fix a bug with mojom imports where 2 imports with the same namespace wouldmpcomplete@google.com2014-02-131-1/+6
* Add support for importing other modules to mojom.mpcomplete@google.com2014-02-101-2/+9
* Create GLES2 context synchronously.piman@chromium.org2014-02-043-25/+13
* 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-283-16/+23
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-281-0/+136
* Internalize the GLES2Client logic into libmojo_gles2piman@chromium.org2014-01-233-16/+84
* Mojo: Change "handle_[01]" -> "handle[01]".viettrungluu@chromium.org2014-01-171-5/+5
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-143-13/+29
* Introduce a monotonic_clock module for Mojo.js.aa@chromium.org2014-01-103-0/+84
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-061-2/+1
* 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-218-12/+12
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-216-108/+136
* 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-138-3/+292
* Add simple support for top-level enums to mojom.mpcomplete@google.com2013-12-131-2/+3