1. 9b6446c Remove SchedulerWorkerPoolImpl::ReEnqueueSequenceCallback. by fdoray · 7 years ago
  2. cacdd59 Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8. by fdoray · 7 years ago
  3. 2d59c72 Restore tests for single-sample storage in histograms. by bcwhite · 7 years ago
  4. 483246e Fill in PlatformPrivateFootprint on Linux 1/2 by hjd · 7 years ago
  5. 12a335c Revert of Changing default Windows compiler to VS 2017 (patchset #1 id:1 of https://codereview.chromium.org/2863313002/ ) by thakis · 7 years ago
  6. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 7 years ago
  7. 1e72652 Reland of Changing default Windows compiler to VS 2017 (patchset #1 id:1 of https://codereview.chromium.org/2851143002/ ) by thakis · 7 years ago
  8. 9e917e8 Fix RunLoopTest.DisallowWaitingDeathTest for official builds. by gab · 7 years ago
  9. 4e53f88 memory-infra heap profiler: change CHECK to LOG(FATAL) by primiano · 7 years ago
  10. 618941a memory-infra: Move dump level check to observer and rename session state by hjd · 7 years ago
  11. 0cbc7c7 Replace "nested message loop" with "nested run loop" in comments. by gab · 7 years ago
  12. 9ad0600 Allow PolicyLoadStatusSample to override reporting method by ljusten · 7 years ago
  13. 64fa1aa Disable 4 failing StackSamplingProfilerTest tests on macOS ASAN. by johnme · 7 years ago
  14. 029f59e Make nesting/running states a RunLoop rather than a MessageLoop concept. by gab · 7 years ago
  15. dfcb3cb Replace gmock's deprecated SetArgumentPointee with SetArgPointee. by thestig · 7 years ago
  16. 4bc4713 Roll googletest to 1.7.0+. by pwnall · 7 years ago
  17. e58ca21 Mojo code generator: makes the filters member methods of generator if necessary. by yzshen · 7 years ago
  18. 0f328f0 Add support for single sample metrics. by dalecurtis · 7 years ago
  19. fd98b5c Improve usage documentation of scoped task environments. by gab · 7 years ago
  20. 35bf21c Moving mojo/validation test into LayoutTests by alokp · 7 years ago
  21. 6a7c772 Implement SysInfo::HardwareModelName() on iOS. by asvitkine · 7 years ago
  22. 61b64c2 Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk by robliao · 7 years ago
  23. 76f0daa Exempt the Service Thread from BLOCK_SHUTDOWN DCHECKs by robliao · 7 years ago
  24. f19a1ef Mojo C++ bindings: add a MakeRequest overload that binds InterfacePtrInfo. by yzshen · 7 years ago
  25. 41b9a2a Implement the NativeStackSampler for the Mac. by avi · 7 years ago
  26. 941e220 base: add a unit test for SetCloseOnExec() function by tfarina · 7 years ago
  27. 074f7d5 doc: Fix typo in MakeStrongBinding() section by scottmg · 7 years ago
  28. 1cdf6d2 Clean up base/process/process_metrics_linux.cc. by thestig · 7 years ago
  29. c8a463c Run NonThreadSafeDeathTests in the threadsafe gtest mode. by rsesek · 7 years ago
  30. 17868cb Clean up Mojo embedder APIs by Ken Rockot · 7 years ago
  31. d3a9e2c Use another file and field for wakeups count by sabbakumov · 7 years ago
  32. 77694fc Catch more exception when accessing content URI by qinmin · 7 years ago
  33. ac6da24 [Android] Update check for whether current OS platform is O by Tommy Nyquist · 7 years ago
  34. 9f6430b Use SharedMemoryHandle instead ScopedHandle as ivar for SharedMemory by erikchen · 7 years ago
  35. 37ff73c Use constexpr TaskTraits constructor in base. by fdoray · 7 years ago
  36. 72d5b8f Tracked objects: Bump cumulative byte count storage to 64 bits to avoid saturation. by siggi · 7 years ago
  37. b111a21 Fix overflow when logging MaxInt32 to a sparse histogram. by asvitkine · 7 years ago
  38. 44a21b4 Remove the deprecated raw-pointer call from SupportsUserData by avi · 7 years ago
  39. e535fdb Removing (dest != prev) check from LastUnique algorithm. by dyaroshev · 7 years ago
  40. 6cdf6e9 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 7 years ago
  41. b808ffd Synchronize memory in TaskTracker::Flush(). by fdoray · 7 years ago
  42. fccfa6d memory-infra: Plumb platform_private_footprint to MemoryDumpManager by hjd · 7 years ago
  43. 5a26666 Revert of Roll googletest to 1.8.0. (patchset #3 id:40001 of https://codereview.chromium.org/2852613002/ ) by msramek · 7 years ago
  44. 58d5604 Remove base::SharedMemory::ShareToProcess. by erikchen · 7 years ago
  45. 156702b Roll googletest to 1.8.0. by pwnall · 7 years ago
  46. f10684c Eliminate InterfaceFactory. by ben · 7 years ago
  47. 7db1a73 Get rid of SharedMemory::GiveToProcess. by erikchen · 7 years ago
  48. 68e4390 AndroidOverlay implementation using Dialog. by liberato · 7 years ago
  49. a03572b Mojo: Allow data pipe creation to fail gracefully by Ken Rockot · 7 years ago
  50. 4e92571 Replace base::SharedMemory read-only methods with GetReadOnlyHandle. by erikchen · 7 years ago
  51. e0177c4 [Android] Keep extracted secondary dex files when clearing data in tests. (RELAND) by jbudorick · 7 years ago
  52. ffc534f Fix fuzzer crash for preg_parser by ljusten · 7 years ago
  53. df28328 Crash if attempting to init the browser process not on UI thread. by tedchoc · 7 years ago
  54. 5babd95 Add OnceCallback support to PostTaskAndReplyWithResult by tzik · 7 years ago
  55. 3f421e3 Optionally pass BindSourceInfo as a parameter to BinderRegistry callbacks. by ben · 7 years ago
  56. 71b821d [rendertext,i18n] Added flag to force RTL rendering by krb · 7 years ago
  57. 719afcb tracing: Simplify TraceEventMemoryOverhead, use an enum insted of a map by primiano · 7 years ago
  58. b318048 memory-infra: Add unittest for MemoryDumpManager summary calculations by hjd · 7 years ago
  59. 0c091c0 Remove unused variable from vs_toolchain.py by tikuta · 7 years ago
  60. 8d98abd Fix missing headers in WebKit/public:mojo_bindings by wychen · 7 years ago
  61. c705c67 Replace ServiceInfo with BindSourceInfo. by ben · 7 years ago
  62. 8b45148 Update to newer Android Lint and suppress new Lint errors by zpeng · 7 years ago
  63. 72c1d7e Pref service: Add a ScopedDictionaryPrefUpdate to track value changes. by Sam McNally · 7 years ago
  64. 2386017 Revert of Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk (patchset #1 id:1 of https://codereview.chromium.org/2856583002/ ) by robliao · 7 years ago
  65. d01f157 [tracing] Allow enabling heap profiling from chrome://flags by dskiba · 7 years ago
  66. ef309b5 Revert of [Android] Keep extracted secondary dex files when clearing data in tests. (patchset #2 id:20001 of https://codereview.chromium.org/2854503002/ ) by jbudorick · 7 years ago
  67. 8f11441 Revert of Restore tests for single-sample storage in histograms. (patchset #1 id:1 of https://codereview.chromium.org/2850233002/ ) by sky · 7 years ago
  68. b7fb95e Add constexpr TaskTraits constructor. by fdoray · 7 years ago
  69. 8b52091 Improve error message when debuggers not installed by brucedawson · 7 years ago
  70. 728a652 Restore tests for single-sample storage in histograms. by bcwhite · 7 years ago
  71. cea8f85 Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk by robliao · 7 years ago
  72. c9e5f06 [Android] Keep extracted secondary dex files when clearing data in tests. by jbudorick · 7 years ago
  73. 4e70cfa Embed a single sample in histogram metadata. by bcwhite · 7 years ago
  74. 73fd0b9 Revert of Changing default Windows compiler to VS 2017 (patchset #1 id:1 of https://codereview.chromium.org/2852433005/ ) by brucedawson · 7 years ago
  75. 78a0e68 Add associated binding set. Add associated_binding.html layout test. by wangjimmy · 7 years ago
  76. 8d1b7c4 Revert of Change ScopedFeatureList to overrides FeatureList not reset (patchset #6 id:140001 of https://codereview.chromium.org/2834583002/ ) by thestig · 7 years ago
  77. 52b440d Change 'enum' -> 'union' in tagged union example. by rdsmith · 7 years ago
  78. 263c2a9 Changing default Windows compiler to VS 2017 by brucedawson · 7 years ago
  79. 358a2be Get rid of base::SharedMemory::NULLHandle(); by erikchen · 7 years ago
  80. 57812bc Support checking and fixing non-existing header files in GN by wychen · 7 years ago
  81. 9a454c1 Make PlatformFileForTransit its own class on Windows. by erikchen · 7 years ago
  82. b95a12a Mojo C++ bindings: reject messages version 2 with null payload pointer. by yzshen · 7 years ago
  83. 6348637 Change ScopedFeatureList to overrides FeatureList not reset by chaopeng · 7 years ago
  84. 68e83c5 [Android] Fix stack symbolization when packed relocations are on. by jbudorick · 7 years ago
  85. 640783f base: Make ElapsedTimer movable by watk · 7 years ago
  86. 9ac28c4 Make base::DictionaryValue::Set* return pointers by jdoerrie · 7 years ago
  87. 5249a36 Record the TaskLatency Histogram in Microseconds Instead of Milliseconds by robliao · 7 years ago
  88. 5bcaabf [memory-infra] Remove thread check blacklist by ssid · 7 years ago
  89. 87de84c Specify the trial name when crashing due to missing default group name. by jdonnelly · 7 years ago
  90. c30dcf4 Fix a compile error by phajdan.jr · 7 years ago
  91. 64292ce Clean up StrictMode.allowThreadDiskReads calls. by torne · 7 years ago
  92. d7e5c50 Used a single class for SharedMemoryHandle. by erikchen · 7 years ago
  93. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 7 years ago
  94. 13824f1 Remove TaskScheduler::CreateAndSetDefaultTaskScheduler(). by fdoray · 7 years ago
  95. fda6a5f Add encounteredError() to AssociatedInterfacePtrController. by wangjimmy · 7 years ago
  96. b9e4ee0 Revert of Roll googletest to 1.8.0. (patchset #7 id:340001 of https://codereview.chromium.org/2779193002/ ) by findit-for-me · 7 years ago
  97. f0f1ed2 Roll googletest to 1.8.0. by pwnall · 7 years ago
  98. 976fd6e Handle |public| in check_gn_headers.py by wychen · 7 years ago
  99. 0b7bff3 Replace uses of hash_map in //base by brettw · 7 years ago
  100. 55ce9bc Fix comment in scoped_task_environment.h. by fdoray · 7 years ago