1. 04cf705 Removed 'anonymous' from namespace, added whitespace in thread_restrictions.cc by jkardatzke · 9 years ago
  2. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  3. 3242e1a Use #if DCHECK_IS_ON() in base/threading/thread_checker.h by olli.raula · 9 years ago
  4. fc28020 Update flow events tracing in SequencedWorkerPool::Inner::PostTask and SequencedWorkerPool::Inner::ThreadLoop to use Flow v2. by yuhaoz · 9 years ago
  5. e0bb0df base/threading: fix a potential race issue on start_event_ by toyoshim · 9 years ago
  6. eeb54ee base/threading: remove ScopedTracker placed for experiments by toyoshim · 9 years ago
  7. f43fbcd base: Move DelayedTaskBasic out of TaskRunnerTest. by dcastagna · 9 years ago
  8. 790005b POSIX: Delete ThreadParams on newly created threads ASAP. by thestig · 9 years ago
  9. 2b33ab5 base/threading: Lazy thread startup for pthreads by toyoshim · 9 years ago
  10. 979aba2 base: Move RunsTasksOnCurrentThread out of TaskRunnerTest. by dcastagna · 9 years ago
  11. 402ef73 base/threading: measure event wait times by toyoshim · 9 years ago
  12. a76969c PlatformThreadHandle: remove public id() interface by toyoshim · 9 years ago
  13. 18c3dd3 WorkerPool: Support clean shutdown on POSIX. by yzshen · 9 years ago
  14. 532079a base/threading: Move Create() to share from all platforms by toyoshim · 9 years ago
  15. 1f632fd Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TSAN error. by amistry · 9 years ago
  16. bdebfa1 base/threading: restrict to set only current thread priority by toyoshim · 9 years ago
  17. feeb167 Add some missing virtual destructors to base classes. by derat · 9 years ago
  18. 0563657 Increase priority of raster threads on Android. by aelias · 9 years ago
  19. 9adf8ab MessageLoop: wire the unused static method in base::Thread (follow-up cleanup) by kinuko · 9 years ago
  20. 879553f Change a bug reference in a comment. by thakis · 9 years ago
  21. 0017391 Thread priority sticked to REALTIME_AUDIO on Linux by toyoshim · 9 years ago
  22. 9368ac0 base: Remove MessageLoopProxy by skyostil · 9 years ago
  23. f4a9f68 Stop crashing in NetworkChangeNotifierMac when running tests. by esprehn · 9 years ago
  24. 9e63808 Remove base::Thread::SetPriority() interface by toyoshim · 9 years ago
  25. 5100616 Remove base::SimpleThread::SetThreadPriority() interface by toyoshim · 9 years ago
  26. 13abeec base: Don't crash in Thread::task_runner() if the thread isn't running by skyostil · 9 years ago
  27. ac4b2f2 Move safe_strerror to posix directory and the base namespace. by brettw · 9 years ago
  28. a4d8e67 Fix to set RenderThread priority correctly on Linux by toyoshim · 9 years ago
  29. 54803cb base/threading: introduce ThreadPriority to Thread::Options by toyoshim · 9 years ago
  30. 7f76f89 base/threading: minor cleanups to remove friend class by toyoshim · 9 years ago
  31. 8b3ccd7 Remove ScopedProfiler in Thread::StartWithOptions by kinuko · 9 years ago
  32. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  33. 4ad9959 Temporarily re-add ScopedTracker in Thread::StartWithOptions for follow-up by kinuko · 9 years ago
  34. f25405c Reland (3rd try): Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  35. 9545b13 Revert of Reland: Lazily initialize MessageLoop for faster thread startup (patchset #5 id:160001 of https://codereview.chromium.org/1129953004/) by glider · 9 years ago
  36. f15caee Reland: Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  37. ac5567d Cleanup base profiler initialization code. by asvitkine · 9 years ago
  38. 7246e84 Revert of Lazily initialize MessageLoop for faster thread startup (patchset #28 id:870001 of https://codereview.chromium.org/1011683002/) by kinuko · 9 years ago
  39. a6b5bf4 Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  40. 4e6abe9 base: Remove more use of MessageLoopProxy by skyostil · 9 years ago
  41. f8037ff Revert of Revert some other possible suspects of a 0.43% size increase of setup.exe: https://build.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1124563003/) by dbeam · 9 years ago
  42. 95137ad Revert some other possible suspects of a 0.43% size increase of setup.exe: https://build.chromium.org/p/chromium/builders/Win/builds/31562 by Dan Beam · 9 years ago
  43. caf00a4 Avoid unnecessary memory allocations at PlatformThread::SetName() by mikhail.pozdnyakov · 9 years ago
  44. 498a637 Cleanup: removing unused descendants information from tracked objects. by vadimt · 9 years ago
  45. 97aefe1 base: Remove most uses of MessageLoopProxy by skyostil · 9 years ago
  46. c5c108d Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 9 years ago
  47. cbedda7 base: Remove use of MessageLoopProxy by skyostil · 9 years ago
  48. ac595c6 GN Windows build fixes by brettw · 9 years ago
  49. 7458790 Allow Waitable event to be used to intentionally hang the UI thread for debugging purposes. by erikwright · 9 years ago
  50. 499bb29 Update {virtual,override} to follow C++11 style in base. by nick · 9 years ago
  51. 66c2db8 Modify instrumentation for various jank bugs, mostly removing outdated sites. by pkasting · 10 years ago
  52. 5285ef9 Turn ThreadPriority enum into an enum class. by gab · 10 years ago
  53. 1232dda Add full SetThreadPriority support to Windows. by gab · 10 years ago
  54. f3e881d thread_local_unittest: Avoid invalid casts to polymorphic type. by pcc · 10 years ago
  55. a75735e Base: Change task posting logic to SequencedWorkerPool during shutdown. by erikchen · 10 years ago
  56. 15b5300 Deduplicate PlatformThread's POSIX implementations of SetThreadPriority. by gab · 10 years ago
  57. a1f0341 Base: Fix another deadlock during shutdown of SequencedWorkerPool. by erikchen · 10 years ago
  58. d40295f base: Stop passing by non-const references in some more places. by danakj · 10 years ago
  59. a2e12b7 Add ScopedTrackers to measure the jank of base::Thread::StartWithOptions(). by eroman · 10 years ago
  60. a7ea666 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  61. 6736690 Remove the stack size limit from the posix worker pool. by jochen · 10 years ago
  62. de6142a base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes. by danakj · 10 years ago
  63. 651c3e2 base: Add/Fix namespace closing comments. by danakj · 10 years ago
  64. d99a1c1 Base: Fix a deadlock during shutdown of SequencedWorkerPool. by erikchen · 10 years ago
  65. 0965f11 Add ScopedAllowWait to TaskGraphRunner to Avoid Crash in Shutdown by weiliangc · 10 years ago
  66. ddb005d Assert RendererScheduler thread usage by jdduke · 10 years ago
  67. 1b051d4 Mechanical rename of tracing includes for /base by primiano · 10 years ago
  68. c96c705 Fix variable shadowing in TLS code on VS2015 by scottmg · 10 years ago
  69. ddf2b79 Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). by charliea · 10 years ago
  70. 49481fa Use ThreadData::Now() for TrackingInfo::time_posted initialization by jdduke · 10 years ago
  71. ca87abb Standardize usage of virtual/override/final specifiers in base/. by dcheng · 10 years ago
  72. c410f37 Increase the stack size in ThreadTest.StartWithOptions_StackSize under ASan on Mac. by glider · 10 years ago
  73. d3dea9a Exclude unused functions for NaCl code path. by mazda · 10 years ago
  74. 6c709f0 Creating infrastructure for profiler instrumentation only in developer build and Canary channel. by vadimt · 10 years ago
  75. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  76. dd7aaa0 Cleanup: Better constify some strings in base. by thestig · 10 years ago
  77. 840bfe1 Don't shadow variables (same name in scope) by cpu · 10 years ago
  78. 1c936f2 Remove dead declarations for a nonexistent class. by palmer · 10 years ago
  79. cc628e0 Remove some friend declarations in ThreadRestrictions that are no more needed. by kinaba · 10 years ago
  80. e412125 Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
  81. 8085139 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 10 years ago
  82. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  83. 8d73106 Microbenchmark for the cost of posting tasks to different pump types by jamesr · 10 years ago
  84. b98bbb8 Disable TLS destructor tests on Win x64 incremental by scottmg · 10 years ago
  85. 29787df Creating a framework for suppressing pollution of the profiler data and applying for know cases of pollution. by vadimt · 10 years ago
  86. 68e5a70 Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug." by earthdok · 10 years ago
  87. 60f526e Move more metrics classes to metrics namespace. by asvitkine · 10 years ago
  88. c18b6cc Linux, Android: fix call to setpriority(2). by jln@chromium.org · 10 years ago
  89. 84326df Makes HandleWatcher block until no longer waiting on pipe by sky@chromium.org · 10 years ago
  90. 4aea001 Separate ResizeHelper from RenderWidgetHelper by ccameron@chromium.org · 10 years ago
  91. c9ff378 Introduce task_runner() accessors for both base::Thread and base::MessageLoop by rsleevi@chromium.org · 10 years ago
  92. 0b4f8e5 Change g_native_tls_key to be 32-bit wide to match underlying type. by wfh@chromium.org · 10 years ago
  93. 5e65bd0 Maximise timer slack for Sync thread by jeremy@chromium.org · 10 years ago
  94. b8a7a7e make debug mode ~20% faster on linux by hubbe@chromium.org · 10 years ago
  95. a3d1e3f [POSIX] Fix pthread_create check by boliu@chromium.org · 10 years ago
  96. ec683a7 Switch thread_local to use ThreadPlatformStorage in Android by michaelbai@chromium.org · 10 years ago
  97. 5b29c25 Cleanup random bits of base/. by thestig@chromium.org · 10 years ago
  98. 8b6f9d7 base: Test the cost of adding observers on message loops. by epenner@chromium.org · 10 years ago
  99. 6612247 Support COM in SequencedWorkerPool. This will be used by some code that by pkasting@chromium.org · 10 years ago
  100. 7e8ecc7 base::Thread will store its |name| as a string, so take the name as a string by pkasting@chromium.org · 11 years ago