1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. 1851672 Remove usage of SequencedWorkerPoolOwner. by Francois Doray · 6 years ago
  3. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  4. 274bec8 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 7 years ago
  5. 0be6f74 Fix flake in TimerTest.OneShotTimer_CustomTaskRunner by Scott Graham · 7 years ago
  6. 0d4f3eb Rename TaskRunner::RunsTasksOnCurrentThread() in //base by Yeol · 7 years ago
  7. 330d83f Rewrite base::Bind to base::BindOnce by tzik · 7 years ago
  8. b4a7cd4 Make base::Timer sequence-friendly. by gab · 7 years ago
  9. 55d7a1e Fix use-after-free in base::Timer::StopAndAbandon() by pkotwicz · 8 years ago
  10. d8b1065 Revert of GetTimeToCallback() returns estimated time to callback. (patchset #5 id:80001 of https://codereview.chromium.org/2557663002/ ) by gab · 8 years ago
  11. 5a346a3 GetTimeToCallback() returns estimated time to callback. by drcrash · 8 years ago
  12. 9a63aa2 Fix cases where RunLoop is created without a MessageLoop. by ahest · 8 years ago
  13. ccd5b95 Modernize TimerTests prior to https://codereview.chromium.org/2491613004 by gab · 8 years ago
  14. 9f1f3a0 Use a TickClock instead of TimeTicks::Now() in Timer. by jameswest · 8 years ago
  15. 85919bb Remove calls to deprecated MessageLoop methods in base. by fdoray · 8 years ago
  16. 5f4c20c Use ThreadTaskRunnerHandle instead of MessageLoop::current() in base/. by fdoray · 8 years ago
  17. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  18. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  19. 3617705 Revert of Use SequenceChecker to allow Timer to run in SequencedWorkerPool (patchset #6 id:100001 of https://codereview.chromium.org/1433373003/ ) by jsbell · 9 years ago
  20. 266492c Use SequenceChecker to allow Timer to run in SequencedWorkerPool by jsbell · 9 years ago
  21. 85d43f4 base: Template methods on Timer classes instead of the classes themselves. by danakj · 9 years ago
  22. 9c17099 c++11: Allow in-class member initialization by hashimoto · 10 years ago
  23. 4dec79e Add support to base::Timer for custom task runners. by petrcermak · 10 years ago
  24. db9105a Removes MessageLoop::TYPE_XXX where possible by sky@chromium.org · 11 years ago
  25. 38b986c Adding tests for repeating timers with 0 delay. by qsr@chromium.org · 11 years ago
  26. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  27. b45ec93 Use a direct include of time headers in base/, part 2. by avi@chromium.org · 11 years ago
  28. 1c519e9 Move timing files into base/time and base/timer, install forwarding headers. by avi@chromium.org · 11 years ago[Renamed from base/timer_unittest.cc]
  29. 2813e58 Use base::MessageLoop in more files. by xhwang@chromium.org · 11 years ago
  30. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  31. 3b5d147 base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). by tfarina@chromium.org · 12 years ago
  32. 44fe4d7 Change explicit usage of each type of message loop in TimerTest to instead loop through an array of message loop types. by leng@chromium.org · 12 years ago
  33. 1800183 Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 12 years ago
  34. 6b9f4ab Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by aa@chromium.org · 12 years ago
  35. 559a913 Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 12 years ago
  36. a089b99 Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks." by rnk@chromium.org · 12 years ago
  37. e2460cd Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 12 years ago
  38. 3c0bc35 Flakiness cleanup: disable flaky tests under base/ by evan@chromium.org · 12 years ago
  39. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  40. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  41. ad6a345 Update base/timer.h code to pass through Location from call sites. (reland) original CL w/LGTMs: http://codereview.chromium.org/7812036/ by jbates@chromium.org · 13 years ago
  42. e32a2be Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by mattm@chromium.org · 13 years ago
  43. 0d16c33 Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so the original code that created the delayed callback is lost. by jbates@chromium.org · 13 years ago
  44. 5fcf787 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by jeanluc@chromium.org · 13 years ago
  45. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  46. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  47. ba1d946 Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) by thestig@chromium.org · 14 years ago
  48. ded2896 FBTF: Remove unneeded headers from base/ (part 10) by thestig@chromium.org · 14 years ago
  49. c753303 clang/mac: Fix most problems in unittest targets in webkit.gyp by thakis@chromium.org · 14 years ago
  50. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  51. 0cafffe Mark some disabled tests as flaky to increase test coverage. by phajdan.jr@chromium.org · 15 years ago
  52. 6d3b54a Disable flaky TimerTest.DelayTimer_Reset test. by phajdan.jr@chromium.org · 15 years ago
  53. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  54. f589086 Add a test to DelayTimer ensure that the callback is never by agl@chromium.org · 15 years ago
  55. 65f87ac Build fix by agl@chromium.org · 15 years ago
  56. 31de02e Bitmap transport by agl@chromium.org · 15 years ago
  57. 7d5b058 Fix a memory error when a timer task deleles its by huanr@chromium.org · 15 years ago
  58. e0efec8 Redo fix from yesterday. by mbelshe@google.com · 16 years ago
  59. 77d21db Revert the timer code again because even after relanding by nsylvain@chromium.org · 16 years ago
  60. d43874d Reland 6190 now that the tree is green to see if by nsylvain@chromium.org · 16 years ago
  61. 983e1e5 Revert 6190 to see if it's the cause of the 100+ new regressions by nsylvain@chromium.org · 16 years ago
  62. 3c22083 Found a bug in the BaseTimer (used by OneShotTimer). by mbelshe@google.com · 16 years ago
  63. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  64. be165ae Eliminate the TimerManager by pulling its priority queue into MessageLoop. This CL also eliminates TaskBase by creating a simple PendingTask struct that is allocated inline within a std::queue used to implement the queues in the MessageLoop class. by darin@google.com · 16 years ago
  65. de47be7 Revert r1648 in timer_unittest.cc, this was for testing and should have never by mmentovai@google.com · 16 years ago
  66. 8dc1988 Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member variables into the Task subclass. by darin@google.com · 16 years ago
  67. aa13be6 Set svn:eol-style = LF on files in base from which it is missing by mmentovai@google.com · 16 years ago
  68. 0b8a30c Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. by darin@google.com · 16 years ago
  69. 3a793ae fix broken test that assumed it could cache MessageLoop::current() in a static variable by darin@google.com · 16 years ago
  70. d936b5b Allow consumers of MessageLoop to specify the type of MessageLoop they want. by darin@google.com · 16 years ago
  71. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  72. 1e0dab2 Enable -Werror on the Mac. Fix two more warnings just added to our build. Note that the targets for libskia and libicuuc still exclude themselves from -Werror. by mmentovai@google.com · 16 years ago
  73. 9713786 Add a trailing EOL to source files. This eliminates warnings in GCC. by deanm@google.com · 16 years ago
  74. ee6fa72 by darin@google.com · 16 years ago
  75. f75dfb6 by darin@google.com · 16 years ago
  76. 5e4ef42 Make timer.cc portable by factoring its Windows bits into MessageLoop. by darin@google.com · 16 years ago
  77. 3f4a732 Add base to the repository. by initial.commit · 16 years ago