1. 87dbab1 Mojom cpp bindings: Enable non-nullable check. by yzshen@chromium.org · 10 years ago
  2. f3ed15f Make async waiter explicit MojoGLES2CreateContext param by jamesr@chromium.org · 10 years ago
  3. c91ee2b Validate incoming JS Message Headers: test message parser by hansmuller@chromium.org · 10 years ago
  4. 0839fab Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop by jamesr@chromium.org · 10 years ago
  5. 88a85df InterfacePtr: not setup proxy until actual read/write is needed. by yzshen@chromium.org · 10 years ago
  6. 16634f2 Mojo: Always suffix int literals with L in generated Java bindings. by sammc@chromium.org · 10 years ago
  7. 1cb1cff Mojo: Correctly handle large unsigned integer literals. by sammc@chromium.org · 10 years ago
  8. 9f33947 Mojo: Automatically prepend enum names to enum values for C++ bindings. by sammc@chromium.org · 10 years ago
  9. 148aff6 Default value for a JavaScript array is now null by hansmuller@chromium.org · 10 years ago
  10. a2cd16b Mojo message validation tests: add integration tests and move existing conformance tests. by yzshen@chromium.org · 10 years ago
  11. fbe0602 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  12. 5d65827 Mojom: Add 'default' keyword for initializing structs to non-null value. by mpcomplete@chromium.org · 10 years ago
  13. 881c545 Mojo: Reimplement unicode.js in JavaScript, remove native implementation. by mpcomplete@chromium.org · 10 years ago
  14. a1dfa6d Mojom: Remove expression support from IDL compiler. by mpcomplete@chromium.org · 10 years ago
  15. a61e8c1 Enable some JsToCppTests. by yzshen@chromium.org · 10 years ago
  16. 5dca6d0 Mojo: more idiomatic C++ bindings by darin@chromium.org · 10 years ago
  17. ad65baa Shell / ShellClient -> ServiceProvider by davemoore@chromium.org · 10 years ago
  18. e99534e Revert 272983 "Change Shell / ShellClient to ServiceProvider" by davemoore@chromium.org · 10 years ago
  19. 3d7d893 Change Shell / ShellClient to ServiceProvider by davemoore@chromium.org · 10 years ago
  20. 0d7005e Revert 272472 "Mojo: nuke EnvironmentData" by kbr@chromium.org · 10 years ago
  21. dc13f69 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  22. 2be1b9b Mojo: Remove SetClient from generated interfaces by darin@chromium.org · 10 years ago
  23. 4ad641d There can be potentially unexpected message names in the bit-flip test. by tsepez@chromium.org · 10 years ago
  24. d8635f8 Mojo: Mojom: Remove support for octal. by viettrungluu@chromium.org · 10 years ago
  25. c5fa5fb Pass arbitrary data block down message pipe. by tsepez@chromium.org · 10 years ago
  26. 2c61fde Mojo: Mojom: Remove default values for structs and arrays. by viettrungluu@chromium.org · 10 years ago
  27. c25334b Add mojo bindings backpointer tests. by tsepez@chromium.org · 10 years ago
  28. 792f33c Fix handling of null pointers in JS bindings. by tsepez@chromium.org · 10 years ago
  29. 22ba817 Fix js_to_cpp_unittest handling of null arrays. by tsepez@chromium.org · 10 years ago
  30. 1a21d49 Mojo: cancel pending AsyncWait calls when the callers thread exits by darin@chromium.org · 10 years ago
  31. 44881f9 Pass data down pipes in mojo fuzzing tests. by tsepez@chromium.org · 10 years ago
  32. f2bb8f5 We want to be able to use the generated mojom.js files on web servers by abarth@chromium.org · 10 years ago
  33. e895c60 Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl by darin@chromium.org · 10 years ago
  34. 8380351 Add handles to data structure passed between c++ and JS unittest. by tsepez@chromium.org · 10 years ago
  35. 4ac32b3 The set_enforce_errors_from_incoming_receiver() method is needed for testing by tsepez@chromium.org · 10 years ago
  36. 4d3eeaf Test sending corrupt mojo messages back from javascript. by tsepez@chromium.org · 10 years ago
  37. bfc90b6 Move existing Mojo JS <--> CPP tests out of webui test harness. by tsepez@chromium.org · 10 years ago
  38. 19b529a Fixs style nits in mojo_runner_delegate by sky@chromium.org · 10 years ago
  39. 9b8a21a Adds mojo test that exercises mojo bindings to c++ by sky@chromium.org · 10 years ago
  40. 598aa80 Enable mojo js tests which depend on mojom.js files in gen/. by yzshen@chromium.org · 10 years ago
  41. 4774f15 Convert codec.js to use a DataView instead of a Uint8Array. by tsepez@chromium.org · 10 years ago
  42. ff207c9 Mojo: Add JavaScript documentation for the core, support, and unicode modules. by mpcomplete@chromium.org · 10 years ago
  43. 94d764a Mojo: properly encode and decode UTF8 strings in the JavaScript bindings by mpcomplete@chromium.org · 10 years ago
  44. 3a49e2e Make net use v8 through gin by jochen@chromium.org · 10 years ago
  45. ea7f3a7 Mojo: in the JS bindings, have connection errors reject the Promise associated by mpcomplete@chromium.org · 10 years ago
  46. 4dfec4a Mojo: Use Promises for request/response calls in the JavaScript bindings. by mpcomplete@google.com · 10 years ago
  47. e1cb16c Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. by viettrungluu@chromium.org · 10 years ago
  48. bf3b32e Change mojo JS bindings to expose a handle object, which is Closed when garbage by mpcomplete@chromium.org · 10 years ago
  49. c4031c0 Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  50. 214ebb8 Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. by viettrungluu@chromium.org · 10 years ago
  51. 2788607 Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h. by viettrungluu@chromium.org · 10 years ago
  52. 1e759fd Mojo: Move C gles2 header files to mojo/public/c/gles2. by viettrungluu@chromium.org · 10 years ago
  53. a4a886e Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file. by viettrungluu@chromium.org · 10 years ago
  54. 8803dd0 Reland: Mojo: add javascript bindings for request/response by darin@chromium.org · 10 years ago
  55. a14d9c3 Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. by viettrungluu@chromium.org · 10 years ago
  56. 91c53b2 Revert of Mojo: add javascript bindings for request/response (https://codereview.chromium.org/207503004/) by tkent@chromium.org · 10 years ago
  57. 5a87e5e Mojo: add javascript bindings for request/response by darin@chromium.org · 10 years ago
  58. 2cb5e9b Mojo: Move public C system header files to mojo/public/c/system/. by viettrungluu@chromium.org · 10 years ago
  59. 9356f64 Move relevent JS tests to mojo_js_unittests by sky@chromium.org · 10 years ago
  60. 2147d40 Disable some mojo_js_unittests on Mac and Linux. by yzshen@chromium.org · 10 years ago
  61. d70e3c2 Moves around js bindings related classes by sky@chromium.org · 10 years ago
  62. cf10820 Makes core mojo binding js files explicitly define their name by sky@chromium.org · 10 years ago
  63. ac84dbc Allow enums to be used as type names in mojom. by mpcomplete@chromium.org · 10 years ago
  64. d1fe144 Mojo: fix js bindings by darin@chromium.org · 10 years ago
  65. ac7ee09 Refactors parts of gin: by sky@chromium.org · 10 years ago
  66. a816c58 Fix bug with using enums as default values in mojom. We were previously by mpcomplete@google.com · 10 years ago
  67. 56d5d3f Fix a bug with mojom imports where 2 imports with the same namespace would by mpcomplete@google.com · 10 years ago
  68. 416da54 Add support for importing other modules to mojom. by mpcomplete@google.com · 10 years ago
  69. 5a9e539 Create GLES2 context synchronously. by piman@chromium.org · 11 years ago
  70. 17bf946 Support default values for complex objects in mojom. by mpcomplete@google.com · 11 years ago
  71. ccffe6e Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreateContext by piman@chromium.org · 11 years ago
  72. 0d65f21 Mojo: re-organize public/bindings/ directory by darin@chromium.org · 11 years ago
  73. 2d41956 Internalize the GLES2Client logic into libmojo_gles2 by piman@chromium.org · 11 years ago
  74. d08a220 Mojo: Change "handle_[01]" -> "handle[01]". by viettrungluu@chromium.org · 11 years ago
  75. 5cd89c6 Mojo: AsyncWaiter and mojo/public/environment by darin@chromium.org · 11 years ago
  76. e80bd23 Introduce a monotonic_clock module for Mojo.js. by aa@chromium.org · 11 years ago
  77. 1e9af80 Make the cube spin in the JS mojo app. by aa@chromium.org · 11 years ago
  78. 1f95f71 Gin: Fix console module to be varargs again. by aa@chromium.org · 11 years ago
  79. 58a2723 Mojo: Change use of "not found" to more explicit "should wait". by viettrungluu@chromium.org · 11 years ago
  80. f6bb81f Add a simple one shot and repeating timer API for Mojo.js. by aa@chromium.org · 11 years ago
  81. 79b1743 Implement more of the JavaScript GL API. by aa@chromium.org · 11 years ago
  82. f3e101d Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .mojom file. by darin@chromium.org · 11 years ago
  83. 7002f99 Add support for wrapping classes indirectly inherited from gin::Wrappable<T> by aa@chromium.org · 11 years ago
  84. 8f1c2d1 [gin] Introduce Wrappable::GetObjectTemplate by jochen@chromium.org · 11 years ago
  85. dbe87d5 Beginning of JS Mojo API to GL. by aa@chromium.org · 11 years ago
  86. f7d120f Add simple support for top-level enums to mojom. by mpcomplete@google.com · 11 years ago
  87. 538215f [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable by jochen@chromium.org · 11 years ago
  88. ad155da Gin: Make it easier to implement Wrappable. by aa@chromium.org · 11 years ago
  89. 85e2aa1 Gin: Consolidate all the Converter<Wrappable> subclasses. by aa@chromium.org · 11 years ago
  90. 5b4b681 gin::Wrappable shouldn't inherit from base::RefCounted by abarth@chromium.org · 11 years ago
  91. 6103d35 Update mojo.js to use native_viewport by abarth@chromium.org · 11 years ago
  92. d9bfe5e Mojo: Generate bindings that make use of ScopedMessagePipeHandle. by darin@chromium.org · 11 years ago
  93. a6190a3 [Mojo] Remove dependency between mojo/public and gpu by abarth@chromium.org · 11 years ago
  94. 53e66c5 [Mojo] Move JS bindings out of public by abarth@chromium.org · 11 years ago
  95. 511c77c Implement gin::ObjectTemplateBuilder by aa@chromium.org · 11 years ago
  96. 6496c0b [Mojo] Remove static "bootstrap" state in mojo_js by abarth@chromium.org · 11 years ago
  97. 395b1e5 Implement support in function_template.h for return types. by aa@chromium.org · 11 years ago
  98. bca3505 [Gin] Add a basic unit testing framework by abarth@chromium.org · 11 years ago
  99. 6a2fbfc [Mojo] Almost connect mojo_js with hello_world_service by abarth@chromium.org · 11 years ago
  100. d5aa531 [gin] add support for non-gin managed isolates in gin. by jochen@chromium.org · 11 years ago