1. f12b523 Add JS bindings validation logic for non-nullable types by hansmuller@chromium.org · 10 years ago
  2. f1536b1 Mojo cpp bindings: remove IsNonNullableValidationEnabled() check by yzshen@chromium.org · 10 years ago
  3. 8c7e94d Mojo JS bindings generator doesn't generate import-qualified struct references by hansmuller@chromium.org · 10 years ago
  4. 87dbab1 Mojom cpp bindings: Enable non-nullable check. by yzshen@chromium.org · 10 years ago
  5. a1cb16c Mojo cpp bindings: More clear checks for array num_bytes and num_elements. by yzshen@chromium.org · 10 years ago
  6. 2d8308f Mojo: Fix warnings when generating code for empty struct in java. by qsr@chromium.org · 10 years ago
  7. 66ff1aa Mojo: Add warning of invalid serialization results (in debug build). by yzshen@chromium.org · 10 years ago
  8. 6b74820 mojo: notify handlers of mojo:RunLoop destruction by tim@chromium.org · 10 years ago
  9. 390151e JavaScript bindings for Mojo message validation by hansmuller@chromium.org · 10 years ago
  10. 683dcbd Add validation logic for non-nullable types. by yzshen@chromium.org · 10 years ago
  11. 2fc7713 Mojo: clang-format mojo/public/c/... and add a presubmit check. by viettrungluu@chromium.org · 10 years ago
  12. beab373 Remove OpenWindow from WindowManager API. This time much by ben@chromium.org · 10 years ago
  13. a7a242f Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers by jamesr@chromium.org · 10 years ago
  14. a6fe8ed Refactored the codec.js changes from "from Support packed arrays of by hansmuller@chromium.org · 10 years ago
  15. f3ed15f Make async waiter explicit MojoGLES2CreateContext param by jamesr@chromium.org · 10 years ago
  16. 4169980 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  17. 6b75823 Mojom generator: move Is.*Kind() functions into module.py and use them from all mojom_.*_generator.py. by yzshen@chromium.org · 10 years ago
  18. 32d1ac1 Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..." by rkc@chromium.org · 10 years ago
  19. dbeeb18 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  20. f935873 Added mojom.FixedArray to the array clause in JavaScriptEncodeSnippet(kind). by hansmuller@chromium.org · 10 years ago
  21. ddc345d Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose services to each other alongside the Embed action. by ben@chromium.org · 10 years ago
  22. b3dd32f Support nullable types in mojom. by yzshen@chromium.org · 10 years ago
  23. 72a1839 Mojo: Add PRESUBMIT.py to mojo/. by viettrungluu@chromium.org · 10 years ago
  24. 82f179c mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  25. a77d002 Revert 287680 "mojo: terminate apps if the shell goes away" by tommi@chromium.org · 10 years ago
  26. e340611 mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  27. e931705 Fix template bugs that prevent rolling gtest DEPS. by ncbray@chromium.org · 10 years ago
  28. fc8dde7 Added message header validation unit tests for JavaScript by hansmuller@chromium.org · 10 years ago
  29. ee50fb0 Basic Mojo message header validation for JavaScript. by hansmuller@chromium.org · 10 years ago
  30. f5e5151 Mojo: split up service_provider.mojom by darin@chromium.org · 10 years ago
  31. 08b17f8 Revert of mojo: Convert gles2 to the new thunking system (https://codereview.chromium.org/413303002/) by tapted@chromium.org · 10 years ago
  32. 3af0009 mojo: Convert gles2 to the new thunking system. by erg@chromium.org · 10 years ago
  33. b1ebb4c Mojo: add InterfaceFactoryImpl, use composition rather than inheritance. by darin@chromium.org · 10 years ago
  34. 9cdfd04 Mojo: Update comments in public/c/system/*.h. by viettrungluu@chromium.org · 10 years ago
  35. 633c380 Add operator<< for mojo::String for logging use by davemoore@chromium.org · 10 years ago
  36. 7bf52fa Make Mojo's LoggingTest.LogIf resilient to MSVC's unreachable code warning by hwennborg@google.com · 10 years ago
  37. c91ee2b Validate incoming JS Message Headers: test message parser by hansmuller@chromium.org · 10 years ago
  38. 0839fab Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop by jamesr@chromium.org · 10 years ago
  39. 84326df Makes HandleWatcher block until no longer waiting on pipe by sky@chromium.org · 10 years ago
  40. b06d5c0 Mojo: Use EXPECT_DEATH_IF_SUPPORTED() instead of EXPECT_DEATH(). by viettrungluu@chromium.org · 10 years ago
  41. 19235ce Mojo: Use InterfaceFactory<Interface> for service registration by jamesr@chromium.org · 10 years ago
  42. 6a2cb87 Mojo: Make mojo::Handle::value() return a reference instead of a value. by viettrungluu@chromium.org · 10 years ago
  43. f058caf Move mojo java bindings to mojo/public by qsr@chromium.org · 10 years ago
  44. e697fa9 Mojo: Make Connector::Accept() MOJO_CHECK-fail if it sees MOJO_RESULT_BUSY. by viettrungluu@chromium.org · 10 years ago
  45. 6dbfefc mojo: Make InterfacePtr<> testable in if() statements without .get(). by erg@chromium.org · 10 years ago
  46. b8e62d7 Mojo: Convert assert()s under mojo/public/cpp/bindings/... to MOJO_DCHECK()s. by viettrungluu@chromium.org · 10 years ago
  47. 4f40863 Mojo: Drive-by include fixes. by viettrungluu@chromium.org · 10 years ago
  48. 88a85df InterfacePtr: not setup proxy until actual read/write is needed. by yzshen@chromium.org · 10 years ago
  49. 16634f2 Mojo: Always suffix int literals with L in generated Java bindings. by sammc@chromium.org · 10 years ago
  50. d54c2ff Mojo: Rewrite comments in mojo/public/c/environment/async_waiter.h. by viettrungluu@chromium.org · 10 years ago
  51. c8b88b3 Mojo: Remove unnecessary <stdio.h> include. by viettrungluu@chromium.org · 10 years ago
  52. 24bd2eb Mojo: Remove extra blank line by morrita@chromium.org · 10 years ago
  53. 7efcd59 Mojo: Mojom: Add missing assertEquals in test. by viettrungluu@chromium.org · 10 years ago
  54. 11cad40 Mojo: Mojom: Remove redundant line. by viettrungluu@chromium.org · 10 years ago
  55. 4f22474 Mojom: Add some tests for mojom.parse.ast. by viettrungluu@chromium.org · 10 years ago
  56. 973be8e Mojo: Mojom: Remove some dead code. by viettrungluu@chromium.org · 10 years ago
  57. a6e03c5 Add support for MojoCreateMessagePipeOptions struct to Java bindings by qsr@chromium.org · 10 years ago
  58. 9039449 Add support for MojoCreateMessagePipeOptions struct to JS bindings by qsr@chromium.org · 10 years ago
  59. 1cb1cff Mojo: Correctly handle large unsigned integer literals. by sammc@chromium.org · 10 years ago
  60. 4c88734 Mojo: Mojom: Add more parser tests for interfaces and structs. by viettrungluu@chromium.org · 10 years ago
  61. d8abaf2 Mojo: Mojom: Add AST types for methods, interface bodies, and interfaces. by viettrungluu@chromium.org · 10 years ago
  62. 081faf2 Mojo: Mojom: Add AST types for struct and struct body. by viettrungluu@chromium.org · 10 years ago
  63. 6861c13 Mojo: Mojom: Add AST type for struct fields. by viettrungluu@chromium.org · 10 years ago
  64. 9f33947 Mojo: Automatically prepend enum names to enum values for C++ bindings. by sammc@chromium.org · 10 years ago
  65. 9a4721b Mojo: Add support for InterfacePtr as a struct member by darin@chromium.org · 10 years ago
  66. 84a225c Rename WaitFlags (etc.) to HandleSignals in Java bindings by qsr@chromium.org · 10 years ago
  67. ba591cd Mojo: Add a test for nested RunLoop::Run() by morrita@chromium.org · 10 years ago
  68. 2d4bed6 Mojo: Split public/cpp/system/core.h into pieces by morrita@chromium.org · 10 years ago
  69. 5d94615 Add dummy BUILDER object to java interfaces. by darin@chromium.org · 10 years ago
  70. 32cda9e Replace fprintf with mojo logging macro. by yzshen@chromium.org · 10 years ago
  71. 70be750 Mojo: Mojom: Use None instead of ast.Ordinal(None). by viettrungluu@chromium.org · 10 years ago
  72. d1c6eab Mojo: Mojom: Add AST type for const definitions. by viettrungluu@chromium.org · 10 years ago
  73. e7ea626 Mojo: Mojom: Add an AST type for enum definitions. by viettrungluu@chromium.org · 10 years ago
  74. e5267b3 Mojo: Mojom: Use super() in the AST code. by viettrungluu@chromium.org · 10 years ago
  75. a560b49 Mojo: Mojom: Add AST types for enum values and enum value lists. by viettrungluu@chromium.org · 10 years ago
  76. f2e46ac Mojo GN generates headers in the source file's gen dir by brettw@chromium.org · 10 years ago
  77. f9e267e Attempt at cleaning up a bunch of shutdown issues. by ben@chromium.org · 10 years ago
  78. 2cc0e15 Revert 282555 "Mojo: Add support for InterfacePtr as a struct me..." by kustermann@google.com · 10 years ago
  79. 0210bd3 Mojo: Add support for InterfacePtr as a struct member by darin@chromium.org · 10 years ago
  80. 48725ec Mojo: Mojom: Add Import, ImportList, and Mojom AST types. by viettrungluu@chromium.org · 10 years ago
  81. 3be5e1d Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCall by darin@chromium.org · 10 years ago
  82. 89a1439 Mojo: Mojom: Add AST types for imports and import lists. by viettrungluu@chromium.org · 10 years ago
  83. 19917fe Support packed arrays of booleans in Mojo messages by hansmuller@chromium.org · 10 years ago
  84. b455f15 Mojo: Mojom: Fix NodeList's __eq__ (only used in testing). by viettrungluu@chromium.org · 10 years ago
  85. ff0c042 Mojo: Mojom: Add an AST node type for the module "statement". by viettrungluu@chromium.org · 10 years ago
  86. 9ec6736 Rename source_prereqs to inputs in the GN build. by brettw@chromium.org · 10 years ago
  87. 3b9802e Fixes for re-enabling more MSVC level 4 warnings: mojo/ edition by pkasting@chromium.org · 10 years ago
  88. ae50238 Mojo: Mojom parser: Make |module| use an |identifier_wrapped|. by viettrungluu@chromium.org · 10 years ago
  89. 9113b9e Mojo: Mojom: Make enum values only integers. by viettrungluu@chromium.org · 10 years ago
  90. e392342 Mojo: bindings generator: Add AST types for attributes and attribute lists. by viettrungluu@chromium.org · 10 years ago
  91. df19682 Update callback.h.pump for better output. by qsr@chromium.org · 10 years ago
  92. 05b1fbe Add serialization/deserialization of structs for mojo java bindings. by qsr@chromium.org · 10 years ago
  93. 90d8d41 Mojo: bindings generator: Add an AST type for parameter lists. by viettrungluu@chromium.org · 10 years ago
  94. cd0d876 Mojo: Mojom: Disallow trailing commas in parameter lists. by viettrungluu@chromium.org · 10 years ago
  95. c97ce38 Tweak whitespace in mojo::Callback for readability by jamesr@chromium.org · 10 years ago
  96. 5b45beb Mojo: Reformat parser_unittest.py. by viettrungluu@chromium.org · 10 years ago
  97. d2b7f1e Mojo: Mojom: Add a Parameter object to the AST. by viettrungluu@chromium.org · 10 years ago
  98. 4482e14 Add is_null to mojo::Callback by jamesr@chromium.org · 10 years ago
  99. 5e431b1 Mojo: Mojom: Remove character literals. by viettrungluu@chromium.org · 10 years ago
  100. 5de2a97 Mojo: Add asserts in the public Environment about being initialized. by viettrungluu@chromium.org · 10 years ago