1. ddd442d Make ObserverList non-inline to save 90KB with gcc by bratell@opera.com · 10 years ago
  2. aaa7250 Fix possible naming conflict in macro. by finnur@chromium.org · 11 years ago
  3. 9eb60b7 Don't expose ObserverList::Size() by caitkp@chromium.org · 11 years ago
  4. d276ffa Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*" by akalin@chromium.org · 11 years ago
  5. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  6. 8b83eae Change O(n^2) loop to O(n) in ObserverListBase::Compact(). by asvitkine@chromium.org · 13 years ago
  7. c4cbacf Speed up observers list notifcation macro when list is empty by jar@chromium.org · 13 years ago
  8. 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
  9. 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
  10. 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
  11. cbec5fb Fix bug in ObserverListThreadsafe::RemoveObserver by akalin@chromium.org · 13 years ago
  12. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  13. cebf2a3 Clean up some Observer code. Original patch by Thiago Farina (see http://codereview.chromium.org/1725007 ), r=me. by pkasting@chromium.org · 14 years ago
  14. 57c5630 Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  15. 38cc849 Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  16. d0984d4 Switch NetworkChangeNotifier implementations to use ObserverList. by willchan@chromium.org · 14 years ago
  17. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  18. 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
  19. b92a56b Adds the ability for ObserverList to not notify observers added during by sky@google.com · 16 years ago
  20. a68cfa4 This CL adds new UI tests for the SSL UI. Some more info: by jcampan@chromium.org · 16 years ago
  21. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  22. f327280 Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-) by darin@google.com · 16 years ago
  23. 94a9d91 Fix gcc/msvc differences by pinkerton@google.com · 16 years ago
  24. 3f4a732 Add base to the repository. by initial.commit · 16 years ago