1. 20b0cb0 Switch to standard integer types in mojo/. by Avi Drissman · 9 years ago
  2. 9918b1f Convert Pass()→std::move() in //mojo/edk by dcheng · 9 years ago
  3. 6a73832 Fix memory leak in unittests with new Mojo EDK. by jam · 9 years ago
  4. 795445d Fix shutdown UAF in MessagePipeDispatcher in new Mojo EDK. by jam · 9 years ago
  5. db270a0 Fix UAF in new Mojo EDK. by jam · 9 years ago
  6. 4b0781c Fix race condition with multiplexed message pipes. by jam · 9 years ago
  7. 84bac04 Followup fix to r365175 for new Mojo EDK. by jam · 9 years ago
  8. aeffdf5 Fix shutdown assert with the new Mojo EDK. by jam · 9 years ago
  9. e6414d2 Fix race condition in new Mojo EDK exposed by Mac ASAN bots. by jam · 9 years ago
  10. 744b85a Fix race condition in new Mojo EDK. by jam · 9 years ago
  11. 1da90a2 Make mojo::edk::PlatformHandle have the same named member on all platforms. by jam · 9 years ago
  12. 6bf2be7 Implementation of WaitSet for new EDK. by amistry · 9 years ago
  13. c68d932 Fix new Mojo EDK multiplexing code on Android. by jam · 9 years ago
  14. 6bcc02f Fix ws by John Abd-El-Malek · 9 years ago
  15. abbc93c Prepare chrome to use the new Mojo EDK by default. by John Abd-El-Malek · 9 years ago
  16. 4f03db8 Mojo JS bindings: fix the unittests. by yzshen · 9 years ago
  17. a668d64 Fix mojo_system_unittests2 component build after r363386 by jam · 9 years ago
  18. 1f6e200 Fix mojo:example_main. by jam · 9 years ago
  19. 967afa1 Show the callstack that a nontransferable message pipe was first used if it's erroneously sent later. by jam · 9 years ago
  20. 9a34049 Rename MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 by danakj · 9 years ago
  21. 11c5adf Set V8 extras mode in gin::V8Initializer. by yhirano · 9 years ago
  22. 8ff3521 Add multiplexing of message pipes in the new EDK. by John Abd-El-Malek · 9 years ago
  23. 1a33614 Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro. by danakj · 9 years ago
  24. 5443a66 Remove ShutdownIPCSupportAndWaitForNoChannels. by jam · 9 years ago
  25. f39c868 Fix the new Mojo EDK's mojo_system_unittests to pass in release builds and also on Linux. by jam · 9 years ago
  26. 4d188ef Remove kint32min. by avi · 9 years ago
  27. 256bd05 Fix shutdown assert in new Mojo EDK. by jam · 9 years ago
  28. d11f5bc Remove SimpleBroker and instead use the production broker implementation in tests. by jam · 9 years ago
  29. b0789fa Remove problematic-and-ignored ALIGNAS(4) by brucedawson · 9 years ago
  30. a694855 Fix Clang-plugin style error in ChildBrokerHost by Hans Wennborg · 9 years ago
  31. 6de73f3 Rename mojo::TokenSerializer to mojo::Broker. by jam · 9 years ago
  32. a79f824 Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated interface pointers/requests. by yzshen · 9 years ago
  33. 00e880c Create a broker interface for the new Mojo EDK so that the browser can create and duplicate message pipes. by John Abd-El-Malek · 9 years ago
  34. 54c3c09 Don't leak the WatcherThreadManager background thread. by John Abd-El-Malek · 9 years ago
  35. 9ee40fe Remove master.mojom and associated code. by jam · 9 years ago
  36. 7b1e5ec Remove mojo_sdk_source_set & mojo_edk_source_set templates. by jam · 9 years ago
  37. 6617b97 Make the new Mojo EDK work on XP. by jam · 9 years ago
  38. a5a03ef Fix racy crash in Mandoline child processes. by jam · 9 years ago
  39. d029552 Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 of https://codereview.chromium.org/1439863002/ ) by hablich · 9 years ago
  40. 3ba8ca4 Revert of Followup to r359266 to make mojo_edk_unittests2 pass again. (patchset #2 id:20001 of https://codereview.chromium.org/1440083003/ ) by hablich · 9 years ago
  41. 7616b55 Followup to r359266 to make mojo_edk_unittests2 pass again. by jam · 9 years ago
  42. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  43. 2e8a628 Fix racy crash in Mandoline child processes. by jam · 9 years ago
  44. c47f480 Replace the context type in awakables with uintptr_t. by amistry · 9 years ago
  45. 1c6cc82 Eliminate third_party/mojo/src from all targets' include paths by Ken Rockot · 9 years ago
  46. f4fd3f7 Replace hidden values with private symbols in mojo and gin by jochen · 9 years ago
  47. 0576aa7 Get the new Mojo EDK working on POSIX. by jam · 9 years ago
  48. a8077b7 Fix signed/unsigned comparison in mojo::edk::DataPipeTest. by Daniel Cheng · 9 years ago
  49. 6df105f Handle pipe read and write errors separately in the new EDK. by jam · 9 years ago
  50. 9308b03 Remove DCHECK(HasOneRef()) from StartSerialize/EndSerialize since that's not true in the new EDK, and we also lock there. by jam · 9 years ago
  51. e7583fa Only connect to the named pipe when the delegate writes or when it starts watching the status of the pipe. by jam · 9 years ago
  52. 77a5e43 Last set of fixes to make the src/mojo/edk pass the page cycler. by jam · 9 years ago
  53. 59c7be7 Ensure that DataPipeProducerDispatcher::CreateEquivalentDispatcherAndCloseImplNoLock serializes the object. by jam · 9 years ago
  54. a87f246 Ensure that the memory for a two-phase read stays valid even if more data is received. by jam · 9 years ago
  55. e87a9d1 Fix hang when sending a data pipe consumer handle that has read all the data and gotten a peer-closed notification from the producer. by jam · 9 years ago
  56. 822a843 Ensure DataPipe::EndSerialize always initializes all the members of SerializedDataPipeHandleDispatcher structure. by jam · 9 years ago
  57. 07e002f Merge fixes to mojo/src/edk from third_party/mojo/src/mojo/edk that were brought in r352640. by jam · 9 years ago
  58. 3bb1603 Fix /analyze warnings in src/mojo/edk from r352123. by jam · 9 years ago
  59. abc0ad4 Fix GN debug component build for some targets. by jam · 9 years ago
  60. da65b97 Serialize messages that are waiting to be written to the OS pipe when transferring a Message Pipe. by jam · 9 years ago
  61. 8ebc54c Presubmit fixes from r352123 since presubmit scripts crashed in it. by jam · 9 years ago
  62. 1e1533d Remove more nacl bindings related code. by jam · 9 years ago
  63. e521e9b Fix other build errors from r352208. by jam · 9 years ago
  64. d223bbc Fix build errors from r478251. by jam · 9 years ago
  65. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  66. c7690f9 Move //mojo/{public, edk} underneath //third_party by blundell · 10 years ago
  67. f90c0e2 Update mojo sdk to rev b737c0531e299ad494725c518699843e76ff84f5 by Colin Blundell · 10 years ago
  68. c1abeb3 Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 by rockot · 10 years ago
  69. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  70. 9a89f24 base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). by danakj · 10 years ago
  71. 5b9341e Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 by Daniel Cheng · 10 years ago
  72. 62ce3f0 Move mojo gypfiles to toplevel mojo by rockot · 10 years ago
  73. bbfc9a9 Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f by rockot · 10 years ago
  74. 978d814 Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2 by rockot · 10 years ago
  75. 2928ee5 Update mojo sdk to rev 98d8236f7eea383e5214254c8d045df6c7a6297a by rockot · 10 years ago
  76. a8d5ba4 Update mojo sdk to rev 5aa6dbdccf1950daf0cd3014bf763f35899bccf9 by rockot · 10 years ago
  77. 37e3cc7 remove some calls to to-be-deprecated v8::Value::To* functions by dcarney · 10 years ago
  78. 220877f Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a by jamesr · 10 years ago
  79. a5d95ac Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (patchset #3 id:40001 of https://codereview.chromium.org/728553002/) by thakis · 10 years ago
  80. 967fb45 Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 by jamesr · 10 years ago
  81. dbb52dc Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac by jamesr · 10 years ago
  82. 404574f Update mojo sdk to rev 91d94d6993c9b0c4135a95687a7d541ce90629b by jamesr · 10 years ago
  83. 9ceb87b Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 by aa · 10 years ago
  84. e69a683 Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (patchset #6 id:120001 of https://codereview.chromium.org/683583002/) by binjin · 10 years ago
  85. d037c6e Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 by aa · 10 years ago
  86. 1742cf5 Update mojo sdk to rev e0416d1cfdcc669756d29802aa8644586273f5c7 by aa · 10 years ago
  87. 21eccd9 Align base::hash_map with C++11, part 2. by davidben · 10 years ago
  88. 12d0d58 Mojo: Fixes to current virtual/override style in mojo/edk/. by Viet-Trung Luu · 10 years ago
  89. 071a8c6 Standardize usage of virtual/override/final in mojo/ by dcheng · 10 years ago
  90. eb5b072 Mojo: Change the way message pipes are passed over channels. by viettrungluu · 10 years ago
  91. 612646e Add Equals() to mojom structs and related types. by aa · 10 years ago
  92. a899a4d Mojo: Add "attach and run" methods to Channel and ChannelEndpoint. by viettrungluu · 10 years ago
  93. 4c1e208 Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local by pkasting · 10 years ago
  94. 090cb0a Mojo: Add a "remote" channel endpoint ID generator. by viettrungluu · 10 years ago
  95. 1c1c3c0 Mojo: Make room for remotely-allocated channel endpoint IDs. by viettrungluu · 10 years ago
  96. c9d1b2e mojom: Add associative arrays to the mojom language. by erg · 10 years ago
  97. 090105c Mojo: Add some tests for ChannelEndpointId, etc. by Viet-Trung Luu · 10 years ago
  98. da5ba1a Mojo: Add a generator for local endpoint IDs ("LocalChannelEndpointIdGenerator"). by Viet-Trung Luu · 10 years ago
  99. 5b76067 Mojo: Combine mojo/edk/{system,embedder}/PRESUBMIT.py. by viettrungluu · 10 years ago
  100. deacf97 Mojo: Make ChannelEndpointId a struct. by Viet-Trung Luu · 10 years ago