1. 0e34ee9 Split mojo/public/cpp/system/tests/core_unittest.cc, part 1. by Viet-Trung Luu · 10 years ago master
  2. de6c20a Rationalize mojo_public_*tests targets. by Viet-Trung Luu · 10 years ago
  3. 2f64806 Remove some #ifdef __native_client__ on tests. by Viet-Trung Luu · 10 years ago
  4. b0958e4 Dart: Bump peer package versions by Zachary Anderson · 10 years ago
  5. abd459d Dart: Bump mojo_sdk package version by Zachary Anderson · 10 years ago
  6. d0d6e2f Add C++ wrappers for the wait set functions. by Viet-Trung Luu · 10 years ago
  7. e902fed Generate go files in the go/src directory. by Alexandre Zani · 10 years ago
  8. 5f0e8bf Dart: Roll leaf package versions by Zachary Anderson · 10 years ago
  9. 38c5dbd Dart: Update SDK by Zachary Anderson · 10 years ago
  10. 130e074 Dart: Rull runtime forward by Zachary Anderson · 10 years ago
  11. c6f7609 Add some perftests for wait sets. by Viet-Trung Luu · 10 years ago
  12. 4d88af9 Reorganize and modernize the perftests in mojo/public/c/system/tests. by Viet-Trung Luu · 10 years ago
  13. 030360f Add thunks for wait set operations, together with public tests. by Viet-Trung Luu · 10 years ago
  14. 58caf04 Add Core methods for wait set. by Viet-Trung Luu · 10 years ago
  15. b6f8a91 Motown: Rename MediaProducer/Consumer to MediaPacketProducer/Consumer by Dale Sather · 10 years ago
  16. e455476 Add a threaded stress test for WaitSetDispatcher. by Viet-Trung Luu · 10 years ago
  17. f327fe7 Switch back to the old go generator. by Alexandre Zani · 10 years ago
  18. 1836411 Add yet another threaded test of WaitSetDispatcher. by Viet-Trung Luu · 10 years ago
  19. 820d159 Add a test of adding/removing entries to a WaitSetDispatcher on other threads. by Viet-Trung Luu · 10 years ago
  20. e80d2f1 Add a basic threaded test for WaitSetDispatcher. by Viet-Trung Luu · 10 years ago
  21. 1607bb1 Implement WaitSetDispatcher::WaitSetWaitImpl(). by Viet-Trung Luu · 10 years ago
  22. 4596c8c Switch to the new go generator in the mojo tree. (does not affect known clients) by Alexandre Zani · 10 years ago
  23. 9e8fbce C bindings generator: fix padding computation, and handle size. by Vardhan Mudunuru · 10 years ago
  24. 349617c C bindings: MojomArray_New() utility for allocating+initializing mojom arrays. by Vardhan Mudunuru · 10 years ago
  25. 17e05c2 Update WaitSetDispatcher to use the new persistent Awakable stuff. by Viet-Trung Luu · 10 years ago
  26. 68d8506 AwakableList: For persistent awakables, make Add() call Awake() with reason INITIALIZE. by Viet-Trung Luu · 10 years ago
  27. aa1309f C bindings generator: Some fixes caught by unittests (in a future CL). by Vardhan Mudunuru · 10 years ago
  28. 99cd65b Add more tests for AwakableList (esp. persistent vs one-shot awakables). by Viet-Trung Luu · 10 years ago
  29. 744cd1c Add different behavior to AwakableList for "persistent" vs "one-shot" awakables. by Viet-Trung Luu · 10 years ago
  30. f5758f5 Dart: Allow null method callbacks by Zachary Anderson · 10 years ago
  31. d9371fc Motown: Rename MediaTimelineControlSite to MediaTimelineControlPoint by Dale Sather · 10 years ago
  32. 54b8b03 Motown: Don't build out pipelines for streams that don't get rendered. by Dale Sather · 10 years ago
  33. 58dc9a3 New go generator shakedown. by Alexandre Zani · 10 years ago
  34. 76182c0 Motown: Simplify TimelineConsumer by Dale Sather · 10 years ago
  35. 8945984 Rationalize AddAwakable...() and RemoveAwakable...() methods. by Viet-Trung Luu · 10 years ago
  36. c747b91 C bindings pt3: Type table definitions and barebones files to get generated code to compile. by Vardhan Mudunuru · 10 years ago
  37. eaaf561 FLOG: Add examples/flog_viewer and always show MOJO_DLOG messages by Dale Sather · 10 years ago
  38. bdcb150 Motown: Video example app by Dale Sather · 10 years ago
  39. caa382e Enable Wextra and Wno-unused-parameters in default cflags by James Robinson · 10 years ago
  40. d45b855 Motown: Change player state machine to support preroll by Dale Sather · 10 years ago
  41. ac1b628 Plumb the handle signals state out of Waiter::Wait(). by Viet-Trung Luu · 10 years ago
  42. 6fd33f6 Plumb the handle signals state to Awakable::Awake(). by Viet-Trung Luu · 10 years ago
  43. 595cdec Make Dispatcher::AddAwakable(), etc. always set *signals_state (if signals_state is non-null). by Viet-Trung Luu · 10 years ago
  44. 47f0ffb Motown: Various fixes related to video playback support by Dale Sather · 10 years ago
  45. 76480d3 Handle interfaces with a ServiceName in the go bindings generator. by Alexandre Zani · 10 years ago
  46. eee3400 Motown: Stop requiring size when releasing payload buffers. by Dale Sather · 10 years ago
  47. 97eb9c3 Motown: Video renderer library code by Dale Sather · 10 years ago
  48. d62de1a Roll buildtools to 3780bc523aad1d68a5bd00e05c453a80b2ba0b35 by James Robinson · 10 years ago
  49. 58e2cab FLOG: Assume mojo logging responsibilities by Dale Sather · 10 years ago
  50. 0bd6ae3 Fix launcher deps by Tim Kilbourn · 10 years ago
  51. 47eed06 Use C++ std lib instead of ScopedVector and Pass() in mojo/ grab-bag utils by James Robinson · 10 years ago
  52. 21c947f Support interfaces in the new go bindings generator. by Alexandre Zani · 10 years ago
  53. 1b9cedf Give AwakableList's wake-up method the old state in addition to the new state. by Viet-Trung Luu · 10 years ago
  54. 6b0be42 EDK: wait sets: Implement WaitSetDispatcher::WaitSet{AddRemove}Impl(). by Viet-Trung Luu · 10 years ago
  55. 752f4a1 Nuke NaCl SFI, part 3. by Viet-Trung Luu · 10 years ago
  56. 9a46a27 Add c.sha1 as a dependency to the generator sources. by Vardhan Mudunuru · 10 years ago
  57. 1b3ee42 Mojom C Generator: Small fixes to get generated C bindings to compile. by Vardhan Mudunuru · 10 years ago
  58. eabd2d1 Make it possible to remove an Awakable with a specific "context" from a Dispatcher. by Viet-Trung Luu · 10 years ago
  59. 22a1435 Fix bug where debugger.mojo not found in some build configurations by Michael Jurka · 10 years ago
  60. f6adcd2 Add 'flog' service implementation. by Dale Sather · 10 years ago
  61. de52fe7 Mojo C bindings pt2: Mojom message and validation. by Vardhan Mudunuru · 10 years ago
  62. b870086 Motown: Define MediaRenderer and make it the way we identify renderers. by Dale Sather · 10 years ago
  63. f2f49f0 Add max_wait_set_num_entries to mojo::embedder::Configuration. by Viet-Trung Luu · 10 years ago
  64. 5ef396d Add options validation code in WaitSetDispatcher::WaitSetAddImpl(). by Viet-Trung Luu · 10 years ago
  65. 381be16 Dart: Tighten generated bindings a bit by Zachary Anderson · 10 years ago
  66. 1ea96f7 MojoWaitSetRemove() should return MOJO_RESULT_NOT_FOUND for the ... "not found" case. by Viet-Trung Luu · 10 years ago
  67. 3839c01 Mojom target for generating & building C bindings. by Vardhan Mudunuru · 10 years ago
  68. fd8d18d Mojo C bindings library pt1: MojomBuffer by Vardhan Mudunuru · 10 years ago
  69. f71a050 Add support for enums in the new go bindings generator. by Alexandre Zani · 10 years ago
  70. d7f9b9e Some more fixes to mojo/public/c/system/wait_set.h. by Viet-Trung Luu · 10 years ago
  71. 445488f Nuke NaCl SFI, part 2. by Viet-Trung Luu · 10 years ago
  72. 50f42ab C bindings generator by Vardhan Mudunuru · 10 years ago
  73. b6ed9f4 Encode and decode fields of union type. by Alexandre Zani · 10 years ago
  74. d281195 Nuke NaCl SFI, part 1. by Viet-Trung Luu · 10 years ago
  75. c90b1c7 Some scoped_ptr -> std::unique_ptr conversion, especially under //mojo. by Viet-Trung Luu · 10 years ago
  76. 9ec8042 [New go generator] Implement non-nested unions. by Alexandre Zani · 10 years ago
  77. 1f06dce Don't call the other wait set impl dispatcher methods under mutex either. by Viet-Trung Luu · 10 years ago
  78. 6ff1cf8 Add an unconditional version of DispatcherAddAwakable(): AddAwakableUnconditional(). by Viet-Trung Luu · 10 years ago
  79. b96acd6 Dart: Bump peer package versions by Zachary Anderson · 10 years ago
  80. 5cdbd5d Dart: Bump mojo_sdk package version by Zachary Anderson · 10 years ago
  81. db036b1 Dart: Bump leaf package versions by Zachary Anderson · 10 years ago
  82. ee5b33c Dart: Run callbacks in the correct Zone. by Zachary Anderson · 10 years ago
  83. 57f5ef7 Add stub WaitSetDispatcher implementation. by Viet-Trung Luu · 10 years ago
  84. 03c1866 Remove //mojo/tests. by Viet-Trung Luu · 10 years ago
  85. fff6f55 Add Dispatcher methods for wait sets. by Viet-Trung Luu · 10 years ago
  86. b8f277a EDK: Change Awakable::Awake()'s context, etc., to be a uint64_t. by Viet-Trung Luu · 10 years ago
  87. 0dac63c Add more docs, especially about "what is Mojo" and its layers. by Viet-Trung Luu · 10 years ago
  88. a053f6d Update monet to a43ba80ef9ea611a41fb958940521cd22d98e605. by Viet-Trung Luu · 10 years ago
  89. a8014a1 Some Android-related gn build rule changes, taken from monet b4d999ca962c3df144e2158b22e88017c2cceedd. by Viet-Trung Luu · 10 years ago
  90. 369e050 Motown: Fix unique_ptrs to arrays so deallocation is done properly by Dale Sather · 10 years ago
  91. e2c9784 Motown: Add missing field initialization. by Dale Sather · 10 years ago
  92. 0271fce Plumb MojoReplaceHandleWithReducedRights() out. by Viet-Trung Luu · 10 years ago
  93. 1e55c5e Add Core::ReplaceHandleWithReducedRights(). by Viet-Trung Luu · 10 years ago
  94. 6efece8 Dart: Futures -> Callbacks. by Zachary Anderson · 10 years ago
  95. 39dc61b Dart: Add warning to the top of .mojom.dart files by Zachary Anderson · 10 years ago
  96. f9c809d Mojom frontend: Cycle detection: Don't suppress simple type fields in unions. by Mitch Rudominer · 10 years ago
  97. 9393c83 Roll base to 9e74307b276b2f9988005c0e97e85ee222586f79. by Viet-Trung Luu · 10 years ago
  98. 6280621 Roll base to 0032c8e1a72eb85d947d8df8de503caa62b4d0a8. by Viet-Trung Luu · 10 years ago
  99. ca4a174 Roll base to ec59756cc1ad02cc835bcca10056a621c9eb346c. by Viet-Trung Luu · 10 years ago
  100. cd13b74 Remove no-longer-needed IsBusy...() stuff. by Viet-Trung Luu · 10 years ago