1. 9848ac2 [AUTO UPDATE] Copying from upstream Mojo Repository. by Sean Klein · 10 years ago master
  2. 3356268 [AUTO UPDATE] Copying from upstream Mojo Repository. by Sean Klein · 10 years ago
  3. 767804f [AUTO UPDATE] Copying from upstream Mojo Repository. by Sean Klein · 10 years ago
  4. 324217f [AUTO UPDATE] Copying from upstream Mojo Repository. by Sean Klein · 10 years ago
  5. f11de8a [AUTO_UPDATE] Copying from upstream Mojo Repository by Sean Klein · 10 years ago
  6. 46b882f Converted repository into build-specific version by Sean Klein · 10 years ago
  7. 73e948c Done-ish?: ApplicationDelegate -> ApplicationImplBase conversion. by Viet-Trung Luu · 10 years ago
  8. a025054 Yet more ApplicationDelegate -> ApplicationImplBase conversion. by Viet-Trung Luu · 10 years ago
  9. 520b7ed Motown: Fix audio server regression by Dale Sather · 10 years ago
  10. bf706cd Motown: Move framework/util/incident* so other services can use it by Dale Sather · 10 years ago
  11. 730144e Mojom frontend: Update shortened url for latest version of graph-theory paper. by Mitch Rudominer · 10 years ago
  12. 8f8c215 Convert ViewProviderApp and ContentViewerApp to implement ApplicationImplBase instead of ApplicationDelegate. by Viet-Trung Luu · 10 years ago
  13. 911b5de Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. by Viet-Trung Luu · 10 years ago
  14. b3a28be Roll base to 5e00da80f6adb7082d1c0e88d3274cf87cc43bc5 and tonic to f7acabb8fa6c91124486a41194eac3cd421b70d0. by Viet-Trung Luu · 10 years ago
  15. 8188f0d Update launcher API. by Benjamin Lerman · 10 years ago
  16. 1209a82 Yet more ApplicationDelegate/ApplicationRunner conversion. by Viet-Trung Luu · 10 years ago
  17. c103879 More ApplicationDelegate/ApplicationRunner[Chromium] conversion. by Viet-Trung Luu · 10 years ago
  18. 32b469b Make PlatformViewport and NativeViewportImpl use Shell* instead of ApplicationImpl*. by Viet-Trung Luu · 10 years ago
  19. f9f6aac Mojom compiler frontend: Change the type of the |offset| field to uint32. by Mitch Rudominer · 10 years ago
  20. 910c544 Update API: MojoReduceRights() -> MojoReplaceHandleWithReducedRights(). by Viet-Trung Luu · 10 years ago
  21. 332b5ed Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 by Jeff Brown · 10 years ago
  22. 9b776d5 Mozart: Reduce pipeline depth and unify frame queue. by Jeff Brown · 10 years ago
  23. 8671c2c Make TracingImpl take a Shell* and args, instead of an ApplicationImpl*. by Viet-Trung Luu · 10 years ago
  24. afa7692 Add (optional) options to Run[Main]Application(). by Viet-Trung Luu · 10 years ago
  25. 524770b Fix build breakage. by Viet-Trung Luu · 10 years ago
  26. 88aca05 Delete //mojo/icu. by Viet-Trung Luu · 10 years ago
  27. ce913b5 Motown: Implement MediaTimelineController and use it. by Dale Sather · 10 years ago
  28. 9030792 Add implementations of mojo::{Run,Terminate}[Main]Application() for "chromium". by Viet-Trung Luu · 10 years ago
  29. 862d13b Enforce/require MOJO_HANDLE_RIGHT_TRANSFER in sending handles via MojoWriteMessage(). by Viet-Trung Luu · 10 years ago
  30. 17dd2f6 Add 'Flog' formatted logging to mojo/services by Dale Sather · 10 years ago
  31. 5039914 Add RunMainApplication()/TerminateMainApplication() for use in MojoMain(). by Viet-Trung Luu · 10 years ago
  32. 8f792dd Motown: Convert MediaSink to expose MediaTimelineControlSite by Dale Sather · 10 years ago
  33. 276d65d Make RunApplication() return a MojoResult and TerminateApplication() take one. by Viet-Trung Luu · 10 years ago
  34. db06898 Remove ViewProvider.CreateView()'s exposed_services. by Viet-Trung Luu · 10 years ago
  35. 6c0e2d5 Motown: Use new TimelineTransform and related definitions by Dale Sather · 10 years ago
  36. eab7f10 Motown: Factor FactoryServiceBase out of MediaFactoryService by Dale Sather · 10 years ago
  37. 6638e8b Build library for the Dart Content Handler. by Nelly Vouzoukidou · 10 years ago
  38. db51075 Removed unnecessary dependency on data_pipe_utils by Sean Klein · 10 years ago
  39. 7d57915 Add a mojo::RunApplication() for running implementations of ApplicationImplBase. by Viet-Trung Luu · 10 years ago
  40. 3405784 Dart: Peer packages version bump by Zachary Anderson · 10 years ago
  41. 7615ee5 Dart: Bump mojo_sdk package version by Zachary Anderson · 10 years ago
  42. 24614f9 Dart: Bump leaf package versions by Zachary Anderson · 10 years ago
  43. ef5cd66 Add thunks for MojoDuplicateHandle[WithReducedRights](). by Viet-Trung Luu · 10 years ago
  44. 11b9934 EDK: Add Core::DuplicateHandleWithReducedRights(). by Viet-Trung Luu · 10 years ago
  45. 0150739 Dart: Roll Dart runtime by Zachary Anderson · 10 years ago
  46. 136367b Dart: Rolls runtime forward. by Zachary Anderson · 10 years ago
  47. b021c0c Removed false dependency from media on the file service interface by Sean Klein · 10 years ago
  48. 5970658 Make SpeechRecognizerApplicationDelegate class public. by Nelly Vouzoukidou · 10 years ago
  49. a970ef6 Remove name for not exported service. by Benjamin Lerman · 10 years ago
  50. bbc0e08 Documentation cleanup. by Benjamin Lerman · 10 years ago
  51. dc99870 Remove requirement that mojo::Environment be instantiated. by Viet-Trung Luu · 10 years ago
  52. 02596a0 Dart: Adds Interface and InterfaceRequest interfaces. by Zachary Anderson · 10 years ago
  53. d75adea Mozart: Avoid blocking in glCheckFramebufferStatus(). by Jeff Brown · 10 years ago
  54. 78a7acc Mozart: Generalize frame scheduling. by Jeff Brown · 10 years ago
  55. f36e23b Mozart: Improve tracing and backpressure. by Jeff Brown · 10 years ago
  56. 8d66e0d Address comments on 88686a82ed8f1037bba3deacdd679fb8e717f2f6 by Nelly Vouzoukidou · 10 years ago
  57. 27638ad Converted Mojo Common Unittests to run as Apptests. by Sean Klein · 10 years ago
  58. c3b1910 Make mojo::RunLoop just use pthreads. by Viet-Trung Luu · 10 years ago
  59. e5ace23 Add thunks for MojoGetRights(), etc. by Viet-Trung Luu · 10 years ago
  60. 693c379 Simplify ContentHandlerFactory a bit. by Viet-Trung Luu · 10 years ago
  61. 3d068bd EDK: Add Core::GetRights(). by Viet-Trung Luu · 10 years ago
  62. 1c3e36c Remove ApplicationRunner::{Get,Set}DefaultLogger(). by Viet-Trung Luu · 10 years ago
  63. 21a4f27 Add ApplicationImplBase::Bind(). by Viet-Trung Luu · 10 years ago
  64. 88686a8 Build libraries for a number of services. by Nelly Vouzoukidou · 10 years ago
  65. 4ade0ed Make BaseView et al. take an ApplicationConnector instead of an ApplicationImpl. by Viet-Trung Luu · 10 years ago
  66. dec9013 Create a RegisterViewAssociate method in ViewManager by Michael Jurka · 10 years ago
  67. 30dc8f4 Build authenticating_url_loader_interceptor library. by Nelly Vouzoukidou · 10 years ago
  68. f9aa301 Dart: Fixes rtt benchmark by Zachary Anderson · 10 years ago
  69. 057a062 Dart: Update peer package versions by Zachary Anderson · 10 years ago
  70. 9fee976 Dart: Bump mojo_sdk package version by Zachary Anderson · 10 years ago
  71. 107bac0 Dart: Bump leaf package versions by Zachary Anderson · 10 years ago
  72. f56fd59 Build speech recognizer library. by Nelly Vouzoukidou · 10 years ago
  73. 6f37494 Regularly poll the X11 event queue. by Jeff Brown · 10 years ago
  74. 0a68a8d Factor stuff from ApplicationImpl out to a new class, ApplicationImplBase. by Viet-Trung Luu · 10 years ago
  75. abe3e1a Fix android. by Viet-Trung Luu · 10 years ago
  76. d63ebab Make ApplicationTestBase not use ApplicationImpl. by Viet-Trung Luu · 10 years ago
  77. 1e926e4 Replace ApplicationImpl::CreateApplicationConnector() with a standalone helper function. by Viet-Trung Luu · 10 years ago
  78. 48993a8 Dart: Refactor Stubs by Zachary Anderson · 10 years ago
  79. 0da9363 More cleanup: Get rid of ServiceConnectorRegistry. by Viet-Trung Luu · 10 years ago
  80. b237bca ApplicationConnection devolution, part 4 (the end). by Viet-Trung Luu · 10 years ago
  81. 736c850 ApplicationConnection devolution, part 3.1. by Viet-Trung Luu · 10 years ago
  82. 22e78b3 ApplicationConnection devolution, part 3. by Viet-Trung Luu · 10 years ago
  83. beec2bc ApplicationConnection devolution, part 2.5. by Viet-Trung Luu · 10 years ago
  84. 2b9bfa7 ApplicationConnection devolution, part 2.4. by Viet-Trung Luu · 10 years ago
  85. 5e30a07 ApplicationConnection devolution, part 2.3. by Viet-Trung Luu · 10 years ago
  86. 688f68e ApplicationConnection devolution, part 2.2. by Viet-Trung Luu · 10 years ago
  87. 66402b5 ApplicationConnection devolution, part 2.1. by Viet-Trung Luu · 10 years ago
  88. 8913522 Make the dart:mojo.internal import configuration specific. by Florian Loitsch · 10 years ago
  89. 087fc16 ApplicationConnection devolution, part 1. by Viet-Trung Luu · 10 years ago
  90. 721c34a Make ServiceRegistry (which implements) ApplicationConnection just wrap a ServiceProviderImpl. by Viet-Trung Luu · 10 years ago
  91. b3a693d Dart: Update peer package versions by Zachary Anderson · 10 years ago
  92. ef526bb Dart: Update mojo_sdk package version by Zachary Anderson · 10 years ago
  93. 90ee9b3 More work on ServiceProviderImpl. by Viet-Trung Luu · 10 years ago
  94. 12d71ee Dart: Update leaf package versions by Zachary Anderson · 10 years ago
  95. c200560 Dart: Refactors Proxies by Zachary Anderson · 10 years ago
  96. a871ea6 Remove android vsync service on the Android mojo shell. by Benjamin Lerman · 10 years ago
  97. d21f93b Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnection. by Viet-Trung Luu · 10 years ago
  98. 6d36c07 Dart: Update SDK by Zachary Anderson · 10 years ago
  99. 65138ce Add a new way of using ServiceProviderImpl without InterfaceFactory. by Viet-Trung Luu · 10 years ago
  100. aac1322 Dart: Faster 'gen' command for mojom.dart tool by Zachary Anderson · 10 years ago