- 568e45e mojo_js_standalone will quit after the last JSApp quits by hansmuller · 10 years ago
- 56dbf64 Mojo JS bindings: simplify mojo.connectToService() usage - Part 1 by hansmuller · 10 years ago
- dc9c98c Mojo JS standalone app launches files specified with mojo_shell command-line args by hansmuller · 10 years ago
- 4e39ca5 mojom: Change array syntax from uint8[] to array<uint8>. by erg · 10 years ago
- 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago
- 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago
- 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago
- 1716f18 Standalone Mojo Javascript application by hansmuller · 10 years ago
- 09f9d92 Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. by viettrungluu · 10 years ago
- 7b62449 Mojo: MOJO_OVERRIDE -> override in mojo/. by Viet-Trung Luu · 10 years ago
- fc8f8b1 Mojo JS bindings: draining a DataPipe by hansmuller · 10 years ago
- 64a703e Mojo: Cancel WaitingCallbacks when their HandleWrappers are closed. by sammc · 10 years ago
- 5a69cb4 Move application:chromium bindings to mojo/application/ by jamesr · 10 years ago
- 0aea860 JavaScript Content Handler Version 0.0 by hansmuller · 10 years ago
- a3fcb48 Refactor IsolateHolder to be able to always create the isolate by jochen · 10 years ago
- 0cddf38 Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chromecast/, cloud_print/, mojo/, and win8/ by thestig · 10 years ago
- 87dbab1 Mojom cpp bindings: Enable non-nullable check. by yzshen@chromium.org · 10 years ago
- f3ed15f Make async waiter explicit MojoGLES2CreateContext param by jamesr@chromium.org · 10 years ago
- c91ee2b Validate incoming JS Message Headers: test message parser by hansmuller@chromium.org · 10 years ago
- 0839fab Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop by jamesr@chromium.org · 10 years ago
- 88a85df InterfacePtr: not setup proxy until actual read/write is needed. by yzshen@chromium.org · 10 years ago
- 16634f2 Mojo: Always suffix int literals with L in generated Java bindings. by sammc@chromium.org · 10 years ago
- 1cb1cff Mojo: Correctly handle large unsigned integer literals. by sammc@chromium.org · 10 years ago
- 9f33947 Mojo: Automatically prepend enum names to enum values for C++ bindings. by sammc@chromium.org · 10 years ago
- 148aff6 Default value for a JavaScript array is now null by hansmuller@chromium.org · 10 years ago
- a2cd16b Mojo message validation tests: add integration tests and move existing conformance tests. by yzshen@chromium.org · 10 years ago
- fbe0602 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
- 5d65827 Mojom: Add 'default' keyword for initializing structs to non-null value. by mpcomplete@chromium.org · 10 years ago
- 881c545 Mojo: Reimplement unicode.js in JavaScript, remove native implementation. by mpcomplete@chromium.org · 10 years ago
- a1dfa6d Mojom: Remove expression support from IDL compiler. by mpcomplete@chromium.org · 10 years ago
- a61e8c1 Enable some JsToCppTests. by yzshen@chromium.org · 10 years ago
- 5dca6d0 Mojo: more idiomatic C++ bindings by darin@chromium.org · 10 years ago
- ad65baa Shell / ShellClient -> ServiceProvider by davemoore@chromium.org · 10 years ago
- e99534e Revert 272983 "Change Shell / ShellClient to ServiceProvider" by davemoore@chromium.org · 10 years ago
- 3d7d893 Change Shell / ShellClient to ServiceProvider by davemoore@chromium.org · 10 years ago
- 0d7005e Revert 272472 "Mojo: nuke EnvironmentData" by kbr@chromium.org · 10 years ago
- dc13f69 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
- 2be1b9b Mojo: Remove SetClient from generated interfaces by darin@chromium.org · 10 years ago
- 4ad641d There can be potentially unexpected message names in the bit-flip test. by tsepez@chromium.org · 10 years ago
- d8635f8 Mojo: Mojom: Remove support for octal. by viettrungluu@chromium.org · 10 years ago
- c5fa5fb Pass arbitrary data block down message pipe. by tsepez@chromium.org · 10 years ago
- 2c61fde Mojo: Mojom: Remove default values for structs and arrays. by viettrungluu@chromium.org · 10 years ago
- c25334b Add mojo bindings backpointer tests. by tsepez@chromium.org · 10 years ago
- 792f33c Fix handling of null pointers in JS bindings. by tsepez@chromium.org · 11 years ago
- 22ba817 Fix js_to_cpp_unittest handling of null arrays. by tsepez@chromium.org · 11 years ago
- 1a21d49 Mojo: cancel pending AsyncWait calls when the callers thread exits by darin@chromium.org · 11 years ago
- 44881f9 Pass data down pipes in mojo fuzzing tests. by tsepez@chromium.org · 11 years ago
- f2bb8f5 We want to be able to use the generated mojom.js files on web servers by abarth@chromium.org · 11 years ago
- e895c60 Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl by darin@chromium.org · 11 years ago
- 8380351 Add handles to data structure passed between c++ and JS unittest. by tsepez@chromium.org · 11 years ago
- 4ac32b3 The set_enforce_errors_from_incoming_receiver() method is needed for testing by tsepez@chromium.org · 11 years ago
- 4d3eeaf Test sending corrupt mojo messages back from javascript. by tsepez@chromium.org · 11 years ago
- bfc90b6 Move existing Mojo JS <--> CPP tests out of webui test harness. by tsepez@chromium.org · 11 years ago
- 19b529a Fixs style nits in mojo_runner_delegate by sky@chromium.org · 11 years ago
- 9b8a21a Adds mojo test that exercises mojo bindings to c++ by sky@chromium.org · 11 years ago
- 598aa80 Enable mojo js tests which depend on mojom.js files in gen/. by yzshen@chromium.org · 11 years ago
- 4774f15 Convert codec.js to use a DataView instead of a Uint8Array. by tsepez@chromium.org · 11 years ago
- ff207c9 Mojo: Add JavaScript documentation for the core, support, and unicode modules. by mpcomplete@chromium.org · 11 years ago
- 94d764a Mojo: properly encode and decode UTF8 strings in the JavaScript bindings by mpcomplete@chromium.org · 11 years ago
- 3a49e2e Make net use v8 through gin by jochen@chromium.org · 11 years ago
- ea7f3a7 Mojo: in the JS bindings, have connection errors reject the Promise associated by mpcomplete@chromium.org · 11 years ago
- 4dfec4a Mojo: Use Promises for request/response calls in the JavaScript bindings. by mpcomplete@google.com · 11 years ago
- e1cb16c Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. by viettrungluu@chromium.org · 11 years ago
- bf3b32e Change mojo JS bindings to expose a handle object, which is Closed when garbage by mpcomplete@chromium.org · 11 years ago
- c4031c0 Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. by viettrungluu@chromium.org · 11 years ago
- 214ebb8 Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. by viettrungluu@chromium.org · 11 years ago
- 2788607 Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h. by viettrungluu@chromium.org · 11 years ago
- 1e759fd Mojo: Move C gles2 header files to mojo/public/c/gles2. by viettrungluu@chromium.org · 11 years ago
- a4a886e Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file. by viettrungluu@chromium.org · 11 years ago
- 8803dd0 Reland: Mojo: add javascript bindings for request/response by darin@chromium.org · 11 years ago
- a14d9c3 Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. by viettrungluu@chromium.org · 11 years ago
- 91c53b2 Revert of Mojo: add javascript bindings for request/response (https://codereview.chromium.org/207503004/) by tkent@chromium.org · 11 years ago
- 5a87e5e Mojo: add javascript bindings for request/response by darin@chromium.org · 11 years ago
- 2cb5e9b Mojo: Move public C system header files to mojo/public/c/system/. by viettrungluu@chromium.org · 11 years ago
- 9356f64 Move relevent JS tests to mojo_js_unittests by sky@chromium.org · 11 years ago
- 2147d40 Disable some mojo_js_unittests on Mac and Linux. by yzshen@chromium.org · 11 years ago
- d70e3c2 Moves around js bindings related classes by sky@chromium.org · 11 years ago
- cf10820 Makes core mojo binding js files explicitly define their name by sky@chromium.org · 11 years ago
- ac84dbc Allow enums to be used as type names in mojom. by mpcomplete@chromium.org · 11 years ago
- d1fe144 Mojo: fix js bindings by darin@chromium.org · 11 years ago
- ac7ee09 Refactors parts of gin: by sky@chromium.org · 11 years ago
- a816c58 Fix bug with using enums as default values in mojom. We were previously by mpcomplete@google.com · 11 years ago
- 56d5d3f Fix a bug with mojom imports where 2 imports with the same namespace would by mpcomplete@google.com · 11 years ago
- 416da54 Add support for importing other modules to mojom. by mpcomplete@google.com · 11 years ago
- 5a9e539 Create GLES2 context synchronously. by piman@chromium.org · 11 years ago
- 17bf946 Support default values for complex objects in mojom. by mpcomplete@google.com · 11 years ago
- ccffe6e Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreateContext by piman@chromium.org · 11 years ago
- 0d65f21 Mojo: re-organize public/bindings/ directory by darin@chromium.org · 11 years ago
- 2d41956 Internalize the GLES2Client logic into libmojo_gles2 by piman@chromium.org · 11 years ago
- d08a220 Mojo: Change "handle_[01]" -> "handle[01]". by viettrungluu@chromium.org · 11 years ago
- 5cd89c6 Mojo: AsyncWaiter and mojo/public/environment by darin@chromium.org · 11 years ago
- e80bd23 Introduce a monotonic_clock module for Mojo.js. by aa@chromium.org · 11 years ago
- 1e9af80 Make the cube spin in the JS mojo app. by aa@chromium.org · 11 years ago
- 1f95f71 Gin: Fix console module to be varargs again. by aa@chromium.org · 11 years ago
- 58a2723 Mojo: Change use of "not found" to more explicit "should wait". by viettrungluu@chromium.org · 11 years ago
- f6bb81f Add a simple one shot and repeating timer API for Mojo.js. by aa@chromium.org · 11 years ago
- 79b1743 Implement more of the JavaScript GL API. by aa@chromium.org · 11 years ago
- f3e101d Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .mojom file. by darin@chromium.org · 11 years ago
- 7002f99 Add support for wrapping classes indirectly inherited from gin::Wrappable<T> by aa@chromium.org · 11 years ago
- 8f1c2d1 [gin] Introduce Wrappable::GetObjectTemplate by jochen@chromium.org · 11 years ago