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