summaryrefslogtreecommitdiffstats
path: root/mojo/apps/js
Commit message (Expand)AuthorAgeFilesLines
* Add handles to data structure passed between c++ and JS unittest.tsepez@chromium.org2014-05-072-8/+44
* The set_enforce_errors_from_incoming_receiver() method is needed for testingtsepez@chromium.org2014-05-061-0/+2
* Test sending corrupt mojo messages back from javascript.tsepez@chromium.org2014-05-023-56/+153
* Move existing Mojo JS <--> CPP tests out of webui test harness.tsepez@chromium.org2014-05-023-75/+254
* Fixs style nits in mojo_runner_delegatesky@chromium.org2014-05-011-3/+3
* Adds mojo test that exercises mojo bindings to c++sky@chromium.org2014-04-303-1/+164
* Enable mojo js tests which depend on mojom.js files in gen/.yzshen@chromium.org2014-04-251-15/+24
* 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-192-4/+4
* Mojo: properly encode and decode UTF8 strings in the JavaScript bindingsmpcomplete@chromium.org2014-04-161-0/+2
* Make net use v8 through ginjochen@chromium.org2014-04-081-1/+1
* 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-052-34/+35
* Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.viettrungluu@chromium.org2014-04-042-2/+2
* Change mojo JS bindings to expose a handle object, which is Closed when garbagempcomplete@chromium.org2014-04-032-2/+7
* Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindi...viettrungluu@chromium.org2014-04-012-5/+5
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-302-2/+2
* Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...viettrungluu@chromium.org2014-03-281-1/+1
* Reland: Mojo: add javascript bindings for request/responsedarin@chromium.org2014-03-284-141/+246
* Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h.viettrungluu@chromium.org2014-03-282-2/+2
* Revert of Mojo: add javascript bindings for request/response (https://coderev...tkent@chromium.org2014-03-284-246/+141
* Mojo: add javascript bindings for request/responsedarin@chromium.org2014-03-274-141/+246
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-262-2/+2
* Move relevent JS tests to mojo_js_unittestssky@chromium.org2014-03-113-221/+0
* Disable some mojo_js_unittests on Mac and Linux.yzshen@chromium.org2014-03-111-3/+22
* Moves around js bindings related classessky@chromium.org2014-03-0719-997/+14
* 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-284-7/+7
* Refactors parts of gin:sky@chromium.org2014-02-276-9/+10
* 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-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