1. 9e22d58 Mojo C++ bindings: support enum validation. by yzshen · 9 years ago
  2. ce2910f Fix and enable mojo:media_pipeline_integration_apptests. by jrummell · 9 years ago
  3. 4da25b2 Pass application ids via AcceptConnection & ConnectToApplication callback. by ben · 9 years ago
  4. d416f49 Change IPEndpoint::address() to return a net::IPAddress by martijn · 9 years ago
  5. 6635a1f [mojo-edk] Fix shutdown with old EDK. by rockot · 9 years ago
  6. 4c51787 [mojo-edk] Initialize message buffers after alloc by rockot · 9 years ago
  7. af50205 Fix mojo_js_unittests. by yzshen · 9 years ago
  8. c99aa84 Make use of CreateInterfacePtrAndBind() where appropriate by sky · 9 years ago
  9. c019599 [mojo] Ports EDK by rockot · 9 years ago
  10. 3834ca0 [mojo-bindings] Attribute "native" -> "Native" by rockot · 9 years ago
  11. 8e8b3b5 Move mojo/runner to mojo/shell/standalone by ben · 9 years ago
  12. 412407e Reenable mash_wm_apptests as build issues should be straightened out by sky · 9 years ago
  13. 3a3e638 Adds top-level mojo_apptests target that bots use by sky · 9 years ago
  14. 2e7aada Move mojo/runner/[child,host]->mojo/shell by ben · 9 years ago
  15. a86e33d Removed last references to old sync points. by dyen · 9 years ago
  16. 0ea0de8 Updates DCHECK in mojo/runner/context.cc to match reality by sky · 9 years ago
  17. ec70b2d Reduce boilerplate needed to configure mojo::Binding by sky · 9 years ago
  18. 651a9bf Remove use of void** from HttpResponseHeaders::EnumerateHeaderLines by olli.raula · 9 years ago
  19. 953a4b6 Change mojo enums to be scoped enums in the generated C++ bindings. by sammc · 9 years ago
  20. 8f14415 Removed old sync point support from Mojo. by dyen · 9 years ago
  21. 636720c Removed client side support for old sync points. by dyen · 9 years ago
  22. b7e5a54 Reduce string copies in GURL creation by brettw · 9 years ago
  23. 9ce8109 Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>. by yzshen · 9 years ago
  24. c1523eb Revert of [mojo] Add CreateSharedBuffer method to Broker. (patchset #12 id:220001 of https://codereview.chromium.org/1555273002/ ) by edcourtney · 9 years ago
  25. 2a19a3b Fix a race in HandleWatcherTest and remove suppression. by amistry · 9 years ago
  26. 062140f Downgrade MessageInTransitQueue log. by jam · 9 years ago
  27. 14770dd mojo: Fix the alignment of several platform-specific structs by lhchavez · 9 years ago
  28. ad6229b [mojo] Add CreateSharedBuffer method to Broker. by edcourtney · 9 years ago
  29. 640808f Make `content` target build without unused data members on Linux. by mlamouri · 9 years ago
  30. fe63cff Creates views_apptests by sky · 9 years ago
  31. b8b5245 Small set of cleanups to MessagePumpMojo. by amistry · 9 years ago
  32. 26a2f41 Precompile mojom bindings generator jinja templates. by sammc · 9 years ago
  33. 06c7962 Avoid shutdown leak in RawChannel and MessgePipeDispatcher. by jam · 9 years ago
  34. 70d7ec1 mojo: Remove Pass() from MOJO_MOVE_ONLY_TYPE by danakj · 9 years ago
  35. 1262dae Adds MOUSE_EXIT events and makes EventDispatcher generate them by sky · 9 years ago
  36. 40efda6 mustash: gpu: Move OS GL calls from main thread to a dedicated GPU thread. by penghuang · 9 years ago
  37. e745d3f Move mojo/application/public -> mojo/shell/public by ben · 9 years ago
  38. 4885ee2 Downgrade spammy log statement by jam · 9 years ago
  39. f0dea91 [mojo] Add multiprocess test to DataPipe. by edcourtney · 9 years ago
  40. d4f07e0 Mojo JS bindings: fix mojo_js_integration_tests. by yzshen · 9 years ago
  41. 66a4f8f mojo: Fix compilation of AssociatedInterfacePtr::associated_group() by lhchavez · 9 years ago
  42. b25c8e7 Makes bindings work with nested message loops by sky · 9 years ago
  43. 36c2775 [mojo] Pack broker message structs, and make sure enum values are always 4 bytes. by edcourtney · 9 years ago
  44. a27efaa Tweak iterations in HandleWatcherPerftest to be less noisy. by amistry · 9 years ago
  45. c086c89 Fix race on mojo message pump shutdown. by amistry · 9 years ago
  46. 44042bb Remove |target| from glCompressedCopyTextureCHROMIUM. by zmo · 9 years ago
  47. 491bf9d mojo: Change one .Pass() to std::move() by lhchavez · 9 years ago
  48. b209521 mojo: Fix the size of several platform-specific structs by lhchavez · 9 years ago
  49. aaa247b Clean up event flags a bit: by pkasting · 9 years ago
  50. 13b552b Move fetchers into mojo/shell/fetcher by ben · 9 years ago
  51. 3f7a231 Move package_manager into mojo/shell by ben · 9 years ago
  52. a56b58f Fix flaky mojo_js_unittests on Windows. by yzshen · 9 years ago
  53. bafa47f Rework the ApplicationManager interface apptest to better test ApplicationManagerListener by ben · 9 years ago
  54. cae1831 Provide a way for content to tell the shell about processes it starts. by ben · 9 years ago
  55. 3359813 Remove glCompressedCopySubTextureCHROMIUM. by zmo · 9 years ago
  56. 7d1c2f8 Update threading notes in the bindings. by amistry · 9 years ago
  57. bada0de Fixes bug in pausing connector with multiple messages queued up by sky · 9 years ago
  58. 1975fd3 Remove the "target" argument from CopyTextureChromium. by erikchen · 9 years ago
  59. bd81c78 Mustash: Fix a zero copy related sync issue. by penghuang · 9 years ago
  60. 6326e43 Implement MessagePumpMojo using WaitSet. by amistry · 9 years ago
  61. 96c7ca9 Make PIDs work in task viewer. by ben · 9 years ago
  62. 02bb633 Added method to synchronize command buffers within GpuControl. by dyen · 9 years ago
  63. c0e79fc Fix a bunch of mojo_public_*_unittests with the new EDK. by jam · 9 years ago
  64. 6cd7313 Fix assumption in mojo binding class Connector that message pipes notice the other end's closing synchronously. by jam · 9 years ago
  65. 9345a12 Convert Pass()→std::move() in //mojo/runner/android by dcheng · 9 years ago
  66. 975f028 Fix Mojo broker crash on Windows. by jam · 9 years ago
  67. 4f91ce1 Disables mash_wm_tests until build/scripts are straightened out by sky · 9 years ago
  68. 77acef6 Ensure that in-flight message pipes are always closed and the other end is notified. by jam · 9 years ago
  69. 00ae33d Global conversion of Pass()→std::move() on OS=android by dcheng · 9 years ago
  70. a263e89 Convert Pass()→std::move() in generated Mojo bindings. by dcheng · 9 years ago
  71. cb03523 Convert Pass()→std::move() in //mojo/public/ by dcheng · 9 years ago
  72. 6b4541d Clear memory of broker related structs sent over the new Mojo EDK. by jam · 9 years ago
  73. 6853e9e Add extra_data_field_ in gpu::SyncToken converter and remove two array converters by penghuang · 9 years ago
  74. e7e6e1e Suppress erronous TSAN errors in new EDK. by jam · 9 years ago
  75. 20b0cb0 Switch to standard integer types in mojo/. by Avi Drissman · 9 years ago
  76. 0bae466 command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension by kkinnunen · 9 years ago
  77. 5c9662b Convert Pass()→std::move() in //mojo by dcheng · 9 years ago
  78. 9918b1f Convert Pass()→std::move() in //mojo/edk by dcheng · 9 years ago
  79. 584fcd3 Convert Pass()→std::move() in //mojo/services by dcheng · 9 years ago
  80. 6a73832 Fix memory leak in unittests with new Mojo EDK. by jam · 9 years ago
  81. a419749 [mojo] Support native types with mojom wire format by rockot · 9 years ago
  82. 5bf4ad7 Mac CoreAnimation: Add more CALayer parameters by ccameron · 9 years ago
  83. 795445d Fix shutdown UAF in MessagePipeDispatcher in new Mojo EDK. by jam · 9 years ago
  84. e2feb08 [mojo] Add pickling support for native-only structs by rockot · 9 years ago
  85. db270a0 Fix UAF in new Mojo EDK. by jam · 9 years ago
  86. 76180b0 [mojo] Use base::Pickle for Message storage. by rockot · 9 years ago
  87. 72201fd Lazily allocate the holder in mojo::internal::SharedData<>. by amistry · 9 years ago
  88. 4853b83 Modify Binding<>, StrongBinding<>, and AssociatedBinding<> to enforce that an error handler callback is only set after binding to a message pipe. by amistry · 9 years ago
  89. 7a935a6 [mojo] Allow value deserialization to fail by rockot · 9 years ago
  90. 5591267 Always set the error handler closure of Binding<> after binding to a message pipe. by amistry · 9 years ago
  91. d4d9298 [mojo] Add GenericInterface_ to interface class variants by rockot · 9 years ago
  92. 6c70362 [mojo] Add typemap and variant support to generators by rockot · 9 years ago
  93. 77427df [mojo] Suppress findbugs errors on generated bindings by rockot · 9 years ago
  94. f6383d0 [mojo] Add mojom parser support for native-only structs by rockot · 9 years ago
  95. 2f45e02 Remove unused nacl related files in mojo/public. by jam · 9 years ago
  96. 0a18b77 Removing unused mgl files in mojo. by jam · 9 years ago
  97. 4b0781c Fix race condition with multiplexed message pipes. by jam · 9 years ago
  98. 001dcd0 Remove directories in mojo/public/third_party that just mirrored third_party. by jam · 9 years ago
  99. 84bac04 Followup fix to r365175 for new Mojo EDK. by jam · 9 years ago
  100. aeffdf5 Fix shutdown assert with the new Mojo EDK. by jam · 9 years ago