1. ad2d676 Add run-time CHECK to smoke-test allocator overrides by primiano · 9 years ago
  2. 44bd6b1 Remove base/win/metro.{cc|h} and some associated code by scottmg · 9 years ago
  3. 6b4d626 Update an error message expectation on base_nocompile_test by tzik · 9 years ago
  4. e745d3f Move mojo/application/public -> mojo/shell/public by ben · 9 years ago
  5. 4885ee2 Downgrade spammy log statement by jam · 9 years ago
  6. 09e9bb8 Change VS 2015 Update 1 package to VM version by brucedawson · 9 years ago
  7. f0dea91 [mojo] Add multiprocess test to DataPipe. by edcourtney · 9 years ago
  8. d4f07e0 Mojo JS bindings: fix mojo_js_integration_tests. by yzshen · 9 years ago
  9. e4c07a8 Remove gcc_version from gyp and gn files. by thakis · 9 years ago
  10. d44196e [Android] Convert uses of cmd_helper in tools/ to devil. by jbudorick · 9 years ago
  11. 66a4f8f mojo: Fix compilation of AssociatedInterfacePtr::associated_group() by lhchavez · 9 years ago
  12. b25c8e7 Makes bindings work with nested message loops by sky · 9 years ago
  13. c89e183 [Android] Prepare build/android/ for catapult+devil. by jbudorick · 9 years ago
  14. 4610345 [Tracing] Add lookup support to AllocationRegister by ruuda · 9 years ago
  15. b59162b Move install-build-deps.py to build/experimental by Paweł Hajdan, Jr · 9 years ago
  16. 29c12c8 android: Add RecordHistogram.recordPercentageHistogram(), convert existing ones. by lizeb · 9 years ago
  17. 36c2775 [mojo] Pack broker message structs, and make sure enum values are always 4 bytes. by edcourtney · 9 years ago
  18. a27efaa Tweak iterations in HandleWatcherPerftest to be less noisy. by amistry · 9 years ago
  19. c086c89 Fix race on mojo message pump shutdown. by amistry · 9 years ago
  20. 44042bb Remove |target| from glCompressedCopyTextureCHROMIUM. by zmo · 9 years ago
  21. 491bf9d mojo: Change one .Pass() to std::move() by lhchavez · 9 years ago
  22. b209521 mojo: Fix the size of several platform-specific structs by lhchavez · 9 years ago
  23. 38bafd8 [iOS] Allow overriding icuctl.dat file location. by justincohen · 9 years ago
  24. aaa247b Clean up event flags a bit: by pkasting · 9 years ago
  25. b36883d Add proguard_verbose GN arg by agrieve · 9 years ago
  26. f1565b1 Custom notification layouts: add work profile badge. by mvanouwerkerk · 9 years ago
  27. a3f86c0 android: Properly record the "native library residency" histogram. by lizeb · 9 years ago
  28. 685bedd Supporting comments in files parsed by --test-launcher-filter-file switch. by lukasza · 9 years ago
  29. 97211e1 ipc: Implement attachment brokering for SharedMemoryHandle on Windows. by erikchen · 9 years ago
  30. 13b552b Move fetchers into mojo/shell/fetcher by ben · 9 years ago
  31. 3f7a231 Move package_manager into mojo/shell by ben · 9 years ago
  32. a56b58f Fix flaky mojo_js_unittests on Windows. by yzshen · 9 years ago
  33. bafa47f Rework the ApplicationManager interface apptest to better test ApplicationManagerListener by ben · 9 years ago
  34. c1453f7 Change GotDataCallback to scoped_refptr<base::RefCountedMemory> by estade · 9 years ago
  35. 58b9a56 [gn] Detect location of Visual Studio in the registry. by bratell · 9 years ago
  36. 6ab6d87 Allow SequencedTaskRunnerHandle::Get() while running unsequenced tasks. by bauerb · 9 years ago
  37. d8bfd7b base: Fix DCHECK when thread creation fails by skyostil · 9 years ago
  38. cae1831 Provide a way for content to tell the shell about processes it starts. by ben · 9 years ago
  39. cbfd67e base: Update comment about access control of ref-counted classes' dtor by hashimoto · 9 years ago
  40. 079c825 Remove Pass on CrOS. by dcheng · 9 years ago
  41. 2dc8cb1 Remove unused code by vitalybuka · 9 years ago
  42. 3359813 Remove glCompressedCopySubTextureCHROMIUM. by zmo · 9 years ago
  43. 393e45c Fix issue if field trials are activated too early in renderers. by asvitkine · 9 years ago
  44. 7d1c2f8 Update threading notes in the bindings. by amistry · 9 years ago
  45. bada0de Fixes bug in pausing connector with multiple messages queued up by sky · 9 years ago
  46. d19c2a5 Move CloseHandle hook into base/debug. by wfh · 9 years ago
  47. 1975fd3 Remove the "target" argument from CopyTextureChromium. by erikchen · 9 years ago
  48. 418993a Reland of move Pass() on Android. (patchset #1 id:1 of https://codereview.chromium.org/1564763002/ ) by dcheng · 9 years ago
  49. 78d6475 Revert of Remove Pass() on Android. (patchset #1 id:1 of https://codereview.chromium.org/1559603002/ ) by msramek · 9 years ago
  50. bd81c78 Mustash: Fix a zero copy related sync issue. by penghuang · 9 years ago
  51. 3a8dcbb Fix up proguard output filtering by agrieve · 9 years ago
  52. 6326e43 Implement MessagePumpMojo using WaitSet. by amistry · 9 years ago
  53. d3f429b Fix error in CheckedNumeric usage comment by jschuh · 9 years ago
  54. 96c7ca9 Make PIDs work in task viewer. by ben · 9 years ago
  55. 07a9c42 dbus: Run dbus_unittests parallelly by hashimoto · 9 years ago
  56. a8b88ec [tracing] Allow asynchronous unregistration of unbound dump providers by primiano · 9 years ago
  57. e3f32b1 Don't unnecessarily copy strings by arjanl · 9 years ago
  58. f4a4c0d dbus: Use randomly generated string as a TestService's service name by hashimoto · 9 years ago
  59. c7853aa Fix no-compile base_unittests for base::Pass() -> std::move conversion by tzik · 9 years ago
  60. 02bb633 Added method to synchronize command buffers within GpuControl. by dyen · 9 years ago
  61. c0e79fc Fix a bunch of mojo_public_*_unittests with the new EDK. by jam · 9 years ago
  62. dc7e966 Cleanup: Remove double semicolons. by thestig · 9 years ago
  63. 6cd7313 Fix assumption in mojo binding class Connector that message pipes notice the other end's closing synchronously. by jam · 9 years ago
  64. c4b747b Prepare for -Wall for third-party code, -Wextra for chromium_code by thakis · 9 years ago
  65. b43d732 Remove Pass() on Android. by dcheng · 9 years ago
  66. 9345a12 Convert Pass()→std::move() in //mojo/runner/android by dcheng · 9 years ago
  67. 968547c Convert Pass()→std::move() in //components (CrOS edition) by dcheng · 9 years ago
  68. 975f028 Fix Mojo broker crash on Windows. by jam · 9 years ago
  69. cb16d3e Port //base/android/jni_generator/jni_generator.gyp to GN by agrieve · 9 years ago
  70. 4281e01 Remove Pass() on Linux. by Daniel Cheng · 9 years ago
  71. 4f91ce1 Disables mash_wm_tests until build/scripts are straightened out by sky · 9 years ago
  72. a40192a Remove random lonely semicolons. by thestig · 9 years ago
  73. 77acef6 Ensure that in-flight message pipes are always closed and the other end is notified. by jam · 9 years ago
  74. 00ae33d Global conversion of Pass()→std::move() on OS=android by dcheng · 9 years ago
  75. 8b01dee Remoting: Remove references to POSIX shared memory. by erikchen · 9 years ago
  76. 5ac7ed7 Remove RefCountedMallocedMemory, it's not used. by thestig · 9 years ago
  77. 715fcc7 Global conversion of Pass()→std::move() on OS=linux chromecast=1 by dcheng · 9 years ago
  78. a263e89 Convert Pass()→std::move() in generated Mojo bindings. by dcheng · 9 years ago
  79. 76825c1 Remove base/basictypes.h. by avi · 9 years ago
  80. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  81. f10f6a2 Convert Pass()→std::move() in //device by dcheng · 9 years ago
  82. de26e0f Convert Pass()→std::move() in //components/[n-z]* by dcheng · 9 years ago
  83. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  84. 2f68ea0 Clean up header files. by avi · 9 years ago
  85. cb03523 Convert Pass()→std::move() in //mojo/public/ by dcheng · 9 years ago
  86. 169365f Switch to standard integer types in components/, part 2 of 4. by avi · 9 years ago
  87. 2f891b6 Switch to standard integer types in components/, part 4 of 4. by avi · 9 years ago
  88. dc427ef Switch to standard integer types in components/policy/. by avi · 9 years ago
  89. ab91a98 Switch to standard integer types in base/strings/. by avi · 9 years ago
  90. 5730099 Switch to standard integer types in base/threading/. by avi · 9 years ago
  91. f0c7883 Remove warning pragmas in pe_image.cc by wfh · 9 years ago
  92. 6751149 Switch to standard integer types in base/memory/. by avi · 9 years ago
  93. d916f9d Switch to standard integer types in base/debug/. by avi · 9 years ago
  94. 5dcec1d Switch to standard integer types in base/i18n/. by avi · 9 years ago
  95. a4b0377 Switch to standard integer types in base/process/. by avi · 9 years ago
  96. ee0653e Switch to standard integer types in base/prefs/. by avi · 9 years ago
  97. 241bdae Switch to standard integer types in base/files/. by avi · 9 years ago
  98. 2cea4dd Switch to standard integer types in base/trace_event/. by avi · 9 years ago
  99. 435179b Switch to standard integer types in base/android/. by avi · 9 years ago
  100. 6b4541d Clear memory of broker related structs sent over the new Mojo EDK. by jam · 9 years ago