1. 6e36b16 Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  2. 58acb53 GN: Mojo wget, sample_app, surfaces app and component build by jamesr@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. 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
  6. 6e2541f Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  7. addd37b Move focus from the view manager to the window manager. by ben@chromium.org · 10 years ago
  8. f190170 Mojo: Only link against one system impl by jamesr@chromium.org · 10 years ago
  9. f3ed15f Make async waiter explicit MojoGLES2CreateContext param by jamesr@chromium.org · 10 years ago
  10. 4169980 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  11. 32d1ac1 Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..." by rkc@chromium.org · 10 years ago
  12. dbeeb18 mojo: Reland "Convert gles2 to the new thunking system." by erg@chromium.org · 10 years ago
  13. 4b52418 Reland r288013: First cut at "content handling" support in Mojo. by aa@chromium.org · 10 years ago
  14. d9f6849 Add a Mojo example apptest that runs in mojo_shell. by msw@chromium.org · 10 years ago
  15. 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
  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. fc53825 Extract mojo_base.gyp from mojo.gyp by morrita@chromium.org · 10 years ago
  22. 334801c Mojo: Mark surfaces service and samples as loadable_modules in gyp by jamesr@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. 3af0009 mojo: Convert gles2 to the new thunking system. by erg@chromium.org · 10 years ago
  25. b1ebb4c Mojo: add InterfaceFactoryImpl, use composition rather than inheritance. by darin@chromium.org · 10 years ago
  26. b9e7159 As discussed, a new WM bootstrap flow. by ben@chromium.org · 10 years ago
  27. 612a2ec Move mojo/examples/html_viewer to mojo/services/html_viewer. by aa@chromium.org · 10 years ago
  28. 56f890b Fix mojo_surfaces_app_bindings deps by jamesr@chromium.org · 10 years ago
  29. aaf9fd2 Mojo surfaces service and example app by jamesr@chromium.org · 10 years ago
  30. 197466b Mojo: Enable apps built against the chromium env to be built as shared libraries by darin@chromium.org · 10 years ago
  31. fb4aaf5 Mojo: Add WebThemeEngine implementation. by darin@chromium.org · 10 years ago
  32. 7e60d15 Add control UI and API for the media viewer app. by yzshen@chromium.org · 10 years ago
  33. d65187f Add a debug panel to mojo_demo_launcher. Will be used for various controls of demo functionality. by aa@chromium.org · 10 years ago
  34. 6b5a66b Mojo: Add a very hacky key handling to html_document_viewer. by erg@chromium.org · 10 years ago
  35. e28627a Initial version of keyboard by sky@chromium.org · 10 years ago
  36. 4b3d4d7 Revert 279769 "Initial version of keyboard" by sky@chromium.org · 10 years ago
  37. aa3dac8 Initial version of keyboard by sky@chromium.org · 10 years ago
  38. 9298565 Add mojo media viewer app - the boilerplate part. by yzshen@chromium.org · 10 years ago
  39. f653d67 Mojo: Add dummy session storage implementation. by darin@chromium.org · 10 years ago
  40. b8c00c9 Mojo: HTML Viewer based on Blink. by darin@chromium.org · 10 years ago
  41. 3296b44 Clean up WTH creation by ben@chromium.org · 10 years ago
  42. 5264b8c Turn 'browser' app into a 'launcher' app that window_manager by aa@chromium.org · 10 years ago
  43. 1a94d13 Eliminate Launchable. Use Navigator instead. by ben@chromium.org · 10 years ago
  44. 8a8d347 Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an image viewer app that decodes the provided data stream as PNG and renders it in a View associated with the supplied node. by ben@chromium.org · 10 years ago
  45. 0cd0dfa Launcher flow by ben@chromium.org · 10 years ago
  46. c812115 Introduce very beginning of navigation. by aa@chromium.org · 10 years ago
  47. 9dbf2a1 Wires up necessary pieces to use views with view_manager by sky@chromium.org · 10 years ago
  48. 9ae79b3 Moves common view_manager related aura files to mojo/aura by sky@chromium.org · 10 years ago
  49. b6f912a Add an example that nests embedded app, so we have two levels of nesting (and thus two connections). by ben@chromium.org · 10 years ago
  50. b519af5 Moves view_manager files to view_manager directory by sky@chromium.org · 10 years ago
  51. d9d6a99 Make mojo_main_{chromium,standalone} a variable instead of a target by davemoore@chromium.org · 10 years ago
  52. 9e7702b Provide an API to the example window manager app that supports closing a window. by ben@chromium.org · 10 years ago
  53. 358f24a Mojo: Initial network service w/ URLLoader interface. by darin@chromium.org · 10 years ago
  54. 22c50d5 Gets aura_demo working with the view_manager by sky@chromium.org · 10 years ago
  55. 889465c Implement a demo that shows one app embedding rendering in another. by ben@chromium.org · 10 years ago
  56. c3e6e79 Revert 274322 "Implement a demo that shows one app embedding ren..." by ben@chromium.org · 10 years ago
  57. 0711133 Implement a demo that shows one app embedding rendering in another. by ben@chromium.org · 10 years ago
  58. c11e2f7 Support MojoMain() in an Application context by davemoore@chromium.org · 10 years ago
  59. e3bd8f5 Centralizes setting of mojom_base_output_dir by sky@chromium.org · 10 years ago
  60. 69f0cb4 Track plugin input event latency by miletus@chromium.org · 10 years ago
  61. ad65baa Shell / ShellClient -> ServiceProvider by davemoore@chromium.org · 10 years ago
  62. e99534e Revert 272983 "Change Shell / ShellClient to ServiceProvider" by davemoore@chromium.org · 10 years ago
  63. 3d7d893 Change Shell / ShellClient to ServiceProvider by davemoore@chromium.org · 10 years ago
  64. 7c57f34 SetBounds for ViewTreeNode. by ben@chromium.org · 10 years ago
  65. 2d16756 Move geometry types to a more central location. by ben@chromium.org · 10 years ago
  66. 4e94b14 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  67. 1865fde Revert 269267 "Wires up view manager to an actual display" by sky@chromium.org · 10 years ago
  68. 62ce6e6 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  69. 409c255 Revert of Wires up view manager to an actual display (https://codereview.chromium.org/267293004/) by phajdan.jr@chromium.org · 10 years ago
  70. 36f8b2f Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  71. 97a6ee5 Shuffles around some files by sky@chromium.org · 10 years ago
  72. 6bc5782 This gets mojo_launcher.so a little further along toward running. by aa@chromium.org · 10 years ago
  73. 21776ff First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  74. c1c57f9 Revert 267311 "First step at synchronizing client model changes ..." by ben@chromium.org · 10 years ago
  75. aed391f First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  76. 11ac9d8 Revert 267293 "First step at synchronizing client model changes ..." by noamsml@google.com · 10 years ago
  77. 3e761da First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  78. 6005692 Add GN targets for mojom generator. by yzshen@chromium.org · 10 years ago
  79. 4083a8c Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  80. 04829de Revert of Move DefaultActivationClient to wm/core (https://codereview.chromium.org/250113002/) by robliao@chromium.org · 10 years ago
  81. 62f295a Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  82. b8c9167 Revert 266940 "First step at synchronizing client model changes ..." by ben@chromium.org · 10 years ago
  83. f5bdd93 First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  84. da847c1 Revert 266616 "Move DefaultActivationClient to wm/core" by ben@chromium.org · 10 years ago
  85. df00e2d Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  86. e460a98 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  87. 1bb583e Revert 265927 "Implement a trivial Mojo EchoService that can be ..." by zturner@chromium.org · 10 years ago
  88. ca737d6 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  89. 96a021b Start of server side of viewmanager by sky@chromium.org · 10 years ago
  90. 2c91ae1 Revert of Start of server side of viewmanager (https://codereview.chromium.org/245663002/) by vadimsh@chromium.org · 10 years ago
  91. c9a0933 Start of server side of viewmanager by sky@chromium.org · 10 years ago
  92. ad187c4 Revert 265180 "Start of server side of viewmanager" by viettrungluu@chromium.org · 10 years ago
  93. 7acb066 Start of server side of viewmanager by sky@chromium.org · 10 years ago
  94. 154d7b5 Get sample_app running on Android again by davemoore@chromium.org · 10 years ago
  95. e7a5048 Revert 264559 "Get sample_app running on Android again" by davemoore@chromium.org · 10 years ago
  96. 8a5fc8b Get sample_app running on Android again by davemoore@chromium.org · 10 years ago
  97. 065c012 Make mojo_system static and mojo_system_impl a component, never use both by davemoore@chromium.org · 10 years ago
  98. a3530b2 Revert 263717 "Make mojo_system static and mojo_system_impl a co..." by fischman@chromium.org · 10 years ago
  99. 879d10d Make mojo_system static and mojo_system_impl a component, never use both by davemoore@chromium.org · 10 years ago
  100. 0e35503 Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. by viettrungluu@chromium.org · 10 years ago