summaryrefslogtreecommitdiffstats
path: root/mojo/apps
Commit message (Expand)AuthorAgeFilesLines
* Enable some JsToCppTests.yzshen@chromium.org2014-06-011-4/+2
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-74/+68
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-271-7/+10
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-271-10/+7
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-271-7/+10
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-231-2/+2
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-231-2/+2
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-231-1/+1
* There can be potentially unexpected message names in the bit-flip test.tsepez@chromium.org2014-05-232-12/+50
* Mojo: Mojom: Remove support for octal.viettrungluu@chromium.org2014-05-221-12/+9
* Pass arbitrary data block down message pipe.tsepez@chromium.org2014-05-222-17/+51
* Mojo: Mojom: Remove default values for structs and arrays.viettrungluu@chromium.org2014-05-211-25/+30
* Add mojo bindings backpointer tests.tsepez@chromium.org2014-05-213-33/+132
* Fix handling of null pointers in JS bindings.tsepez@chromium.org2014-05-173-73/+98
* Fix js_to_cpp_unittest handling of null arrays.tsepez@chromium.org2014-05-151-3/+6
* Mojo: cancel pending AsyncWait calls when the callers thread exitsdarin@chromium.org2014-05-151-1/+1
* Pass data down pipes in mojo fuzzing tests.tsepez@chromium.org2014-05-132-33/+96
* We want to be able to use the generated mojom.js files on web serversabarth@chromium.org2014-05-111-1/+1
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-092-17/+18
* 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