1. 5c819dc Renable PosixDynamicThreadPoolTest.Basic on TSAN v2. by [email protected] · 12 years ago
  2. 24d651b Enable the following tests back under ThreadSanitizer v2: by [email protected] · 12 years ago
  3. cb48f66 Disable PosixDynamicThreadPoolTest.Basic on TSAN. by [email protected] · 12 years ago
  4. d86c06c Disable the tests failing under TSan because of incorrect assumptions about the threadpool size: by [email protected] · 12 years ago
  5. 018ab87 Revert 222826 "Copy the thread name to the stack for debugging p..." by [email protected] · 12 years ago
  6. ca08135 Annotate WorkerPool::PostTaskAndReply as leaky. by [email protected] · 12 years ago
  7. f9be1053 Fix --trace-shutdown with thread-local tracing. by [email protected] · 12 years ago
  8. a92325c [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join. by [email protected] · 12 years ago
  9. e83eca10 Make the lazy TLS pointer in SWP into a LeakyLazyInstance. by [email protected] · 12 years ago
  10. 58f0364 Copy the thread name to the stack for debugging purposes. by [email protected] · 12 years ago
  11. c8e8cb94 Enable high resolution time for TimeTicks::Now on Windows Canary by [email protected] · 12 years ago
  12. b8a4cd2 Allow waiting in NestedMessagePumpAndroid. by [email protected] · 12 years ago
  13. ff448ed Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead of MessageLoopProxy::current(). by [email protected] · 12 years ago
  14. 2b75b37 Init uninitialized member in ctor. by [email protected] · 12 years ago
  15. 05224701 Remove spammy setpriority() failure message. Stylize. by [email protected] · 12 years ago
  16. 5cf56f8a Move a Thread's MessageLoop to the heap so it acts as a real object for leak reports. by [email protected] · 12 years ago
  17. 349ad58 Making a way to create thread with a Java Looper for Android by [email protected] · 12 years ago
  18. d52426c base: Re-re-apply WeakPtr support for SequencedWorkerPools by [email protected] · 12 years ago
  19. 8e76597 Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..." by [email protected] · 12 years ago
  20. 5c0b443 base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock by [email protected] · 12 years ago
  21. 495cad9 Use a direct include of the message_loop header in base/. by [email protected] · 12 years ago
  22. 44cd9b16 Abort SandboxedUnpacker::RewriteImageFiles on browser shutdown by [email protected] · 12 years ago
  23. cbf9e38 base: Re-commit SequencedWorkerPool globally unique tokens with unused variable fix by [email protected] · 12 years ago
  24. 7ddc08e0 Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..." by [email protected] · 12 years ago
  25. b207f13 Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..." by [email protected] · 12 years ago
  26. fc214c0 Revert 210423 "base: Make SequencedWorkerPool issue globally uni..." by [email protected] · 12 years ago
  27. b7c0fb6 base: Make SequencedWorkerPool issue globally unique SequenceTokens. by [email protected] · 12 years ago
  28. 8f9a3a5 Use a direct include of time headers in base/, part 2. by [email protected] · 12 years ago
  29. 24ad9ea1 content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on Android. by [email protected] · 12 years ago
  30. 75256da Make ifdef condition consistent in platform_thread_linux.cc. by [email protected] · 12 years ago
  31. 02c29b38 Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/. by [email protected] · 12 years ago
  32. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  33. c851cfd Use a direct include of strings headers in base/. by [email protected] · 12 years ago
  34. 2835b47 posix thread: Attempt to set audio threads to real time. by [email protected] · 12 years ago
  35. 9e715412 Use base::MessageLoop in more files. by [email protected] · 12 years ago
  36. 265fff3 Move Thread Name Mapping into ThreadFunc. by [email protected] · 12 years ago
  37. 54e6ff8 Reland: base: Support setting thread priorities generically. by [email protected] · 12 years ago
  38. 5686b17 Revert 201202 "base: Support setting thread priorities generically." by [email protected] · 12 years ago
  39. a688c89 base: Support setting thread priorities generically. by [email protected] · 12 years ago
  40. 66e2d88 NaCl: Remove unnecessary nacl_syscalls.h #include by [email protected] · 12 years ago
  41. c9f977b base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. by [email protected] · 12 years ago
  42. 4f60d80 Regularize storage monitor creation in Windows. by [email protected] · 12 years ago
  43. f4b43912 Log errno if pthread_create() fails by [email protected] · 12 years ago
  44. 13ecb5e9 Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interactive_ui test, browser_tests... pretty much all gtest based content library test harnesses are affected. by [email protected] · 12 years ago
  45. 968bf9d Set correct thread priority on Linux. by [email protected] · 12 years ago
  46. 4402478 Delete delayed tasks upon worker pool shutdown. by [email protected] · 12 years ago
  47. 2e2917c9 Let sequence-checking work from a SequencedWorkerPool task's destructor by [email protected] · 13 years ago
  48. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  49. dfa049e Move string_number_conversions to base/strings. by [email protected] · 13 years ago
  50. cb4bf8d Revert "GTTF: Add missing virtual destructors." by [email protected] · 13 years ago
  51. 0672752c GTTF: Add missing virtual destructors. by [email protected] · 13 years ago
  52. f7b98b3 base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. by [email protected] · 13 years ago
  53. 70760a7 Allow BrowserTestBase to do wait. by [email protected] · 13 years ago
  54. 4f4b047 Set Realtime Audio Thread priority on Android by [email protected] · 13 years ago
  55. dd18b11a Use LOG_GETLASTERROR in more cases in base/ by [email protected] · 13 years ago
  56. 7d342e88 Add ability to retrieve a thread_name given a thread_id. by [email protected] · 13 years ago
  57. 226122f1 Go back to using mach_thread_self for Mac thread IDs, sort of. by [email protected] · 13 years ago
  58. e9875de7 cc: Set ui/gpu/cc/ipc/upload/raster thread priorities. by [email protected] · 13 years ago
  59. c01c264 Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test. by [email protected] · 13 years ago
  60. f3c697c5 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by [email protected] · 13 years ago
  61. 91cae259 base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). by [email protected] · 13 years ago
  62. 270f2cf SharedWorkerPool.Shutdown(int max_new_blocking_tasks) by [email protected] · 13 years ago
  63. deb682b1 Add comments about memory behavior of SWP tasks with the same sequence token by [email protected] · 13 years ago
  64. 18280ae4 Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2. by [email protected] · 13 years ago
  65. d3eada5 Use Netlink instead of NetworkManager (via D-bus) to monitor network by [email protected] · 13 years ago
  66. 0a10adc6 Allow MessagePumpDefault to wait when there is no pending work. by [email protected] · 13 years ago
  67. f42482e base: Constantify thread_name() getter accessor. by [email protected] · 13 years ago
  68. 1f18bfe base: Update calls froms RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  69. 1808285 Move remaining files in content\browser\renderer_host to content namespace. by [email protected] · 13 years ago
  70. 458e952 Add methods to base::Thread to allow Windows consumers to ask for COM to be intialized on the Thread. by [email protected] · 13 years ago
  71. 96baf3e cc: Rename cc classes and members to match filenames by [email protected] · 13 years ago
  72. eb39819 Move a bunch of code in content\common (as well as a few left in renderer) to the content namespace. by [email protected] · 13 years ago
  73. c753e25a Revert "cc: Rename cc classes and members to match filenames" by [email protected] · 13 years ago
  74. 184fac5 cc: Rename cc classes and members to match filenames by [email protected] · 13 years ago
  75. 5a6915cb Aura: Allow browser UI thread waiting for compositor commits. by [email protected] · 13 years ago
  76. b35254d Initial implementation of AutoThread. by [email protected] · 13 years ago
  77. efbee2031 Cleanup: IWYU for base/time.h. Also fix misc lint errors. by [email protected] · 13 years ago
  78. c7cdaeb9 Call Stop() from all destructors of base::Thread subclasses (except for a couple that ensure Stop() has already been called). by [email protected] · 13 years ago
  79. 113d2ac - Implement delayed task posting for SequencedWorkerPool. by [email protected] · 13 years ago
  80. 2c391df Trace PostTasks from post to run. by [email protected] · 13 years ago
  81. 22c5f086 Add WebView implementation for CookieManager. by [email protected] · 13 years ago
  82. b404d350 Make sure that shutdown blocking SequencedWorkerPool use Critical Closures. by [email protected] · 13 years ago
  83. 8f09b24 Cleanup - delete a pair of unneeded files. by [email protected] · 13 years ago
  84. 9e9999d8 Support profiling of tasks run as sequenced_tasks by [email protected] · 13 years ago
  85. 1968d977 Enable parts of base_untrusted that are used by remoting client by [email protected] · 13 years ago
  86. bff7f4cd Give the post-and-reply worker pool test a chance to finish on iOS by [email protected] · 13 years ago
  87. 7abf72d Don't set "unlimited" stacks on iOS by [email protected] · 13 years ago
  88. bdb2e10 Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHUTDOWN tasks by [email protected] · 13 years ago
  89. fc4616f Move more files into the content namespace. by [email protected] · 13 years ago
  90. 2a0f1e8 Switch to TimeDelta interface for process waiting functions in base. by [email protected] · 13 years ago
  91. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  92. 95bbcc7 RefCounted types should not have public destructors by [email protected] · 13 years ago
  93. 7329734 Increase worker thread stack size for AddressSanitizer. This is especially required for debug builds, since ASAN uses a lot more stack and otherwise causes it to crash. by [email protected] · 13 years ago
  94. a571ce85 Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is set by [email protected] · 13 years ago
  95. 8558841 Don't rely on undefined macro behaviour in unit tests. by [email protected] · 13 years ago
  96. e22f2de8 Fix thread_restrictions ifdef by [email protected] · 13 years ago
  97. cb93248 RefCounted types should not have public destructors, base/ edition by [email protected] · 13 years ago
  98. f3ef72c Switch thread_restrictions to use the same ifdef flags as thread_checker. by [email protected] · 13 years ago
  99. 81c309c Update documentation for base::ThreadChecker by [email protected] · 13 years ago
  100. beea992 Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta. by [email protected] · 13 years ago