1. a7a242f Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers by jamesr@chromium.org · 10 years ago
  2. e9f65dd GN: Add mojo_shell_tests, get more things working on android by jamesr@chromium.org · 10 years ago
  3. 4169980 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  4. 32d1ac1 Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..." by rkc@chromium.org · 10 years ago
  5. dbeeb18 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  6. ddc345d Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose services to each other alongside the Embed action. by ben@chromium.org · 10 years ago
  7. 82f179c mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  8. a77d002 Revert 287680 "mojo: terminate apps if the shell goes away" by tommi@chromium.org · 10 years ago
  9. e340611 mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  10. f5e5151 Mojo: split up service_provider.mojom by darin@chromium.org · 10 years ago
  11. 08b17f8 Revert of mojo: Convert gles2 to the new thunking system (https://codereview.chromium.org/413303002/) by tapted@chromium.org · 10 years ago
  12. 3af0009 mojo: Convert gles2 to the new thunking system. by erg@chromium.org · 10 years ago
  13. 42da38d GN: Add GN rules for mojo_shell target by jamesr@chromium.org · 10 years ago
  14. b1ebb4c Mojo: add InterfaceFactoryImpl, use composition rather than inheritance. by darin@chromium.org · 10 years ago
  15. 19235ce Mojo: Use InterfaceFactory<Interface> for service registration by jamesr@chromium.org · 10 years ago
  16. f058caf Move mojo java bindings to mojo/public by qsr@chromium.org · 10 years ago
  17. 497f020 Move mojo_bindings_java target to mojo.gyp by cmasone@chromium.org · 10 years ago
  18. 566d3b8 Re-land "Add GN build targets for the rest of mojo/public" by cmasone@chromium.org · 10 years ago
  19. a448ff9 Revert 283490 "Add GN build targets for the rest of mojo/public" by petewil@chromium.org · 10 years ago
  20. 76b49e3 Add GN build targets for the rest of mojo/public by cmasone@chromium.org · 10 years ago
  21. e05e3dc Split targets with external dependencies out of mojo_public.gypi by cmasone@chromium.org · 10 years ago
  22. c0f09ac Remove @Nullable annoation on readAndDispatchMessage by qsr@chromium.org · 10 years ago
  23. 3be5e1d Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCall by darin@chromium.org · 10 years ago
  24. e7f039e Add Message and MessageReceiver classes. by qsr@chromium.org · 10 years ago
  25. 217f011 Fix path to Mojo logging.h in mojo_public.gypi. by bauerb@chromium.org · 10 years ago
  26. 7562df7 Mojo: Remove InterfaceProvider. by sammc@chromium.org · 10 years ago
  27. 15f4ce7 Split ServiceProvider into 3 by davemoore@chromium.org · 10 years ago
  28. 1dae394 mojo: don't leak ServiceConnectors if they are re-Added to ServiceRegistry by tim@chromium.org · 10 years ago
  29. cdea5d1 Mojo: Add logging macros (and supporting code) for use in mojo/public/cpp. by viettrungluu@chromium.org · 10 years ago
  30. d8ea5e4 Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. by viettrungluu@chromium.org · 10 years ago
  31. a2cd16b Mojo message validation tests: add integration tests and move existing conformance tests. by yzshen@chromium.org · 10 years ago
  32. e5e7fa9 Mojo: Add basic logging facilities to environment. by viettrungluu@chromium.org · 10 years ago
  33. fd3ad9e Introduce internal::ServiceRegistry to prepare for ServiceProvider split. by davemoore@chromium.org · 10 years ago
  34. f1f9dc4 Mojo: Add the IInterfaceProvider interface. by sammc@chromium.org · 10 years ago
  35. 9a181cc Add input data parser for Mojo message validation tests. by yzshen@chromium.org · 10 years ago
  36. 1366748 Minor additions to GN build, comment mojo bindings. by brettw@chromium.org · 10 years ago
  37. 8042413 Revert 275652 "Remove unneeded JNI registrations." by torne@chromium.org · 10 years ago
  38. ce3a3ed Remove unneeded JNI registrations. by sl.ostapenko@samsung.com · 10 years ago
  39. d9d6a99 Make mojo_main_{chromium,standalone} a variable instead of a target by davemoore@chromium.org · 10 years ago
  40. 59e1d6f Mojo cpp bindings: report the reason of validation failure. by yzshen@chromium.org · 10 years ago
  41. a790004 Mojo cpp bindings: validation logic for incoming messages by yzshen@chromium.org · 10 years ago
  42. 19ef2f3 Mojo: Implement support for |Foo&| mojom syntax by darin@chromium.org · 10 years ago
  43. 2849bf9 fix gyp by darin@chromium.org · 10 years ago
  44. 5dca6d0 Mojo: more idiomatic C++ bindings by darin@chromium.org · 10 years ago
  45. c11e2f7 Support MojoMain() in an Application context by davemoore@chromium.org · 10 years ago
  46. e3bd8f5 Centralizes setting of mojom_base_output_dir by sky@chromium.org · 10 years ago
  47. 32003cc Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/system/core.h to .../buffer.h. by viettrungluu@chromium.org · 10 years ago
  48. 97c2d16 Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core.h to .../data_pipe.h. by viettrungluu@chromium.org · 10 years ago
  49. 12dc8ce Move geometry to mojo/services, extract input events to their own mojom by ben@chromium.org · 10 years ago
  50. 825ff0f Revert "Move geometry to mojo/services, extract input events to their own mojom" by kinuko@chromium.org · 10 years ago
  51. a220b79 Move geometry to mojo/services, extract input events to their own mojom by ben@chromium.org · 10 years ago
  52. 5ccfefc Mojo: Move message pipe types/constants/functions from mojo/public/c/system/core.h to .../message_pipe.h. by viettrungluu@chromium.org · 10 years ago
  53. 95317f1 Mojo: Move common/basic functions declarations from mojo/public/c/system/core.h to .../functions.h. by viettrungluu@chromium.org · 10 years ago
  54. 02c21f2 Mojo: Move common type/constant definitions from mojo/public/c/system/core.h to .../types.h. by viettrungluu@chromium.org · 10 years ago
  55. ad65baa Shell / ShellClient -> ServiceProvider by davemoore@chromium.org · 10 years ago
  56. e99534e Revert 272983 "Change Shell / ShellClient to ServiceProvider" by davemoore@chromium.org · 10 years ago
  57. 3d7d893 Change Shell / ShellClient to ServiceProvider by davemoore@chromium.org · 10 years ago
  58. 2d16756 Move geometry types to a more central location. by ben@chromium.org · 10 years ago
  59. a07376f Mojo: Internalize ServiceConnector<> by darin@chromium.org · 10 years ago
  60. 26bd6bf Revert 270867 "Mojo: Internalize ServiceConnector<>" by jiayl@chromium.org · 10 years ago
  61. 650a96b Mojo: Internalize ServiceConnector<> by darin@chromium.org · 10 years ago
  62. 6933832 Mojo cpp bindings: add support for validating incoming messages. by yzshen@chromium.org · 10 years ago
  63. 80bc1e3 Helper classes for java bindings. by qsr@chromium.org · 10 years ago
  64. da35e43 Fix names of headers in mojo_public.gypi by darin@chromium.org · 10 years ago
  65. c9d7d05 Revert 269452 "Fix header name in GYP file" by rlp@chromium.org · 10 years ago
  66. 65c892b Fix header name in GYP file by darin@chromium.org · 10 years ago
  67. e895c60 Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl by darin@chromium.org · 10 years ago
  68. 1cd5044 Validate MessageHeader before using by darin@chromium.org · 10 years ago
  69. 6005692 Add GN targets for mojom generator. by yzshen@chromium.org · 10 years ago
  70. 154a62a Java API for mojo system. by qsr@chromium.org · 10 years ago
  71. 88fb0d0 Mojo: Update/add README.md files. by viettrungluu@chromium.org · 10 years ago
  72. 154d7b5 Get sample_app running on Android again by davemoore@chromium.org · 10 years ago
  73. e7a5048 Revert 264559 "Get sample_app running on Android again" by davemoore@chromium.org · 10 years ago
  74. 8a5fc8b Get sample_app running on Android again by davemoore@chromium.org · 10 years ago
  75. 811588d Fix dependencies of JSTest.connection and reenable it. by mpcomplete@chromium.org · 10 years ago
  76. 065c012 Make mojo_system static and mojo_system_impl a component, never use both by davemoore@chromium.org · 10 years ago
  77. a3530b2 Revert 263717 "Make mojo_system static and mojo_system_impl a co..." by fischman@chromium.org · 10 years ago
  78. 879d10d Make mojo_system static and mojo_system_impl a component, never use both by davemoore@chromium.org · 10 years ago
  79. 0e35503 Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. by viettrungluu@chromium.org · 10 years ago
  80. e1cb16c Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. by viettrungluu@chromium.org · 10 years ago
  81. c4031c0 Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  82. 2c4bf92 Mojo: Move public/bindings/tests/*.cc to public/cpp/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  83. dee63ee Mojo: Move mojo/public/bindings/lib to mojo/public/cpp/bindings/lib. by viettrungluu@chromium.org · 10 years ago
  84. 3e69417 Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. by viettrungluu@chromium.org · 10 years ago
  85. e713626 Make mojo_system honor component type by sky@chromium.org · 10 years ago
  86. 214ebb8 Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. by viettrungluu@chromium.org · 10 years ago
  87. 8d90d9f Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support. by viettrungluu@chromium.org · 10 years ago
  88. 1e759fd Mojo: Move C gles2 header files to mojo/public/c/gles2. by viettrungluu@chromium.org · 10 years ago
  89. 1d4a2b6 Mojo: Move public/environment to public/cpp/environment. by viettrungluu@chromium.org · 10 years ago
  90. c88a336 Mojo: Move mojo/public/{c,cpp}/tests/FOO to mojo/public/{c,cpp}/FOO/tests. by viettrungluu@chromium.org · 10 years ago
  91. 45bfffb Mojo: Move mojo/public/utility to mojo/public/cpp/utility. by viettrungluu@chromium.org · 10 years ago
  92. 2177f72 Revert 260175 "Fixup mojo dylibs to support mojo in content" by davemoore@chromium.org · 10 years ago
  93. f78e10c Fixup mojo dylibs to support mojo in content by davemoore@chromium.org · 10 years ago
  94. a4a886e Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file. by viettrungluu@chromium.org · 10 years ago
  95. a14d9c3 Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. by viettrungluu@chromium.org · 10 years ago
  96. 7220a1c Revert 259788 "Fixup mojo dylibs" by bajones@chromium.org · 10 years ago
  97. f976969 Fixup mojo dylibs by davemoore@chromium.org · 10 years ago
  98. 18fe298 Add creation of ServiceManager to Content (2nd try) by davemoore@chromium.org · 10 years ago
  99. 2cb5e9b Mojo: Move public C system header files to mojo/public/c/system/. by viettrungluu@chromium.org · 10 years ago
  100. 11e2e10 Adds plumbing to pass WebUI mojo::Handle from browser to renderer by sky@chromium.org · 10 years ago