1. bbc0e08 Documentation cleanup. by Benjamin Lerman · 9 years ago
  2. 693c379 Simplify ContentHandlerFactory a bit. by Viet-Trung Luu · 9 years ago
  3. d63ebab Make ApplicationTestBase not use ApplicationImpl. by Viet-Trung Luu · 9 years ago
  4. 1e926e4 Replace ApplicationImpl::CreateApplicationConnector() with a standalone helper function. by Viet-Trung Luu · 9 years ago
  5. b237bca ApplicationConnection devolution, part 4 (the end). by Viet-Trung Luu · 9 years ago
  6. 736c850 ApplicationConnection devolution, part 3.1. by Viet-Trung Luu · 9 years ago
  7. 22e78b3 ApplicationConnection devolution, part 3. by Viet-Trung Luu · 9 years ago
  8. 2b9bfa7 ApplicationConnection devolution, part 2.4. by Viet-Trung Luu · 9 years ago
  9. 5e30a07 ApplicationConnection devolution, part 2.3. by Viet-Trung Luu · 9 years ago
  10. 087fc16 ApplicationConnection devolution, part 1. by Viet-Trung Luu · 9 years ago
  11. a871ea6 Remove android vsync service on the Android mojo shell. by Benjamin Lerman · 9 years ago
  12. d21f93b Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnection. by Viet-Trung Luu · 9 years ago
  13. d588c94 Neuter the wrong-way ServiceProvider (a.k.a. exposed_services). by Viet-Trung Luu · 9 years ago
  14. 7f38d69 Remove ApplicationManagerTest.BCallC. by Viet-Trung Luu · 9 years ago
  15. b14cd33 Use TraceProviderRegistry in //shell/context.cc. by Viet-Trung Luu · 9 years ago
  16. a531594 Add a ctor for InterfaceRequest<I> that takes a ScopedMessagePipeHandle, and remove MakeRequest<I>(). by Viet-Trung Luu · 9 years ago
  17. fe25adb More SynchronousInterfacePtr conversion + some related pexe content handler cleanup. by Viet-Trung Luu · 9 years ago
  18. 83a3fb1 Remove interface_factory_impl.h. by Viet-Trung Luu · 9 years ago
  19. 7ab2213 ConnectToApplicationDeprecated() conversion/removal, part 3. by Viet-Trung Luu · 9 years ago
  20. c1248b2 ApplicationImpl::ConnectToServiceDeprecated() -> mojo::ConnectToService() conversion, part 3. by Viet-Trung Luu · 9 years ago
  21. c5cfd31 Make the various |mojo::ConnectToService()|s take an InterfaceRequest. by Viet-Trung Luu · 9 years ago
  22. 7c97b4f Mark ApplicationImpl::ConnectTo{Application,Service}() as deprecated. by Viet-Trung Luu · 9 years ago
  23. a627834 Use a tokenizer to parse the command line for applications. by Etienne Membrives · 9 years ago
  24. a37b8c2 Add MGLEcho by Adam Barth · 9 years ago
  25. 318967b mojo_shell: Actually allow --wait-for-debugger. by Viet-Trung Luu · 9 years ago
  26. b4adde5 Remove shell::BlockingPeek{Line,NBytes}(). by Viet-Trung Luu · 9 years ago
  27. ae1b5db shell: remove unnecessary media deps by cstout · 9 years ago
  28. ed52cc1 Allows the shell on Android to run UI application. by Benjamin Lerman · 9 years ago
  29. d26dd21 Auto-formatted all .mojom files. by Alexandre Zani · 9 years ago
  30. 352cf9f Update set of cache mojo application in the android mojo shell. by Benjamin Lerman · 9 years ago
  31. 72847e7 Motown: factory service implementation by Dale Sather · 9 years ago
  32. adf6aa8 Deprecate mojo/public/cpp/system/core.h and convert all uses (in this repo). by Viet-Trung Luu · 9 years ago
  33. db4aa7c Move mojo::{Wait,WaitMany}() to (the newly-added) mojo/public/cpp/system/wait.h. by Viet-Trung Luu · 9 years ago
  34. a2e2b6d Add mojo/c/system/{time.h,wait.h}. by Viet-Trung Luu · 9 years ago
  35. 3c51124 Drop unused ShellService.DEFAULT_WM. by Przemyslaw Pietrzkiewicz · 9 years ago
  36. 74b0cac Added PlatformHandle thunks. by Forrest Reiling · 9 years ago
  37. 1308cd1 Remove uses of base/lazy_instance by James Robinson · 9 years ago
  38. e880985 Add a vsync provider for android. by Benjamin Lerman · 9 years ago
  39. c3575c4 Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. by Vardhan Mudunuru · 9 years ago
  40. 01800ae Hide the implementation of SimplePlatformSupport. by Viet-Trung Luu · 9 years ago
  41. dac048a Mojo C++ bindings: Rename InterfaceInfoPtr -> InterfaceHandle by Vardhan Mudunuru · 9 years ago
  42. a86ff96 Rename some variables platform_channel_pair -> platform_pipe. by Viet-Trung Luu · 9 years ago
  43. b66c27e Move PlatformChannelPair to //mojo/edk/platform and rename it PlatformPipe. by Viet-Trung Luu · 9 years ago
  44. 2ae2bcc Make PlatformChannelPair "dumb". by Viet-Trung Luu · 9 years ago
  45. c4d0fb2 Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 by James Robinson · 9 years ago
  46. d1338e7 Delete the Surfaces service. by Jeff Brown · 9 years ago
  47. c837be7 Delete the ViewManager and WindowManager services. by Jeff Brown · 9 years ago
  48. 958af74 Mojom updates for Motown. by Dale Sather · 9 years ago
  49. cf436be EDK: Split embedder.* into embedder.* and multiprocess_embedder.*. by Viet-Trung Luu · 9 years ago
  50. 44a822a Revert "Delete the ViewManager and WindowManager services." by Viet-Trung Luu · 9 years ago
  51. d16d156 Revert "Delete the Surfaces service." by Viet-Trung Luu · 9 years ago
  52. ce8c91b Delete the Surfaces service. by Jeff Brown · 9 years ago
  53. d03eeb6 Delete the ViewManager and WindowManager services. by Jeff Brown · 9 years ago
  54. c678d0f EDK: Add a PlatformHandleWatcher argument to embedder::InitIPCSupport(). by Viet-Trung Luu · 9 years ago
  55. 755f46a Make ApplicationRunner's ctor's ApplicationDelegate* argument an std::unique_ptr instead. by Viet-Trung Luu · 9 years ago
  56. 2679e48 Added BLUETOOTH and BLUETOOTH_ADMIN to permissions for android. by Shyam Jayaraman · 9 years ago
  57. 5fb6ad9 Close the shell when all activities are destroyed. by Etienne Membrives · 9 years ago
  58. 84d1173 EDK: Remove the version of mojo::platform::TaskRunner::PostTask that takes a base::Closure. by Viet-Trung Luu · 9 years ago
  59. b19fd26 EDK: Make ChannelManager, etc. take std::function instead of base::Closure. by Viet-Trung Luu · 9 years ago
  60. 4b66a54 Disable authentication in application_manager for FNL by Christopher Lane · 9 years ago
  61. 2fcb5be EDK: Move {platform_handle,scoped_platform_handle}.* to //mojo/edk/platform. by Viet-Trung Luu · 9 years ago
  62. 9842dd7 Add android.mojo application. by Benjamin Lerman · 9 years ago
  63. e58454c Allows URL queries to be passed to contet handlers. by Benjamin Lerman · 9 years ago
  64. 6bcf711 Add //mojo/edk/platform and move platform_task_runners.h there. by Viet-Trung Luu · 9 years ago
  65. f3b7f56 Fix URL duplication when SetArgsForURL is called mutliple times. by Benjamin Lerman · 9 years ago
  66. aec7ef8 Do not consider url query when setting application arguments. by Benjamin Lerman · 9 years ago
  67. 13402aa Move //service/android to //service/java_handler by Benjamin Lerman · 9 years ago
  68. 10bef82 Add default file for command line arguments. by Benjamin Lerman · 9 years ago
  69. f8fbb03 Require an explicit ServiceName annotation for interfaces in C++. by Alexandre Zani · 9 years ago
  70. 7400be3 Add mojo service to create shortcut on Android by Benjamin Lerman · 9 years ago
  71. 4b2b5ff Fix handling of mojo:// intents on Android. by Benjamin Lerman · 9 years ago
  72. 1da183c EDK: Actually provide an abstraction for task runners. by Viet-Trung Luu · 9 years ago
  73. e15069c Use thread with looper and native message loop for vsync service. by Benjamin Lerman · 9 years ago
  74. 78eb28d Added anti-singleton services (new process/thread per connection). by Sean Klein · 10 years ago
  75. 057118f Add mojo service to get notified of vsync. by Benjamin Lerman · 10 years ago
  76. 71447c8 Add an ApplicationConnector.Duplicate(). by Viet-Trung Luu · 10 years ago
  77. 199850d Add an ApplicationConnector interface, etc. by Viet-Trung Luu · 10 years ago
  78. 0f40c03 Fix whitespace in error log by George Kulakowski · 10 years ago
  79. 11bc605 Bind a proxy to a C++ implementation when needing a Shell in Java. by Benjamin Lerman · 10 years ago
  80. f9a87d0 Remove unused constant. by Benjamin Lerman · 10 years ago
  81. 3b02af6 Use debuggable apks for dev builds. by Benjamin Lerman · 10 years ago
  82. 785958d Add mojo:input service to handle back button on Android. by Benjamin Lerman · 10 years ago
  83. 9f743d9 EDK: Make PlatformChannelPair not depend/use on base::CommandLine. by Viet-Trung Luu · 10 years ago
  84. 7a6f76b Update android SDK to API version 23. by Benjamin Lerman · 10 years ago
  85. 69df74a Use file to pass arguments to the shell. by Benjamin Lerman · 10 years ago
  86. b792c80 Convert "return local_var.Pass();" to "return local_var;". by Viet-Trung Luu · 10 years ago
  87. 34776a7 Build fixes for fnl/musl by craig stout · 10 years ago
  88. 2e11a3f Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. by Viet-Trung Luu · 10 years ago
  89. 15a59a8 Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). by Viet-Trung Luu · 10 years ago
  90. 0f4f3ba Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). by Viet-Trung Luu · 10 years ago
  91. 84765c4 Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). by Viet-Trung Luu · 10 years ago
  92. 08e339a Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). by Viet-Trung Luu · 10 years ago
  93. a6ccbb4 -Add a mojo service to get video frames from the camera through an android service by Gautham Thambidorai · 10 years ago
  94. c27981e Make MojoShellActivity ephemeral. by Etienne Membrives · 10 years ago
  95. bd70a9b Fix crash on startup on Android M (fixes #463). by Etienne Membrives · 10 years ago
  96. 64bb17c Do some plumbing. by Viet-Trung Luu · 10 years ago
  97. 87fe514 For c++, Generate enum classes instead of enum from mojom. by John Grossman · 10 years ago
  98. d475d57 Add a Mojo API to access to the user's contacts. by Benjamin Lerman · 10 years ago
  99. c440c74 Bundle core applicatons in the shell. by Benjamin Lerman · 10 years ago
  100. 2734092 Remove the IntentReceiverActivity task when needed. by Etienne Membrives · 10 years ago