1. dcab72d Update mojo sdk to rev e7270700d671fa8e458b4d8c9e47f7bcfb65da0b by rockot · 10 years ago
  2. b46eeca Update mojo sdk to rev dcd8c63adaf8bd5c89bd21ddb439aa8651da32dc by rockot · 10 years ago
  3. fe321fc Refactoring mojo android init_library by michaelbai · 10 years ago
  4. 3f6218b Fix downstream Chrome for Android GN build of Mojo tests by aberent · 10 years ago
  5. cbca72f Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 by rockot · 10 years ago
  6. 7c7296f4 Apply gn format with 'sources' sorting to src/ by scottmg · 10 years ago
  7. c8b2039 Know the process shared library loaded in. by michaelbai · 11 years ago
  8. 471b74f Include Mojo SDK/EDK via fully-qualified paths in Chromium code. by blundell · 11 years ago
  9. 70fb54767 Move //mojo/{public, edk} underneath //third_party by blundell · 11 years ago
  10. 6dcbf7c Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 by rockot · 11 years ago
  11. 0934dff Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 by Daniel Cheng · 11 years ago
  12. f721f4e Disable testConformance in response to test failure (second try) by qyearsley · 11 years ago
  13. 8732463 Revert of Disabling testConformance in response to test failure (patchset #1 id:1 of https://codereview.chromium.org/676893002/) by avi · 11 years ago
  14. ed4f7a7 Disabling testConformance in response to test failure by Quinten Yearsley · 11 years ago
  15. 17d3d939 Update targetSdkVersion for Chromium applications. by aurimas · 11 years ago
  16. aac45ed8 Make crazy linker work in gn build by cjhopman · 11 years ago
  17. ddd10127 mojo: Fix java bindings for maps by qsr · 11 years ago
  18. 7a95945 mojo: Fix findbugs issue on java generated code. by qsr · 11 years ago
  19. f581fe9 Mojo: Add a Java service registry in the browser. by ppi · 11 years ago
  20. 8fa5a88 mojo: Use a MessagePumpMojo in java tests by qsr · 11 years ago
  21. d8c5cc7 Mojo on GN: Support Java bindings in the mojom target template. by ppi · 11 years ago
  22. 5a0c8781 mojom: Change array syntax from uint8[] to array<uint8>. by erg · 11 years ago
  23. a03ae49 Move mojo edk into mojo/edk by jamesr · 11 years ago
  24. 5a14236a Revert "Move mojo edk into mojo/edk" by Trent Apted · 11 years ago
  25. ee7ff197 Move mojo edk into mojo/edk by James Robinson · 11 years ago
  26. a8af594 mojo: Fix mojo test on Art runtime. by qsr · 11 years ago
  27. 0e0d095c mojo: java core API: Allow interaction with native handles by qsr · 11 years ago
  28. 5a02c9d mojo: Java bindings: Add name to the manager. by qsr · 11 years ago
  29. ed0e641 mojo: java bindings rename Message subclasses. by qsr · 11 years ago
  30. 009487f mojo: Move initialization of the embedder in java. by qsr · 11 years ago
  31. 61ac9f5 Fix and enable java validation tests. by qsr · 11 years ago
  32. f9898fa3 Disable validation tests. by qsr · 11 years ago
  33. 2d8ad5c mojo: Run validation tests on java by Benjamin Lerman · 11 years ago
  34. 1cb929f1 Mojo: validate nullability in Java serialization. by ppi · 11 years ago
  35. 65eb66aa MessageReceiver must handle Message and not MessageWithHeader. by qsr · 11 years ago
  36. 72e2f7bb Mojo: validate nullability in Java bindings. by ppi · 11 years ago
  37. 6a55ddd7 mojo: Utility class to parse .data file. by Benjamin Lerman · 11 years ago
  38. 063e1e3a mojo: generate Proxies and Stubs for java bindings. by qsr · 11 years ago
  39. 8b9e346 Revert of mojo: generate Proxies and Stubs for java bindings. (patchset #16 of https://codereview.chromium.org/411913002/) by tnagel · 11 years ago
  40. 6be1a71 mojo: generate Proxies and Stubs for java bindings. by qsr · 11 years ago
  41. cf74402 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by [email protected] · 11 years ago
  42. 3e38f1f9 Mojo: Fix warnings when generating code for empty struct in java. by [email protected] · 11 years ago
  43. c902c57 Makes HandleWatcher block until no longer waiting on pipe by [email protected] · 11 years ago
  44. d6b872a Java core implementation: ensure correct alignment. by [email protected] · 11 years ago
  45. acc18a8 Adding a router class to handle messages that expect responses. by [email protected] · 11 years ago
  46. 01ec6ac Update targetSdkVersion to 20. by [email protected] · 11 years ago
  47. af34023 Revert of Adding a router class to handle messages that expect responses. (https://codereview.chromium.org/371603003/) by [email protected] · 11 years ago
  48. 2ea2726bc Mojo: Always suffix int literals with L in generated Java bindings. by [email protected] · 11 years ago
  49. fe85f4f Adding a router class to handle messages that expect responses. by [email protected] · 11 years ago
  50. 1cf53fa Add support for MojoCreateMessagePipeOptions struct to Java bindings by [email protected] · 11 years ago
  51. 582f88ac Mojo: Correctly handle large unsigned integer literals. by [email protected] · 11 years ago
  52. 2ea94503 Mojo: Automatically prepend enum names to enum values for C++ bindings. by [email protected] · 11 years ago
  53. 285c4bf Rename WaitFlags (etc.) to HandleSignals in Java bindings by [email protected] · 11 years ago
  54. b856433 Adding an ExecutorFactory for the bindings. by [email protected] · 11 years ago
  55. fe856e3 Add serialization/deserialization of structs for mojo java bindings. by [email protected] · 11 years ago
  56. 93f91ae Adding Connector class to observe a message pipe. by [email protected] · 11 years ago
  57. 7eed2ec Add Message and MessageReceiver classes. by [email protected] · 11 years ago
  58. 59082c6 Add pass operation on handles. by [email protected] · 11 years ago
  59. 88f666c4 Generate java bindings for structs. by [email protected] · 11 years ago
  60. 8723cf7 Revert 279677 "Generate java bindings for structs." by [email protected] · 11 years ago
  61. 56d6a92c Generate java bindings for structs. by [email protected] · 11 years ago
  62. 252e660 Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. by [email protected] · 11 years ago
  63. e3da5f9 Mojo: MojoWaitFlags -> MojoHandleSignals. by [email protected] · 11 years ago
  64. 1ba6c7e Mojo: nuke EnvironmentData by [email protected] · 11 years ago
  65. 7931f27 Mojo: Make |MojoAsyncWaiter|s const and remove the MojoAsyncWaiter* argument to AsyncWait/CancelWait. by [email protected] · 11 years ago
  66. 16c0b1c5 Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessagePipe. by [email protected] · 11 years ago
  67. 9c0eee3e8 Adding generic callback interfaces. by [email protected] · 11 years ago
  68. f0e9de8 Generate enums for mojo java bindings. by [email protected] · 11 years ago
  69. d52fcf3 Add reference from Handle to Core. by [email protected] · 11 years ago
  70. 6a3ac06 Mojom: Remove expression support from IDL compiler. by [email protected] · 11 years ago
  71. a1de169 Small cleanup for the mojo java classes. by [email protected] · 11 years ago
  72. 609d8399 Add module annotation to specify the name of the java class for constants. by [email protected] · 11 years ago
  73. 21075b5 Generate java bindings for constants. by [email protected] · 11 years ago
  74. a2a75f5 Revert 274278 "Generate java bindings for constants." by [email protected] · 11 years ago
  75. 1bc5501 Generate java bindings for constants. by [email protected] · 11 years ago
  76. 3815ddd Revert of Generate java bindings for constants. (https://codereview.chromium.org/291903003/) by [email protected] · 11 years ago
  77. 688d067 Refactor java packages. by [email protected] · 11 years ago
  78. f0cb22c Generate java bindings for constants. by [email protected] · 11 years ago
  79. 54cb593 Updates mojo java core API by [email protected] · 11 years ago
  80. 51b82ec Revert 272472 "Mojo: nuke EnvironmentData" by [email protected] · 11 years ago
  81. bf418af Mojo: nuke EnvironmentData by [email protected] · 11 years ago
  82. 21977986 Add conversion from Handle to UntypedHandle. by [email protected] · 11 years ago
  83. 7d9d82e Add AsyncWaiter implementation to java API. by [email protected] · 11 years ago
  84. 230db69d Helper classes for java bindings. by [email protected] · 11 years ago
  85. de92b86 Adding an invalid handle in the public API. by [email protected] · 11 years ago
  86. 10955d3 Adding mojo_test_apk in the fyi waterfall. by [email protected] · 11 years ago
  87. 75e99d7 Fix mojo_test_apk build. by [email protected] · 11 years ago
  88. 70c0364 Java API for mojo system. by [email protected] · 11 years ago