1. 0a68a8d Factor stuff from ApplicationImpl out to a new class, ApplicationImplBase. by Viet-Trung Luu · 9 years ago
  2. abe3e1a Fix android. 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. 48993a8 Dart: Refactor Stubs by Zachary Anderson · 9 years ago
  6. 0da9363 More cleanup: Get rid of ServiceConnectorRegistry. by Viet-Trung Luu · 9 years ago
  7. b237bca ApplicationConnection devolution, part 4 (the end). by Viet-Trung Luu · 9 years ago
  8. 736c850 ApplicationConnection devolution, part 3.1. by Viet-Trung Luu · 9 years ago
  9. 22e78b3 ApplicationConnection devolution, part 3. by Viet-Trung Luu · 9 years ago
  10. beec2bc ApplicationConnection devolution, part 2.5. by Viet-Trung Luu · 9 years ago
  11. 2b9bfa7 ApplicationConnection devolution, part 2.4. by Viet-Trung Luu · 9 years ago
  12. 5e30a07 ApplicationConnection devolution, part 2.3. by Viet-Trung Luu · 9 years ago
  13. 688f68e ApplicationConnection devolution, part 2.2. by Viet-Trung Luu · 9 years ago
  14. 66402b5 ApplicationConnection devolution, part 2.1. by Viet-Trung Luu · 9 years ago
  15. 8913522 Make the dart:mojo.internal import configuration specific. by Florian Loitsch · 9 years ago
  16. 087fc16 ApplicationConnection devolution, part 1. by Viet-Trung Luu · 9 years ago
  17. 721c34a Make ServiceRegistry (which implements) ApplicationConnection just wrap a ServiceProviderImpl. by Viet-Trung Luu · 9 years ago
  18. b3a693d Dart: Update peer package versions by Zachary Anderson · 9 years ago
  19. ef526bb Dart: Update mojo_sdk package version by Zachary Anderson · 9 years ago
  20. 90ee9b3 More work on ServiceProviderImpl. by Viet-Trung Luu · 9 years ago
  21. 12d71ee Dart: Update leaf package versions by Zachary Anderson · 9 years ago
  22. c200560 Dart: Refactors Proxies by Zachary Anderson · 9 years ago
  23. a871ea6 Remove android vsync service on the Android mojo shell. by Benjamin Lerman · 9 years ago
  24. d21f93b Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnection. by Viet-Trung Luu · 9 years ago
  25. 6d36c07 Dart: Update SDK by Zachary Anderson · 9 years ago
  26. 65138ce Add a new way of using ServiceProviderImpl without InterfaceFactory. by Viet-Trung Luu · 9 years ago
  27. aac1322 Dart: Faster 'gen' command for mojom.dart tool by Zachary Anderson · 9 years ago
  28. a3a85dc Abstract out connection information into ConnectionContext. by Viet-Trung Luu · 9 years ago
  29. 12b1499 Disable output buffering in devtools scripts. by Przemyslaw Pietrzkiewicz · 9 years ago
  30. 98fc6b3 Remove ServiceRegistry's support for exposed services. by Viet-Trung Luu · 9 years ago
  31. a958633 Remove ApplicationConnection::GetServiceProvider(). by Viet-Trung Luu · 9 years ago
  32. 25e32e6 Update platform handle (private) API "documentation"/comments. by Viet-Trung Luu · 9 years ago
  33. 928c808 Remove ApplicationConnection::ConnectToService(). by Viet-Trung Luu · 9 years ago
  34. 76ec8a7 Remove mojo:tracing's support for wrong-way service providers. by Viet-Trung Luu · 9 years ago
  35. a60302d Mojom compiler: Eliminate duplicate representation of enum values in mojom_types.mojom. by Mitch Rudominer · 9 years ago
  36. b5f7a2a Add rights for mapping buffer. Update (shared) buffer APIs. by Viet-Trung Luu · 9 years ago
  37. 67c8e97 Add rights for get/set options. Update message pipe and data pipe APIs. by Viet-Trung Luu · 9 years ago
  38. c07399d Fix comment on Interface close. by Benjamin Lerman · 9 years ago
  39. 1c9ee41 EDK: Add tests for ..._RIGHTS_NONE in HandleTest.HasAllRights. by Viet-Trung Luu · 9 years ago
  40. d588c94 Neuter the wrong-way ServiceProvider (a.k.a. exposed_services). by Viet-Trung Luu · 9 years ago
  41. 2396e1a Delete JSEchoTest.ShareEchoService -- it tests the wrong-way ServiceProvider (exposed_services). by Viet-Trung Luu · 9 years ago
  42. 453f346 EDK: Convert Core::GetAndRemoveDispatcher() to GetAndRemoveHandle(). by Viet-Trung Luu · 9 years ago
  43. badfd68 EDK: Remove Core::GetDispatcher(). by Viet-Trung Luu · 9 years ago
  44. 5fdaf5e EDK: Add handle rights checking to the various entrypoints. by Viet-Trung Luu · 9 years ago
  45. 0c47367 EDK: Check that handle rights are preserved in various tests. by Viet-Trung Luu · 9 years ago
  46. 2c145bf EDK: Make TransportData preserve handle rights. by Viet-Trung Luu · 9 years ago
  47. a0a2c04 Make the Dart application library code stop using the "wrong way" service provider (a.k.a. exposed_services). by Viet-Trung Luu · 9 years ago
  48. b979f3c Add list of development tools for working on Mojo. by Jeff Brown · 9 years ago
  49. 7f38d69 Remove ApplicationManagerTest.BCallC. by Viet-Trung Luu · 9 years ago
  50. 614bda8 Dart: Adds optional impl argument to unbound generated Stub ctor by Zachary Anderson · 9 years ago
  51. 9a79129 Do not close the handle and raise an exception if the handle has already been passed to another owner by Jason Simmons · 9 years ago
  52. 73d6208 Dart: Update peer package versions by Zachary Anderson · 9 years ago
  53. c7c9fc0 Dart: Update mojo_sdk package version by Zachary Anderson · 9 years ago
  54. ae8c016 Convert //services/js/echo_apptest.cc to use SynchronousInterfacePtr. by Viet-Trung Luu · 9 years ago
  55. 46429a5 Update monet to 4bd8ec848bf53694f1fcb31d5303461aa0e2f472. by Viet-Trung Luu · 9 years ago
  56. 12c8df4 Fix deps/public_deps of //mojo/data_pipe_utils. by Viet-Trung Luu · 9 years ago
  57. e95b5db Dart: Update leaf package versions by Zachary Anderson · 9 years ago
  58. 705723c Rolls Dart runtime forward by Zachary Anderson · 9 years ago
  59. b7dbc87 EDK: Plumb Handle/HandleVector yet one more layer down: MessageInTransit. by Viet-Trung Luu · 9 years ago
  60. 9e90a61 EDK: Plumb Handle/HandleVector one more layer down. by Viet-Trung Luu · 9 years ago
  61. db501ea Motown: Add timeline_controller.mojom by Dale Sather · 9 years ago
  62. bfa19c4 Motown: Move responsibility for binding to MediaFactoryService::Product by Dale Sather · 9 years ago
  63. 7da6010 Motown: Rename Ratio and LinearFunction classes by Dale Sather · 9 years ago
  64. beecbb3 EDK: Remove HandleTable::AddDispatcherVector(). by Viet-Trung Luu · 9 years ago
  65. 06721d9 Dart: Wait to handle events on a Stub until it makes sense to do it. by Zachary Anderson · 9 years ago
  66. 27b2c3f Motown: Employ TypeConverter pattern for mojo type conversions. by Dale Sather · 9 years ago
  67. 74ccfef EDK: Replace HandleTable::GetAndRemoveDispatcher() with GetAndRemoveHandle(). by Viet-Trung Luu · 9 years ago
  68. bb342af EDK: Replace HandleTable::GetDispatcher() with GetHandle(). by Viet-Trung Luu · 9 years ago
  69. c1ffb9f EDK: Remove Core::AddDispatcher(). by Viet-Trung Luu · 9 years ago
  70. b824319 EDK: Add HandleTable::AddHandleVector(). by Viet-Trung Luu · 9 years ago
  71. 51a3952 Motown: Add new Ratio and LinearFunction classes to media/common/cpp. by Dale Sather · 9 years ago
  72. 01cd947 EDK: HandleTransport::CreateEquivalentDispatcherAndClose() -> CreateEquivalentHandleAndClose(). by Viet-Trung Luu · 9 years ago
  73. 414f914 EDK: Rename DispatcherTransport to HandleTransport. by Viet-Trung Luu · 9 years ago
  74. ef6c996 EDK: Add MojoHandleRights to DispatcherTransport. by Viet-Trung Luu · 9 years ago
  75. 6a32947 Go bindings: Don't import 'fmt' unless it is needed. by Mitch Rudominer · 9 years ago
  76. 74b16b5 EDK: Move DispatcherTransport to handle_transport.*. by Viet-Trung Luu · 9 years ago
  77. c0aa2b0 Comment fix. by Viet-Trung Luu · 9 years ago
  78. 406a5c1 Make it possible to write a message pipe endpoint's peer into it. by Viet-Trung Luu · 9 years ago
  79. 138b200 Mozart: Move frame lag compensation to new class. by Jeff Brown · 9 years ago
  80. b14cd33 Use TraceProviderRegistry in //shell/context.cc. by Viet-Trung Luu · 9 years ago
  81. 2f2d1be Go bindings: Change generated enum value constants to be typed as the enum type. by Mitch Rudominer · 9 years ago
  82. 0c1fc94 Move the Dispatcher::EntrypointClass enum out of Dispatcher to its own file. by Viet-Trung Luu · 9 years ago
  83. f38d5d7 Mojom frontend: Start populating |resolved_concrete_value| field in mojom_types.mojom by Mitch Rudominer · 9 years ago
  84. 4c23420 Mojom frontend: Detect Ill-founded Types by Mitch Rudominer · 9 years ago
  85. 75ae018 Use TraceProviderRegistry in //services/dart/dart_tracing.*. by Viet-Trung Luu · 9 years ago
  86. 996f2ba Use TraceProviderRegistry in //mojo/common/tracing_impl.*. by Viet-Trung Luu · 9 years ago
  87. 6ad5852 Motown: Use unsigned numerator for rate ratios. by Dale Sather · 9 years ago
  88. c667145 Add TraceProviderRegistry and implementation in tracing service/application. by Viet-Trung Luu · 9 years ago
  89. 74e3c9d mojom: move mojom/mojom_tool/generated -> mojom/generated. Update consumers by Vardhan Mudunuru · 9 years ago
  90. c37d0a7 Build fix. by Viet-Trung Luu · 9 years ago
  91. a531594 Add a ctor for InterfaceRequest<I> that takes a ScopedMessagePipeHandle, and remove MakeRequest<I>(). by Viet-Trung Luu · 9 years ago
  92. fe25adb More SynchronousInterfacePtr conversion + some related pexe content handler cleanup. by Viet-Trung Luu · 9 years ago
  93. 1e5279f Allow mojo_debug to run on mac by Ian McKellar · 9 years ago
  94. 83a3fb1 Remove interface_factory_impl.h. by Viet-Trung Luu · 9 years ago
  95. a237e8b Simplify LogImpl a bit. by Viet-Trung Luu · 9 years ago
  96. 3f18d24 Remove media from fnl to fix build. by Craig Stout · 9 years ago
  97. a8e83bb Fix ozone/drm build by Craig Stout · 9 years ago
  98. 6df00de Fix fnl/ozone build. by Craig Stout · 9 years ago
  99. b3fa491 Fix fnl build by Craig Stout · 9 years ago
  100. dba0a0b Remove LazyInterfacePtr. by Viet-Trung Luu · 9 years ago