1. e90fed9 Revert "Add MOCK_TIME mode to ScopedTaskEnvironment :)" by Matt Giuca · 7 years ago
  2. e4b3dae Merged base::ObserverListBase into base::ObserverList. by François Degros · 7 years ago
  3. f4ed434 Add MOCK_TIME mode to ScopedTaskEnvironment :) by Gabriel Charette · 7 years ago
  4. 410338e Fix ObserverListBase iterator. by François Degros · 7 years ago
  5. eeced63 Remove WithBaseSyncPrimitives() from observer_list_unittest.cc. by Francois Doray · 7 years ago
  6. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  7. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  8. a9b608b Remove ScopedTaskScheduler. by Francois Doray · 7 years ago
  9. 0d4f3eb Rename TaskRunner::RunsTasksOnCurrentThread() in //base by Yeol · 7 years ago
  10. 330d83f Rewrite base::Bind to base::BindOnce by tzik · 7 years ago
  11. a56ab0d Follow up to https://chromium-review.googlesource.com/c/544176/ by Scott Graham · 7 years ago
  12. 59d3eb3 Fix various issues with ObserverListThreadSafeTest.CrossThread* by Scott Graham · 7 years ago
  13. b701340 Use constexpr TaskTraits constructor in base (part 2). by fdoray · 7 years ago
  14. 6bdbeb2 Rewrite base::Bind into base::BindOnce on trivial cases in base by tzik · 7 years ago
  15. 5b557dc Allow ObserverListThreadSafe to be used from sequenced tasks. by fdoray · 7 years ago
  16. c469005 Revert of Allow ObserverListThreadSafe to be used from sequenced tasks. (patchset #23 id:440001 of https://codereview.chromium.org/2592143003/ ) by tsergeant · 8 years ago
  17. 157c1d2 Allow ObserverListThreadSafe to be used from sequenced tasks. by fdoray · 8 years ago
  18. 10324ac base: Erase unused FOR_EACH_OBSERVER macro. by loyso · 8 years ago
  19. b98bdc1 Remove gender specific language from src/base by benwells · 8 years ago
  20. ca534d3 Reduce usage of FOR_EACH_OBSERVER macro in base by ericwilligers · 8 years ago
  21. a0fe6b1 Remove base::ObserverList<T>::Iter::GetNext(). by dcheng · 8 years ago
  22. b5f04bd Base ObserverList: Add basic support for standard C++ iterators. by loyso · 8 years ago
  23. 85919bb Remove calls to deprecated MessageLoop methods in base. by fdoray · 8 years ago
  24. 97aefe1 base: Remove most uses of MessageLoopProxy by skyostil · 9 years ago
  25. c5c108d Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 9 years ago
  26. cbedda7 base: Remove use of MessageLoopProxy by skyostil · 9 years ago
  27. 3c02ea2 Clean up ObserverList Pointers to use nullptr instad of NULL or 0 by robliao · 9 years ago
  28. 499bb29 Update {virtual,override} to follow C++11 style in base. by nick · 9 years ago
  29. 57b1bc5 Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile. by reillyg · 10 years ago
  30. 9081046 ObserverList::HasObserver now takes a const pointer. by mgiuca · 10 years ago
  31. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  32. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  33. a521af4 Improve spelling of "notification". by tnagel@chromium.org · 10 years ago
  34. 3f7e0b8 Revert 268203 "There are many ways to get it wrong." by benjhayden@chromium.org · 10 years ago
  35. c5bef6f There are many ways to get it wrong. by tnagel@chromium.org · 10 years ago
  36. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  37. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  38. 506c208 base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. by tfarina@chromium.org · 11 years ago
  39. 7d4a0ec base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by tfarina@chromium.org · 12 years ago
  40. fc6f929 Revert 180547 (didn't help) by thakis@chromium.org · 12 years ago
  41. c5ebb34 Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest by thakis@chromium.org · 12 years ago
  42. f77d8d4 base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). by tfarina@chromium.org · 12 years ago
  43. 56d7195 base: Update calls froms RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  44. 4caddb0 base: Reverse the parameters passed to EXPECT_EQ in ObserverList test. by tfarina@chromium.org · 12 years ago
  45. 2774420 base: Fix minor warnings reported by cppcheck. by tfarina@chromium.org · 12 years ago
  46. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  47. 27c8ca7 Working around a bug in VS2010 Express compiler causing two objects to be aliased while they clearly should not be. by alexeypa@chromium.org · 12 years ago
  48. 7029710 Remove MessageLoop::QuitTask() from base. by dcheng@chromium.org · 13 years ago
  49. 1aab77c Make ObserverListThreadSafe key its observers by PlatformThreadId instead of MessageLoop. by rsesek@chromium.org · 13 years ago
  50. 22d6756 base::Bind: Cleanup in base/observer_list*. by jhawkins@chromium.org · 13 years ago
  51. 2bc73e7 Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  52. 9c28994 Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  53. 6827f0a Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  54. a7d2bc4 Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by akalin@chromium.org · 13 years ago
  55. 99e63d9 Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by thakis@chromium.org · 13 years ago
  56. dd92bef Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by jam@chromium.org · 13 years ago
  57. cbec5fb Fix bug in ObserverListThreadsafe::RemoveObserver by akalin@chromium.org · 13 years ago
  58. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  59. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  60. 9fc8707 Reland r62959 without the changes to histogram.cc, in hopes it won't break tab_switching_test, and without the changes to tools_sanity_unittest.cc, which have already been relanded separately. by pkasting@chromium.org · 14 years ago
  61. 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
  62. 819a34e Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
  63. 2777ca5 Fix removal of multiple observers in ObserverListThreadSafe. by willchan@chromium.org · 14 years ago
  64. 57c5630 Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 15 years ago
  65. 38cc849 Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 15 years ago
  66. d0984d4 Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 15 years ago
  67. d52d47f Fix up some style guide violations wrt aligning function arguments. by willchan@chromium.org · 15 years ago
  68. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  69. cd3a707 Improve the run time of base_unittests by about 20s by reducing timeouts in by phajdan.jr@chromium.org · 15 years ago
  70. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  71. 5874ffb Fix some leaks in observer_list_unittest by erikkay@google.com · 16 years ago
  72. b92a56b Adds the ability for ObserverList to not notify observers added during by sky@google.com · 16 years ago
  73. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  74. 877d203 Create a thread-safe observer list. Will be used by SystemMonitor. by mbelshe@google.com · 16 years ago
  75. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  76. 15f4b11 Add observer_list_unittest.cc to base test target. Fix gcc warnings with virtual methods w/ non-virtual dtor and members being initialized in the init-list in the wrong order. by pinkerton@google.com · 16 years ago
  77. 3f4a732 Add base to the repository. by initial.commit · 16 years ago