1. ffb231d Expose registered histograms from FeedbackCollector by tbansal · 8 years ago
  2. 9057625 Replace TestSimpleTaskRunner::GetPendingTasks with TakePendingTasks by tzik · 8 years ago
  3. 8674b25 Add IntDef support to ApplicationStatus. by tedchoc · 8 years ago
  4. a603046 Remove some non-essential StringPiece->std::string conversion in base/ by lazyboy · 8 years ago
  5. eea351d TaskScheduler: Adjust shutdown behavior of delayed tasks. by fdoray · 8 years ago
  6. 36ad821 Metrics - Add histograms/README.md by mpearson · 8 years ago
  7. 380560e Check if RTLD_DEEPBIND is defined before using it. by slan · 8 years ago
  8. e254759 Add real_path option to LaunchProcess by rkjnsn · 8 years ago
  9. b63cedc Lint suppressions needed for Android SDK roll. by stip · 8 years ago
  10. 23a54df Avoid unnecessary checking in getting current time on 32-bit systems. by chihchung · 8 years ago
  11. e322a12 Add TRACE_EVENT_SAMPLE_WITH_ID1 macro. by alph · 8 years ago
  12. c04ceac Add comment about leaked FileDescriptorWatcher::Controller::Watcher. by fdoray · 8 years ago
  13. a5c7306 Use FileDescriptorWatcher in FilePathWatcherKQueue. by fdoray · 8 years ago
  14. 225d2af Add Explicit Argument Guidance for time.h by robliao · 8 years ago
  15. 6e7184a Mark SequencedWorkerPool::GetWorkerPoolForCurrentThread() as deprecated. by fdoray · 8 years ago
  16. 0621dbe Ignore return type annotations in @CalledByNative methods. by estevenson · 8 years ago
  17. f3a7ed5 Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 8 years ago
  18. a74947c Remove ScopedTempDir::path() by vabr · 8 years ago
  19. 428e50e Fix Chromium tracing to not override app logging by ntfschr · 8 years ago
  20. d39a18b Pass delay and timestamp to AudioSourceCallback::OnMoreData. by jameswest · 8 years ago
  21. e99dd84 Convert DCHECKs to CHECKs for histogram types by kenrb · 8 years ago
  22. db1cc2b Remove app context init from LibraryLoader. by wnwen · 8 years ago
  23. ce75df1 MemoryCoordinatorClient's destructor should be protected-virtual by bashi · 8 years ago
  24. 6d82373 TRACE_EVENT_x_WITH_TIMESTAMP should log current thread id by ksakamoto · 8 years ago
  25. 10f345a Cleanup histograms from message loop, as well as kHexRangePrintingFlag. by rkaplow · 8 years ago
  26. e39f8f4 Allow ImportantFileWriter to take in a pre-write callback. by proberge · 8 years ago
  27. 83ff69f Remove FilePathWatcher::PlatformDelegate::CancelOnMessageLoopThread(). by fdoray · 8 years ago
  28. 65adb73 Remove use of NewTabPageAdapter.getItems() from test. by bauerb · 8 years ago
  29. 9d44b3f Implement base::PowerMonitor::IsOnBatteryPower() for OSX. by dalecurtis · 8 years ago
  30. 4b83678 Add TaskScheduler.NumTasksBetweenWaits.[pool] histogram. by fdoray · 8 years ago
  31. a1afcbf Add Reclaim Support to ThreadLocalStorage by robliao · 8 years ago
  32. 0150a0d Refactor histogram_macros.h. by rkaplow · 8 years ago
  33. 673e5be Remove dead code, GetDataMimeType by kcwu · 8 years ago
  34. 5156cf3 Fix memory corruption in base_unittests in some configuration. by sdefresne · 8 years ago
  35. 9eb766f Support SequencedWorkerPool::FlushForTesting() with redirection to TaskScheduler. by fdoray · 8 years ago
  36. 604fb48 Enable the FileDescriptorWatcher API on MessageLoopForIO threads. by fdoray · 8 years ago
  37. 783e617 Document memory coordinator by bashi · 8 years ago
  38. a0d8b5b Delete MessageLoop::Run()/RunUntilIdle(). by fdoray · 8 years ago
  39. ca14f6f [tracing] Whitelist levelDb and webcache dump providers for background mode by ssid · 8 years ago
  40. a7fd5f1 Revert of Remove ref_counted.cc (patchset #4 id:60001 of https://codereview.chromium.org/2345013003/ ) by agrieve · 8 years ago
  41. d3e68cf Remove unneeded thread.h includes and fix IWUU. by gab · 8 years ago
  42. e4ba8a5 TaskScheduler: Add FlushForTesting(). by fdoray · 8 years ago
  43. a6247e6 Use platform sized counters for the refcounted classes in base. by wfh · 8 years ago
  44. b78a84f Disallow redundant Bind calls. by dcheng · 8 years ago
  45. 160aa28 Merge latest changes from http://www.netlib.org/fp/dtoa.c into dtoa.cc by kcwu · 8 years ago
  46. 9fd2570 Switch base::IDMap to use unique_ptr. by aelias · 8 years ago
  47. 5e32eda Revert of Move language pak files to assets. (patchset #13 id:240001 of https://codereview.chromium.org/2345143002/ ) by khushalsagar · 8 years ago
  48. fdcf260 Remove stl_util's STLDeleteContainerPairSecondPointers. by avi · 8 years ago
  49. 03c586a Handle failures allocating mapped local memory. by bcwhite · 8 years ago
  50. 197a48f Fix problem with persistent histograms getting ID of zero. by bcwhite · 8 years ago
  51. 2c73da9 Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium. by avi · 8 years ago
  52. 29d5a50 Move language pak files to assets. by estevenson · 8 years ago
  53. ce70d31 Clean up my TODO comments in SmallMap and Time. by brettw · 8 years ago
  54. b47b11e Try to fix gathering of ranges_ptr plus capture checksums. by bcwhite · 8 years ago
  55. 8fa1d44 Make SplitStringUsingSubstr have consistent args. by brettw · 8 years ago
  56. 774ca46 Use ScopedAllowWait to shutdown the TaskScheduler. by fdoray · 8 years ago
  57. 6b09239 Make DISABLE_CFI_PERF only effective in the official builds. by krasin · 8 years ago
  58. 5d66298 Add a TranslateRanker to determine when to suppress translation prompts. by rogerm · 8 years ago
  59. 1f0e410 The GHA won't function properly if the SR hasn't been initialized so do that. by bcwhite · 8 years ago
  60. 45d73d8 Remove calls to MessageLoop(ForUI|ForIO)::Run/RunUntilIdle. by fdoray · 8 years ago
  61. 8aa4a17 Fix SequencedWorkerPoolTest.DelayedTaskDuringShutdown. by fdoray · 8 years ago
  62. 40ac79c Fix DCHECK usage doc comment. by pwnall · 8 years ago
  63. c081048 Let TRACE_EVENT_XXX_WITH_TIMESTAMP accept TimeTicks instead of int64_t by wangxianzhu · 8 years ago
  64. 5b659aa Convert FieldTrialList to Accept a std::unique_ptr by robliao · 8 years ago
  65. 73f858f Add synchronous callback support to important_file_writer.cc by proberge · 8 years ago
  66. bf17041 Delete MessageLoop::PostTask/PostDelayedTask/DeleteSoon/ReleaseSoon. by fdoray · 8 years ago
  67. fecd186 Add const to BindStateBase to align to RefCounted constness by tzik · 8 years ago
  68. 41156c8 Remove ref_counted.cc by tzik · 8 years ago
  69. 2121052 Fix races in trace events filtering. by ssid · 8 years ago
  70. b2e0190 Use chromium trace_event implementation in blink by wangxianzhu · 8 years ago
  71. 88d1af2 Add an explicit way of making IDs local or global by chiniforooshan · 8 years ago
  72. 114af1b Adds new logging type SYSLOG which logs to the system log. by pastarmovj · 8 years ago
  73. 3f1d33b Made g_lazy_worker_pool leaky to enable tasks to start tasks. by heimbuef · 8 years ago
  74. 7294bda base: Allow renderer thread priorities to be changed. by reveman · 8 years ago
  75. 84d2d03 Add base::UnguessableToken << operator by tguilbert · 8 years ago
  76. bd97524 A collector for postmortem reports by manzagop · 8 years ago
  77. 76e690d Add base::UnguessableToken by tguilbert · 8 years ago
  78. 69d562f Disallow single-threaded SequencedWorkerPools. by gab · 8 years ago
  79. 014878b mojo: Use TYPE_DEFAULT message-loop for browser-tests. by sadrul · 8 years ago
  80. 17f21de Remove deprecated ListValue::Append(Value*) overload on Linux. by dcheng · 8 years ago
  81. 50c0aba Test SequencedWorkerPool with redirection to the TaskScheduler. by fdoray · 8 years ago
  82. b131654 Integrate Crashpad UMA by scottmg · 8 years ago
  83. 742f876 Use base::Thread instead of single-threaded SequencedWorkerPool in TestLauncher. by gab · 8 years ago
  84. 67dfe79 Remove outdated TODO in SequencedWorkerPool::Inner::IsRunningSequenceOnCurrentThread(). by fdoray · 8 years ago
  85. ca69b87 Make SystemMonitor report all audio device changes instead of just audio capture. by guidou · 8 years ago
  86. 7d11758 Add FlushForTesting to base::Thread. by gab · 8 years ago
  87. 89a0489 Make SequencedWorkerPool::IsRunningSequenceOnCurrentThread() private. by fdoray · 8 years ago
  88. 553bc2a Forward return value of PostTaskToTaskScheduler() to PostTask() in SequencedWorkerPool. by fdoray · 8 years ago
  89. 4b1e836 Remove calls to deprecated MessageLoop methods from message_loop_unittest.cc. by fdoray · 8 years ago
  90. 5d8924c Add a new file descriptor watch API. by fdoray · 8 years ago
  91. 8cae077 TaskScheduler: Match behavior of SequencedWorkerPool in RunsTasksOnCurrentThread(). by fdoray · 8 years ago
  92. b87488b Move memory_coordinator_client and its registry to base/memory by bashi · 8 years ago
  93. 8d7782d Add Some Comments to the Timeout Checks on Condition Variables by robliao · 8 years ago
  94. 41aab94 Remove GYP files. by brettw · 8 years ago
  95. db1ef2d Add a full Blimp integration test. by dtrainor · 8 years ago
  96. 1d2f363 Split BindStateBase ctor for non-cancellable Bind by tzik · 8 years ago
  97. e9b374c Use TestSimpleTaskRunner::NumPendingTasks instead of GetPendingTasks().size() by tzik · 8 years ago
  98. 46cc6ec Change more base::ListValue methods to use std::unique_ptr. by dcheng · 8 years ago
  99. 92aed19 Fix android depfiles to always list GN's outputs[0] by agrieve · 8 years ago
  100. 7621e35 Support delays when redirecting SequencedWorkerPool to TaskScheduler. by fdoray · 8 years ago