1. 6e36b16 Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  2. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  3. 0f21e48 Revert 290431 "Mojo multiple command buffer support and sample" by sashab@chromium.org · 10 years ago
  4. 68b872d Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  5. df99ed7 Add a debug log message for failing to load when the library path does not exist. by acolwell@chromium.org · 10 years ago
  6. 9505f06 Revert of Mojo multiple command buffer support and sample (patchset #6 of https://codereview.chromium.org/451753003/) by tdanderson@chromium.org · 10 years ago
  7. 6e2541f Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  8. 6d42f08 Turn mojo_native_viewport_service from component into a static_library. by davemoore@chromium.org · 10 years ago
  9. 3ba5f94 Rename NativeViewport implementations to disambiguate them from the service by davemoore@chromium.org · 10 years ago
  10. a7a242f Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers by jamesr@chromium.org · 10 years ago
  11. 4169980 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  12. 458c857 Mojo: Rename ServiceManager to ApplicationManager. by aa@chromium.org · 10 years ago
  13. 32d1ac1 Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..." by rkc@chromium.org · 10 years ago
  14. dbeeb18 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  15. 4b52418 Reland r288013: First cut at "content handling" support in Mojo. by aa@chromium.org · 10 years ago
  16. 2f35eb7 Revert 288013 "First cut at "content handling" support in Mojo." by rogerta@chromium.org · 10 years ago
  17. 6fc4b97 First cut at "content handling" support in Mojo. by aa@chromium.org · 10 years ago
  18. 82f179c mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  19. a77d002 Revert 287680 "mojo: terminate apps if the shell goes away" by tommi@chromium.org · 10 years ago
  20. e340611 mojo: terminate apps if the shell goes away by tim@chromium.org · 10 years ago
  21. c6245ab mojo: allow BackgroundServiceLoader-loaded apps to Quit themselves. by tim@chromium.org · 10 years ago
  22. f5e5151 Mojo: split up service_provider.mojom by darin@chromium.org · 10 years ago
  23. 08b17f8 Revert of mojo: Convert gles2 to the new thunking system (https://codereview.chromium.org/413303002/) by tapted@chromium.org · 10 years ago
  24. cdf679b mojo: shell::Context should outlive the shell MessageLoop by tim@chromium.org · 10 years ago
  25. 3af0009 mojo: Convert gles2 to the new thunking system. by erg@chromium.org · 10 years ago
  26. f77defa mojo: fix little bug in DynamicServiceLoader/Runner by tim@chromium.org · 10 years ago
  27. ea4425e Revert of mojo: fix little bug in DynamicServiceLoader/Runner (https://codereview.chromium.org/414173004/) by mpearson@chromium.org · 10 years ago
  28. b8efb72 Mojo: Set a default value for the --origin command line switch. by darin@chromium.org · 10 years ago
  29. bcae2dd mojo: fix little bug in DynamicServiceLoader/Runner by tim@chromium.org · 10 years ago
  30. d1c644e mojo: kill app_thread before unloading app libraries and add tests by tim@chromium.org · 10 years ago
  31. 1fdefc4 Nukes view_manager namespace by sky@chromium.org · 10 years ago
  32. b9e7159 As discussed, a new WM bootstrap flow. by ben@chromium.org · 10 years ago
  33. 19235ce Mojo: Use InterfaceFactory<Interface> for service registration by jamesr@chromium.org · 10 years ago
  34. 27c6d92 Break dependency of native_viewport_service on mojo::shell::Context by davemoore@chromium.org · 10 years ago
  35. 228dd6f Mojo: Don't try to close the child process handle after WaitForExitCode(). by viettrungluu@chromium.org · 10 years ago
  36. 6dbfefc mojo: Make InterfacePtr<> testable in if() statements without .get(). by erg@chromium.org · 10 years ago
  37. 4d7910f Update targetSdkVersion to 20. by aurimas@chromium.org · 10 years ago
  38. e208e6f Add the skeleton of a window manager service and a CreateWindow method. by ben@chromium.org · 10 years ago
  39. 733681d Have mojo_shell run in its custom thread on android. by qsr@chromium.org · 10 years ago
  40. d60248b Bundle the network service in the shell on Android. by qsr@chromium.org · 10 years ago
  41. c314776 mojo: add a String <> GURL TypeConverter by tim@chromium.org · 10 years ago
  42. 442af19 Mojo: Refactor URLLoader interface. by darin@chromium.org · 10 years ago
  43. 197466b Mojo: Enable apps built against the chromium env to be built as shared libraries by darin@chromium.org · 10 years ago
  44. 87e143f mojo: add some end-to-end shell tests and a new test sample app by tim@chromium.org · 10 years ago
  45. 15f4ce7 Split ServiceProvider into 3 by davemoore@chromium.org · 10 years ago
  46. 41b602a Mojo: Make mojo_test_service a loadable_module and make mojo_shell_tests depend on it. by viettrungluu@chromium.org · 10 years ago
  47. 94450e8 mojo: remove need for ShellTestBase::InitMojo by tim@chromium.org · 10 years ago
  48. 84a40ff Adding profiler_service in mojo shell and use it in the network service. by qsr@chromium.org · 10 years ago
  49. a74acb5 Move channel_init out of mojo_common. by qsr@chromium.org · 10 years ago
  50. 6c9dcfc Small fixes in mojo_shell for android. by qsr@chromium.org · 10 years ago
  51. 494e092 Rename ViewManager types by sky@chromium.org · 10 years ago
  52. fbe0602 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  53. c812115 Introduce very beginning of navigation. by aa@chromium.org · 10 years ago
  54. 7258710 Mojo: move DeleteFile call to ~NetworkLoader by darin@chromium.org · 10 years ago
  55. a679da8 Mojo: Deflakiy mojo_shell_tests. by viettrungluu@chromium.org · 10 years ago
  56. 234dc39 Mojo: cleanup redirect handling for network service. by darin@chromium.org · 10 years ago
  57. ccff697 Mojo: Use network service to load non-local Mojo Apps. by darin@chromium.org · 10 years ago
  58. b1eb52d Mojo: Fix mojo_test_service. by viettrungluu@chromium.org · 10 years ago
  59. dae2748 Revert 275934 "Mojo: Fix mojo_test_service." by viettrungluu@chromium.org · 10 years ago
  60. 68c0bfc Mojo: Fix mojo_test_service. by viettrungluu@chromium.org · 10 years ago
  61. aa2d17f Mojo: Make the trivial shell service-loading test more carefully detect failures. by viettrungluu@chromium.org · 10 years ago
  62. 68de32c Mojo: Add a trivial end-to-end (in-process) test of Mojo shell. by viettrungluu@chromium.org · 10 years ago
  63. 686ab16 Add requestor_url to ConnectToService() by davemoore@chromium.org · 10 years ago
  64. 92ea5e4 Mojo: Add an extremely skeletal mojo_shell_tests. by viettrungluu@chromium.org · 10 years ago
  65. 8e6f7dd Mojo: (Mostly) factor out command-line switches from the shell's load code path. by viettrungluu@chromium.org · 10 years ago
  66. 2ae248e Mojo: Make mojo_shell able to load apps from file: URLs. by viettrungluu@chromium.org · 10 years ago
  67. ae19cb5 Simplifies ShellTestHelper and ViewManager tests by sky@chromium.org · 10 years ago
  68. bddcfc6 Add name to services R=darin@chromium.org, darin BUG= by davemoore@chromium.org · 10 years ago
  69. bc9d1ef Change type of interface created by mojo:view_manager by sky@chromium.org · 10 years ago
  70. 5dca6d0 Mojo: more idiomatic C++ bindings by darin@chromium.org · 10 years ago
  71. 239a033 Adds ViewManager::Connect by sky@chromium.org · 10 years ago
  72. ad65baa Shell / ShellClient -> ServiceProvider by davemoore@chromium.org · 10 years ago
  73. e99534e Revert 272983 "Change Shell / ShellClient to ServiceProvider" by davemoore@chromium.org · 10 years ago
  74. 3d7d893 Change Shell / ShellClient to ServiceProvider by davemoore@chromium.org · 10 years ago
  75. c3577ab Cleanup: Use base::CommandLine in mojo/ by thestig@chromium.org · 10 years ago
  76. 0d7005e Revert 272472 "Mojo: nuke EnvironmentData" by kbr@chromium.org · 10 years ago
  77. dc13f69 Mojo: nuke EnvironmentData by darin@chromium.org · 10 years ago
  78. 2be1b9b Mojo: Remove SetClient from generated interfaces by darin@chromium.org · 10 years ago
  79. 02e97b5 Hook up platform events in Mojo shell on Linux desktop. by aa@chromium.org · 10 years ago
  80. a07376f Mojo: Internalize ServiceConnector<> by darin@chromium.org · 10 years ago
  81. 26bd6bf Revert 270867 "Mojo: Internalize ServiceConnector<>" by jiayl@chromium.org · 10 years ago
  82. 650a96b Mojo: Internalize ServiceConnector<> by darin@chromium.org · 10 years ago
  83. e32afbb Get rid of the services namespace and move the service into the service sub-namespace by ben@chromium.org · 10 years ago
  84. 104c849 Add SetClient method implementation to InterfaceImpl. by darin@chromium.org · 10 years ago
  85. e895c60 Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl by darin@chromium.org · 10 years ago
  86. 4e94b14 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  87. 1865fde Revert 269267 "Wires up view manager to an actual display" by sky@chromium.org · 10 years ago
  88. 62ce6e6 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  89. 409c255 Revert of Wires up view manager to an actual display (https://codereview.chromium.org/267293004/) by phajdan.jr@chromium.org · 10 years ago
  90. 36f8b2f Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  91. d679215 Makes thread created by test helper follow general thread naming by sky@chromium.org · 10 years ago
  92. 986ac4e Adds ability to load services on background thread by sky@chromium.org · 10 years ago
  93. b71a65f Generalize DBus-Mojo bootstrapping code by cmasone@chromium.org · 10 years ago
  94. 6ad2074 Changes view manager test to connect via shell by sky@chromium.org · 10 years ago
  95. e460a98 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  96. b31f050 Mojo: Fix crash on MojoShell on Android by morrita@chromium.org · 10 years ago
  97. 1bb583e Revert 265927 "Implement a trivial Mojo EchoService that can be ..." by zturner@chromium.org · 10 years ago
  98. ca737d6 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  99. 154d7b5 Get sample_app running on Android again by davemoore@chromium.org · 10 years ago
  100. 90b4829 Make ServiceManager own its ServiceLoaders by davemoore@chromium.org · 10 years ago