[go: nahoru, domu]

  1. 10609e5c RC: Plumb the Graph Dump interface to the WebUI. by Sigurdur Asgeirsson · 6 years ago
  2. 5a2b2b44 Remove impossible mojo/public/cpp/system file from nacl build by Daniel Bratell · 6 years ago
  3. 7bec695 Fix DataPipe(capacity) constructor not to double-allocate. by Wez · 6 years ago
  4. 317fd98 Mojo: Check if dispatcher is null in Core::UnwrapPlatformHandle() by Ryo Hashimoto · 6 years ago
  5. c4fb0230 [Extensions] Obliterating the inline install API. by Benjamin Ackerman · 6 years ago
  6. 86172124 Replace DCHECKs in mojo::DataPipe constructors with CHECK by Yutaka Hirano · 6 years ago
  7. d0b2eba Convert LayoutTestControl::CompositeWithRaster to asynchronous by Mason Freed · 6 years ago
  8. 7fe00cd [mojo-core] Reduce lingering message queue costs by Ken Rockot · 6 years ago
  9. c2c962c [mojo-core] PCHECK for invalid process handles by Ken Rockot · 6 years ago
  10. 93a81e47 [CrOS MultiDevice] Serve relevant Mojo JS files from chrome://resources. by Kyle Horimoto · 6 years ago
  11. d341047 [mojo] Fix test flake by Ken Rockot · 6 years ago
  12. b9a41a6 Disabling MessageTest.SerializeSimpleMessageWithHandlesWithContext on Fuchsia by Oskar Sundbom · 6 years ago
  13. ed746c4 [mojo-bindings] Catch bad handle attachments by Ken Rockot · 6 years ago
  14. a6d369fa makes AssociatedBindingBase's destructor virtual by Scott Violet · 6 years ago
  15. cf285d2 Fix two implicit conversions warnings in mojo/service_manager. by Will Harris · 6 years ago
  16. f88d7835 Move dedicated worker MojoUkmRecorder creation to worker thread by Kai Ninomiya · 6 years ago
  17. 7edeea56 Crash when large BigBuffer shm allocation fails by Ken Rockot · 6 years ago
  18. 4562b2a Android: Remove redundant field initialization for non-//chrome java by Andrew Grieve · 6 years ago
  19. 16fa536 [Sampling profiler] Store child call stack profiles in serialized form by Mike Wittman · 6 years ago
  20. 21e07a5 Add typemaps for chrome_cleaner interfaces. by Joe Mason · 6 years ago
  21. 33d161d6 IndexedDB: Move IDB Mojo file to Blink (part 3) by Chase Phillips · 6 years ago
  22. 66e24a87 [mojo-core] Validate data pipe endpoint metadata by Ken Rockot · 6 years ago
  23. f24bc21 Fix a false positive 64-bit shortening warning in mojo. by Will Harris · 6 years ago
  24. 2462c1e window-service: moves mojoms into ws directory by Scott Violet · 6 years ago
  25. b306277 chromeos: removes more dead mojoms/code by Scott Violet · 6 years ago
  26. 3ea79d13 Fix some implicit 64-bit to 32-bit conversions in Mojo. by Will Harris · 6 years ago
  27. 3db31de0 Add mojo::Create*SharedMemoryRegions by Matthew Cary · 6 years ago
  28. 7ff8fdf Add some out-parameter initialization and DCHECKs in Mojo call-sites. by Wez · 6 years ago
  29. 020beb7 Enable base::UnguessableToken typemaps in blink. by Lucas Furukawa Gadani · 6 years ago
  30. c0eebdc [mojo-core] Fix flaky shared buffer tests by Ken Rockot · 6 years ago
  31. d3e0292 Mojo markdown fixes by Chase Phillips · 6 years ago
  32. 4543315 Allow android.support.test.runner.AndroidJUnitRunner to run junit4 tests in test_runner.py by Andrew Luo · 6 years ago
  33. 53af1feb Disable SharedBufferTest.CreateAndPassFromChildReadOnlyBuffer on Fuchsia. by Morten Stenshorne · 6 years ago
  34. 53f9037 Remove use_once_callback option from Mojo code generator by tzik · 6 years ago
  35. c41635b Fix some typos in mojo documentation. by Eric Roman · 6 years ago
  36. d5fea16d Replace 'interfaces' with 'mojom' by Oksana Zhuravlova · 6 years ago
  37. 61d147f Fix GN generation of mojo data files. by erikchen · 6 years ago
  38. 0779589 Add target to mojom template that generates all bindings headers. by Marek Haranczyk · 6 years ago
  39. 576c7e1 Mojo: Add ArrayTraits for std::unordered_set by Joe Mason · 6 years ago
  40. 8c3c53b6 Fix a typo in documentation. by Eric Roman · 6 years ago
  41. 444729a60 Reland "Fix flaky webrequest related network service tests in component builds" by Clark DuVall · 6 years ago
  42. 80c199f9 mojo: Add a way to explicitly specify pickle search directories by Luis Hector Chavez · 6 years ago
  43. 89e8bc9 Fix typo in Mojo C++ bindings README.md by Kenichi Ishibashi · 6 years ago
  44. 44db142 [TaskScheduler] Remove temporary forwarding headers and mass migrate users by Gabriel Charette · 6 years ago
  45. ffaaf85f [TaskScheduler] Forward all public TaskScheduler headers to forwarding headers in preparation for source move by Gabriel Charette · 6 years ago
  46. 580fcef Fix data_types_definition.tmpl by Jakub Pawlowski · 6 years ago
  47. 1a5032f Small fixes for Mojo docs by Tom McKee · 6 years ago
  48. ff02ffa Migrate Mojo tests from legacy Callback to OnceCallback by tzik · 6 years ago
  49. ab027ae Fix GCC build issue with WTF Vector change by Dave Tapuska · 6 years ago
  50. b10aeeb Mass migrate base::TaskPriority::BACKGROUND to BEST_EFFORT by Gabriel Charette · 6 years ago
  51. e464f72 Minor edit to mojo/public/cpp/system/README.md by Helen Li · 6 years ago
  52. 14c2e07 Mojo: Use the unhandled exception handler for connection errors by Luis Hector Chavez · 6 years ago
  53. 18214c8 Mojo: Add a way to create thread-safe interfaces in Java by Luis Hector Chavez · 6 years ago
  54. 9970f20e [base] Change Value::BlobStorage to std::vector<uint8_t> by jdoerrie · 6 years ago
  55. 756d07e [Presentation API] Remove content::PresentationConnectionMessage by mark a. foltz · 6 years ago
  56. a76c901 Add FlushAsyncForTesting to InterfacePtr API by Clark DuVall · 6 years ago
  57. dc4eddf [mojo-public] Async dispatch for associated errors by Ken Rockot · 6 years ago
  58. 3f76e15 Import associated interfaces doc into the README by Chase Phillips · 6 years ago
  59. 07e1f74 [JS Mojo Externs] Add support for Constants and Enums. by Christopher Lam · 6 years ago
  60. 89c1e271 [Chromecast] Use Mojo to find whether session is multiroom by James West · 6 years ago
  61. 6c39753e [mojo] Allow invitations with null process handle by Ken Rockot · 6 years ago
  62. 3553913 Remove redundant !OS_FUCHSIA checks from OS_POSIX sites. by Wez · 6 years ago
  63. 1165185 Move GamepadSharedMemoryReader to blink by Oksana Zhuravlova · 6 years ago
  64. 0db0bcf Mojo: Add basic quota API by Ken Rockot · 6 years ago
  65. 4c5bd80 Reland "Use BigBuffer for legacy IPC messages" by Ken Rockot · 6 years ago
  66. 7831a95 Mojo: Clean up MojoArmTrap API by Ken Rockot · 6 years ago
  67. 1e5b3af28 Mojo: Fix Mac Mach port brokering race by Ken Rockot · 6 years ago
  68. 63c0b268 Reference result if DCHECKs are off. by Wez · 6 years ago
  69. b0cfd1d Revert "Use BigBuffer for legacy IPC messages" by Alice Boxhall · 6 years ago
  70. 157707d6 Migrate Chromium callers from ScopedZxHandle to libzx containers. by Wez · 6 years ago
  71. 3e12619 Use BigBuffer for legacy IPC messages by Ken Rockot · 6 years ago
  72. 2a71a209 Implement a Mojo interface which vends RemoteObject interfaces. by Jeremy Roman · 6 years ago
  73. 70c47af Fix typo in the 'simplified guide' sentence by Oksana Zhuravlova · 6 years ago
  74. 131fb17f Remove src/mojo/android by Ken Rockot · 6 years ago
  75. 27bf8b2a Delete mojo/edk by Ken Rockot · 6 years ago
  76. dba46db Mojo EDK -> Mojo Core / Embedder by Ken Rockot · 6 years ago
  77. 29b0a32 Mojo: Delete [Scoped]InternalPlatformHandle by Ken Rockot · 6 years ago
  78. 45eb70f Mojo: Avoid inappropriate DCHECK when sending invalid handles by Ken Rockot · 6 years ago
  79. 043152da6 Mojo: Use PlatformHandleInTransit for message attachments by Ken Rockot · 6 years ago
  80. 3fdc02bc Add a simplified set of Mojo docs for Chromium developers. by Erik Chen · 6 years ago
  81. 0e45f80 Mojo: Consolidate Mach port brokering logic by Ken Rockot · 6 years ago
  82. f88821e Mojo: Refactor internal Windows handle rewriting logic by Ken Rockot · 6 years ago
  83. db79c73c Build mojo_core library for Windows by Ken Rockot · 6 years ago
  84. c2d54534 Mojo: Ensure all struct fields in ABI have consistent size by Ken Rockot · 6 years ago
  85. eee4843a Fix V8 arm build. by Oliver Chang · 6 years ago
  86. 7c05e3de Refresh Mojo documentation by Ken Rockot · 6 years ago
  87. 1798aeb Implement Mojo message interception and dumping for fuzzing. by Oliver Chang · 6 years ago
  88. 0afff4b Fix FD transmission on OS X by Ken Rockot · 6 years ago
  89. 966fc04 Use TextDecoder in mojo bindings by Dmitry Guketlev · 6 years ago
  90. a86f4b9 Mojo EDK: Move internal platform handle types by Ken Rockot · 6 years ago
  91. 6a6dca0f Mojo: Delete EDK internal channel endpoint types by Ken Rockot · 6 years ago
  92. 5732c6d4 Move more stuff out of mojo/edk/embedder by Ken Rockot · 6 years ago
  93. a22cf31 Begin migration of EDK away from InternalPlatformHandle by Ken Rockot · 6 years ago
  94. 676b5fae [mojo] Release() sent handles regardless of zx_channel_write() result. by Wez · 6 years ago
  95. a7d6d987 media capture, mojo: Sprinkle noexcept in a few more classes by Raphael Kubo da Costa · 6 years ago
  96. c33a6b52 refactors ui::ContextFactoryPrivate implementation from content by Scott Violet · 6 years ago
  97. d798079 Add an async flag to mojo_base.mojo.File by Robbie McElrath · 6 years ago
  98. d929779 Fix and re-enable mojo_core_unittests on CFI bots by Ken Rockot · 6 years ago
  99. a417fdb6 Mojo: Limit exposure of EDK internals by Ken Rockot · 6 years ago
  100. a7129ce Mojo bindings: Fix data race in Connector by Ken Rockot · 6 years ago