1. 392561e Use __func__ instead of __FUNCTION__. by pkasting · 8 years ago
  2. 3917fe2 TaskScheduler: Set the current SequenceToken when a Task runs. by fdoray · 8 years ago
  3. 4bcf108 TaskScheduler: Add SequenceToken and ScopedSetSequenceTokenForCurrentThread. by fdoray · 8 years ago
  4. 905f6f7 Remove ThreadTest.Restart by gab · 8 years ago
  5. eb0a71b Update AssertSingletonAllowed log message to reflect new restrictions w.r.t. CONTINUE_ON_SHUTDOWN tasks. by gab · 8 years ago
  6. bc7c882 PowerMonitorTestSource: Remove MessageLoop, prefer always required. by dalecurtis · 8 years ago
  7. 134a039 Return unique_ptrs from base::ProcessMetrics. by thestig · 8 years ago
  8. 821bfe9 android: Don't prefetch the native library at startup if it's already resident. by lizeb · 8 years ago
  9. 685b5ef Wire up OOM exception to the sad tab page. by wfh · 8 years ago
  10. 40e2fd3 Fix MemoryDumpManagerTest's thread unsafe usage of the base::TestIOThread API by gab · 8 years ago
  11. 810fac5 base::Version constructor from std::vector<uint32_t> by staraz · 8 years ago
  12. 6442808 Rename CancellationFlag to AtomicFlag. by fdoray · 8 years ago
  13. 8dcc21d Make base::TerminateBecauseOutOfMemory call RaiseException on Windows. by wfh · 8 years ago
  14. 30ef1eb Add some words of caution to File::Flush(). by tnagel · 8 years ago
  15. 579b56c Limit InterProcessTimeTickConverter to platforms that require it by majidvp · 8 years ago
  16. 3c1e638 Add ScopedNSAutoreleasePool to SchedulerWorker's Main Loop by robliao · 8 years ago
  17. 4341e3b Modernize base::Thread by gab · 8 years ago
  18. 84790c0 base: Bump default android version to 7.0.99 by boliu · 8 years ago
  19. 2e95175 Add Lazy Creation and Thread Detachment Support in the Scheduler Worker Pool by robliao · 8 years ago
  20. 8d6cd35 Switch to a java exception in assertOnUiThread. by tedchoc · 8 years ago
  21. 3d51d96 TaskScheduler: Bump thread priority during shutdown. by fdoray · 8 years ago
  22. ebebacb Comment on UMA_HISTOGRAM_ENUMERATION that explains an overflow bucket by jkrcal · 8 years ago
  23. 157605f Make it a compile error to use a crash key with no variable name. by dcheng · 8 years ago
  24. 0e53947 Add the product check into shouldSkip in DisableIf by yolandyan · 8 years ago
  25. 8b6535b base: Change auto to not deduce raw pointers. by vmpstr · 8 years ago
  26. 66f5a34 TaskScheduler: Don't delete Tasks in the scope of a Sequence's lock. by fdoray · 8 years ago
  27. 0654900 Use absolute namespace references in //base/logging.h macros by tsniatowski · 8 years ago
  28. e6230da android: Move ResourceExtractor tracing to TraceEvent. by lizeb · 8 years ago
  29. 3cd8769 Hookup the generic heap intercept for Windows. by siggi · 8 years ago
  30. 10ce0b5 [OfflinePages] Do not start background loading on low-end devices if app has any visible Activities. by dougarnett · 8 years ago
  31. 0fa33f6 Remove unused base::Thread::thread_handle() getter. by gab · 8 years ago
  32. c74c6ee Revert of Return correct disk free/available size when FS is mounted with size = 0 (patchset #4 id:60001 of https://codereview.chromium.org/2152283003/ ) by phoglund · 8 years ago
  33. fc32b00 jni_generator: Always generate native exports. by torne · 8 years ago
  34. df2e154 Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams by robliao · 8 years ago
  35. 2820c0a Make File::Duplicate const by kulshin · 8 years ago
  36. 18aa591 Binds two IDs together. by chiniforooshan · 8 years ago
  37. b9a8ad0 Add base::FileProxy::DuplicateFile to duplicate the underlying file. by engedy · 8 years ago
  38. a93b24f Use defaulted move ctor and assign in CallbackBase by tzik · 8 years ago
  39. 45c889a Add TaskPriority as a parameter to SequencedWorkerPool in preparation for TaskScheduler experiment. by gab · 8 years ago
  40. 518496d Return correct disk free/available size when FS is mounted with size = 0 by sriramsr · 8 years ago
  41. 3af1b2e Change OOMs to raise custom exception rather than breakpoint on Windows. by wfh · 8 years ago
  42. 01a7326 Make ChromeOSVersionInfo singleton leaky to avoid startup thread restriction DCHECK by jamescook · 8 years ago
  43. a1dee18 Remove calls to MessageLoop::current() in base. by fdoray · 8 years ago
  44. fbe148a Remove deprecated methods from MessageLoop on Mac. by fdoray · 8 years ago
  45. 6843e0f Annotated functions/classes more cleanly kept by smaier · 8 years ago
  46. 8cc03e5 Clean up some nits in base/trace_event/trace_log.cc. by thestig · 8 years ago
  47. 3710a45 Enforce singleton not allowed behavior for CONTINUE_ON_SHUTDOWN tasks by pmonette · 8 years ago
  48. ecea27b android: Use /data/local/tmp/ for the command line on userdebug and eng builds. by lizeb · 8 years ago
  49. 94f23ab Reland 2 of: Android: Add support for TraceEvent before the native library is loaded. by lizeb · 8 years ago
  50. 29a4501 TaskScheduler: Atomic operations in TaskTracker by fdoray · 8 years ago
  51. 42ef704 jni_generator: handle inner class natives properly. by Torne (Richard Coles) · 8 years ago
  52. adac871 Revert of Enforce singleton not allowed behavior for CONTINUE_ON_SHUTDOWN tasks (patchset #5 id:120001 of https://codereview.chromium.org/1904273002/ ) by grt · 8 years ago
  53. e44b932 Add base::Value::GetTypeName(). by thestig · 8 years ago
  54. 96ab655 Remove remaining calls to deprecated MessageLoop methods on Mac. by fdoray · 8 years ago
  55. aee1b2d Improve grammar in some comments. by thakis · 8 years ago
  56. 682ae7d Enforce singleton not allowed behavior for CONTINUE_ON_SHUTDOWN tasks by pmonette · 8 years ago
  57. d26d384 Add SameVersionStartupCounts suffix to multiple startup histograms. by fdoray · 8 years ago
  58. 9932c8b Start refactoring Windows allocator shim in prep for hooking in generic allocator shim on Windows. by siggi · 8 years ago
  59. d5c611a Access FileTracing::g_provider atomically to prevent data races by dbeam · 8 years ago
  60. eb17531 [Payments] API Level 16 fixes by dfalcantara · 8 years ago
  61. ebba5a3 Revert of Android: Add support for TraceEvent before the native library is loaded. (patchset #2 id:230001 of https://codereview.chromium.org/2142803002/ ) by phoglund · 8 years ago
  62. fb1da50 Recommend base::test::ScopedCommandLine usage. by thestig · 8 years ago
  63. 62bdf64 Cleanup base/json code. by thestig · 8 years ago
  64. 6bb5cb4 Pass weak pointer by ref in Bind implementation by tzik · 8 years ago
  65. e7f8e04 Reland of Android: Add support for TraceEvent before the native library is loaded. (patchset #1 id:1 of https://codereview.chromium.org/2145443002/ ) by lizeb · 8 years ago
  66. f6e81f0 Clean up base::trace_event::TraceConfig by thestig · 8 years ago
  67. 984889b Use foo.back() instead of foo.at(foo.size() - 1) by thestig · 8 years ago
  68. 60a5d37 Fix capture of debug information when corruption is detected. by bcwhite · 8 years ago
  69. 475081d Added UMA metrics for display settings UI in the status area. by bruthig · 8 years ago
  70. 020e8b7 Add support for dependent types in FOR_EACH_OBSERVER by lhchavez · 8 years ago
  71. d7c57c3 Implement use_cfi_cast to optionally enable cast checks. by krasin · 8 years ago
  72. 271dcde Removed histogram merge code that is no longer actively used. by bcwhite · 8 years ago
  73. 09dac60 Reordered PHA methods to match header file. by bcwhite · 8 years ago
  74. 4112871 [Android] Prepare the test runner for @RetryOnFailure. by jbudorick · 8 years ago
  75. 8682a0e Revert of Android: Add support for TraceEvent before the native library is loaded. (patchset #12 id:220001 of https://codereview.chromium.org/1486053003/ ) by wychen · 8 years ago
  76. ae6267c Android: Add support for TraceEvent before the native library is loaded. by lizeb · 8 years ago
  77. ed6e405 mac: Remove IsOSMavericksOrLater() by mark · 8 years ago
  78. 21f4934 Make all tests profilable by fsamuel · 8 years ago
  79. e7d517a Remove all remaining traces of MessageLoopProxy. by thestig · 8 years ago
  80. b4ec92d Pass Functor on BindState constructor by reference by tzik · 8 years ago
  81. 175a8bc Reland of place string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #1 id:1 of https://codereview.chromium.org/2131933002/ ) by markusheintz · 8 years ago
  82. f49682e Revert of Replace string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #2 id:20001 of https://codereview.chromium.org/2121513002/ ) by markusheintz · 8 years ago
  83. 31d3fae Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 8 years ago
  84. c54374f Make memory pressure notifier configurable by bashi · 8 years ago
  85. 00a2959 Replace string::find(prefix) == 0 pattern with base::StartsWith(). by lazyboy · 8 years ago
  86. e611334 Use container::back() and container::pop_back() in base/ and chrome/ by thestig · 8 years ago
  87. 93396d1 Fix incorrect usage of ScopedCallbackRunner.Reset(). by sergeyu · 8 years ago
  88. 935f853 Reland of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (https://codereview.chromium.org/2046593002/ ) by primiano · 8 years ago
  89. 6851cdc Updating FeatureList default initialization pattern by joedow · 8 years ago
  90. c74f6fe Make PendingTask move-only and pass it by value on retaining params by tzik · 8 years ago
  91. df1ea4a Remove base::mac::LibDispatchTaskRunner and migrate its sole client to plain libdispatch. by rsesek · 8 years ago
  92. 49031a1 [Mac] Add base::ScopedDispatchObject. by rsesek · 8 years ago
  93. c3b2b71 Disable Android FRE in demo mode by twellington · 8 years ago
  94. 9b16d21 Re-enable WaitableEventWatcherTest.DeleteUnder on Win. by mattm · 8 years ago
  95. 4eb34d3 Add timeout to the MessageLoop in FilePathWatcherTest by xyzzyz · 8 years ago
  96. ca4b25e Make OwnedWrapper and PassedWrapper move-only by tzik · 8 years ago
  97. 7dc9137 AtExitManager: use std::move() when registering callbacks. by dcheng · 8 years ago
  98. 826ae20 Log histograms on shutdown when verbose logging is on by boriay · 8 years ago
  99. 050e28c Remove unused function from base/process by benwells · 8 years ago
  100. 9219e56 Make the constructor of TaskSchedulerImpl explicit. by fdoray · 8 years ago