1. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  2. fdc7385 Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  3. 0efbe77 Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.org/454433003/) by adamk@chromium.org · 10 years ago
  4. f409c5f Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  5. 84326df Makes HandleWatcher block until no longer waiting on pipe by sky@chromium.org · 10 years ago
  6. c314776 mojo: add a String <> GURL TypeConverter by tim@chromium.org · 10 years ago
  7. a74acb5 Move channel_init out of mojo_common. by qsr@chromium.org · 10 years ago
  8. 07e5ee8 Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_.... by viettrungluu@chromium.org · 10 years ago
  9. 7844113 Mojo: MojoWaitFlags -> MojoHandleSignals. by viettrungluu@chromium.org · 10 years ago
  10. fbe0602 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  11. 50aa2c2 Mojo: Plumb MojoCreateMessagePipeOptions through to the C++ wrappers. by viettrungluu@chromium.org · 10 years ago
  12. ad677e4 Fixes warn_unused_result of fwrite. by mukai@chromium.org · 10 years ago
  13. ccff697 Mojo: Use network service to load non-local Mojo Apps. by darin@chromium.org · 10 years ago
  14. 5dca6d0 Mojo: more idiomatic C++ bindings by darin@chromium.org · 10 years ago
  15. c3577ab Cleanup: Use base::CommandLine in mojo/ by thestig@chromium.org · 10 years ago
  16. 0d7005e Revert 272472 "Mojo: nuke EnvironmentData" by kbr@chromium.org · 10 years ago
  17. dc13f69 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  18. 1a21d49 Mojo: cancel pending AsyncWait calls when the callers thread exits by darin@chromium.org · 10 years ago
  19. b753a03 Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE. by viettrungluu@chromium.org · 10 years ago
  20. f63334f Two fixes for mojo JS bindings by sky@chromium.org · 10 years ago
  21. 1cd5044 Validate MessageHeader before using by darin@chromium.org · 10 years ago
  22. c403118 Add support for mojo::TypeConverter to control how convenient conversion should be. by yzshen@chromium.org · 10 years ago
  23. 598aa80 Enable mojo js tests which depend on mojom.js files in gen/. by yzshen@chromium.org · 10 years ago
  24. ef64848 Removes bad DCHECK in MessagePumpMojo by sky@chromium.org · 10 years ago
  25. 410111e Move Mojo channel initialization closer to IPC::Channel setup by darin@chromium.org · 10 years ago
  26. 5b7c670 Revert 265693 "Move Mojo channel initialization closer to IPC::C..." by brianderson@chromium.org · 10 years ago
  27. e83ff72 Move Mojo channel initialization closer to IPC::Channel setup by darin@chromium.org · 10 years ago
  28. 68a7897 Move MojoChannelInit to mojo/common by cmasone@chromium.org · 10 years ago
  29. 4b04b6d Fixes race condition in MojoMessagePump by sky@chromium.org · 10 years ago
  30. 34a11af Adds a way to associate key/value pairs with the environment by sky@chromium.org · 10 years ago
  31. 3e69417 Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. by viettrungluu@chromium.org · 10 years ago
  32. 8d90d9f Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support. by viettrungluu@chromium.org · 10 years ago
  33. a14d9c3 Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. by viettrungluu@chromium.org · 10 years ago
  34. 4070bc1 Fixes bug in empty string conversion for string16 by sky@chromium.org · 10 years ago
  35. 1261f90 Adds type converters for string16 by sky@chromium.org · 10 years ago
  36. 7c2766b Mojo: Create channels on both sides of AppChildProcess(Host). by viettrungluu@chromium.org · 10 years ago
  37. 92bf64b Mojo: Move mojo/system/embedder to mojo/embedder. by viettrungluu@chromium.org · 10 years ago
  38. f99ac6c Attempt at making HandleWatcher tests less flakey by sky@chromium.org · 10 years ago
  39. 5cb6962 Mojo: MultiprocessTestHelper: Allow {ASSERT,EXPECT}_...() to be used in child. by viettrungluu@chromium.org · 10 years ago
  40. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 10 years ago
  41. 33a8a8d Mojo: Remove implicit scoped_refptr<T> -> T* conversions in mojo/. by viettrungluu@chromium.org · 10 years ago
  42. 3a95d95 Mojo: MultiprocessTestBase -> MultiprocessTestHelper. by viettrungluu@chromium.org · 10 years ago
  43. b5f1fc9 Used scoped_ptr by suyash.s@samsung.com · 10 years ago
  44. 09ed762 Mojo: Silence death ... by viettrungluu@chromium.org · 10 years ago
  45. 181b632 Reland: Add some handle read/write helpers to mojo/common/test/test_utils.h by yzshen@chromium.org · 10 years ago
  46. 481b9d4 Revert 252714 "Add some handle read/write helpers to mojo/common..." by yzshen@chromium.org · 10 years ago
  47. c6b161c Add some handle read/write helpers to mojo/common/test/test_utils.h by yzshen@chromium.org · 10 years ago
  48. 405a4af Mojo: Make a public test_support shared library. by viettrungluu@chromium.org · 10 years ago
  49. cb575b8 Mojo: Rename public/tests/test_support.* -> test_utils.*. by viettrungluu@chromium.org · 10 years ago
  50. 967bbea Mojo: Small cleanup of public/tests/test_support.h. by viettrungluu@chromium.org · 10 years ago
  51. 5172bbd Implement PlatformChannelPair on Windows. by yzshen@chromium.org · 11 years ago
  52. 0d65f21 Mojo: re-organize public/bindings/ directory by darin@chromium.org · 11 years ago
  53. 753498f Mojo: Move system embedder API files to mojo/system/embedder. by viettrungluu@chromium.org · 11 years ago
  54. bca022c Mojo: Move platform handle/channel stuff in system to embedder namespace. by viettrungluu@chromium.org · 11 years ago
  55. 0afb6f2 Mojo: Add the ability to hook up a channel to the embedder API. by viettrungluu@chromium.org · 11 years ago
  56. 208e59d Mojo: Rename PlatformChannelHandle to PlatformHandle, etc. by viettrungluu@chromium.org · 11 years ago
  57. 5cd89c6 Mojo: AsyncWaiter and mojo/public/environment by darin@chromium.org · 11 years ago
  58. 2162a3d Mojo: re-organize public tests by darin@chromium.org · 11 years ago
  59. 0d74c70 Mojo: Add the beginnings of a proper embedder API. by viettrungluu@chromium.org · 11 years ago
  60. 35f3bce Mojo: Move PlatformChannelPair to its own files. by viettrungluu@chromium.org · 11 years ago
  61. de8655d Mojo: Refactor PlatformChannel stuff. by viettrungluu@chromium.org · 11 years ago
  62. 1e27ffe Mojo: Add MessagePipe to core_cpp.h for convenience by darin@chromium.org · 11 years ago
  63. fa6786a Implement ServiceManager by davemoore@chromium.org · 11 years ago
  64. f82a77b Clean up mojo export files. by tfarina@chromium.org · 11 years ago
  65. f901c84 Creates a trivial mojo RunLoop along with BindingSupport on top of it by sky@chromium.org · 11 years ago
  66. 32539f1 Mojo: SimilarityTraits -> TypeConverter by darin@chromium.org · 11 years ago
  67. 2490cfc Mojo: (POSIX) Test that MultiprocessTestBase passes the channel correctly. by viettrungluu@chromium.org · 11 years ago
  68. 4c21dd6 Mojo: (POSIX) Pass channel handle to child. by viettrungluu@chromium.org · 11 years ago
  69. a342db4 Mojo: Add a Mojo-specific multiprocess test base class. by viettrungluu@chromium.org · 11 years ago
  70. d961780 Remove "ScopedHandleBase<H>::operator H() const" by darin@chromium.org · 11 years ago
  71. 736f37a Mojo: Add support for converting between mojo::String and base::StringPiece. by darin@chromium.org · 11 years ago
  72. 828c188 Buffer may optionally be found through TLS. by darin@chromium.org · 11 years ago
  73. 98d3877 Mojo: Fix perf tests. by viettrungluu@chromium.org · 11 years ago
  74. 9338245 Mojo: Fix our copyright notices. by viettrungluu@chromium.org · 11 years ago
  75. f5e9ccc Mojo: Convert MessagePumpMojo to use the C++ mojo::Handle. by viettrungluu@chromium.org · 11 years ago
  76. da9410f Mojo: Convert HandleWatcher to use the C++ mojo::Handle. by viettrungluu@chromium.org · 11 years ago
  77. f957d86 Mojo: Remove scoped_message_pipe.*. by viettrungluu@chromium.org · 11 years ago
  78. d44024f Implements HandleWatcher in terms of MessagePumpMojo by sky@chromium.org · 11 years ago
  79. 3915989 Mojo: Improved C++ wrappers. by viettrungluu@chromium.org · 11 years ago
  80. 5e6b08d Fixes bug where MessagePumpMojo was listening for state on the wrong handle by sky@chromium.org · 11 years ago
  81. 776d390 Add base/time include. by sky@chromium.org · 11 years ago
  82. 4f42682 Implementation of MessagePump for Mojo. by sky@chromium.org · 11 years ago
  83. b8f3418 Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2) by darin@chromium.org · 11 years ago
  84. bfacc72 Mojo: Make tests under mojo/public use our own run_all_unittests.cc. by viettrungluu@chromium.org · 11 years ago
  85. 2b2bf35 Revert "Mojo: Add BindingsSupportImpl on top of HandleWatcher" by darin@chromium.org · 11 years ago
  86. 43200f2 Mojo: Add BindingsSupportImpl on top of HandleWatcher by darin@chromium.org · 11 years ago
  87. 029aea7 Moves some files into mojo/common by sky@chromium.org · 11 years ago