1. a521af4 Improve spelling of "notification". by tnagel@chromium.org · 10 years ago
  2. 3f7e0b8 Revert 268203 "There are many ways to get it wrong." by benjhayden@chromium.org · 10 years ago
  3. c5bef6f There are many ways to get it wrong. by tnagel@chromium.org · 10 years ago
  4. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  5. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  6. 506c208 base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. by tfarina@chromium.org · 11 years ago
  7. 7d4a0ec base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by tfarina@chromium.org · 12 years ago
  8. fc6f929 Revert 180547 (didn't help) by thakis@chromium.org · 12 years ago
  9. c5ebb34 Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest by thakis@chromium.org · 12 years ago
  10. f77d8d4 base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). by tfarina@chromium.org · 12 years ago
  11. 56d7195 base: Update calls froms RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  12. 4caddb0 base: Reverse the parameters passed to EXPECT_EQ in ObserverList test. by tfarina@chromium.org · 12 years ago
  13. 2774420 base: Fix minor warnings reported by cppcheck. by tfarina@chromium.org · 12 years ago
  14. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  15. 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
  16. 7029710 Remove MessageLoop::QuitTask() from base. by dcheng@chromium.org · 13 years ago
  17. 1aab77c Make ObserverListThreadSafe key its observers by PlatformThreadId instead of MessageLoop. by rsesek@chromium.org · 13 years ago
  18. 22d6756 base::Bind: Cleanup in base/observer_list*. by jhawkins@chromium.org · 13 years ago
  19. 2bc73e7 Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  20. 9c28994 Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  21. 6827f0a Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  22. 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
  23. 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
  24. 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
  25. cbec5fb Fix bug in ObserverListThreadsafe::RemoveObserver by akalin@chromium.org · 13 years ago
  26. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  27. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  28. 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
  29. 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
  30. 819a34e Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
  31. 2777ca5 Fix removal of multiple observers in ObserverListThreadSafe. by willchan@chromium.org · 14 years ago
  32. 57c5630 Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  33. 38cc849 Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  34. d0984d4 Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  35. d52d47f Fix up some style guide violations wrt aligning function arguments. by willchan@chromium.org · 14 years ago
  36. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  37. cd3a707 Improve the run time of base_unittests by about 20s by reducing timeouts in by phajdan.jr@chromium.org · 15 years ago
  38. 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
  39. 5874ffb Fix some leaks in observer_list_unittest by erikkay@google.com · 16 years ago
  40. b92a56b Adds the ability for ObserverList to not notify observers added during by sky@google.com · 16 years ago
  41. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  42. 877d203 Create a thread-safe observer list. Will be used by SystemMonitor. by mbelshe@google.com · 16 years ago
  43. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  44. 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
  45. 3f4a732 Add base to the repository. by initial.commit · 16 years ago