1. a6ffd7d base::Bind: Cleanup in base/observer_list*. by [email protected] · 14 years ago
  2. c62dd9d Delete Tracked, and move Location to its own file. by [email protected] · 14 years ago
  3. edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
  4. 920b1fe Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  5. e8ae300c Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  6. 381455c Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  7. 71fb1333 [Sync] Split DirectoryChangeListener for thread-safety by [email protected] · 14 years ago
  8. 631739f Fix bug in ObserverListThreadsafe::RemoveObserver by [email protected] · 14 years ago
  9. 2b62324 iwyu: Use callback_old.h where appropriate, part 1. by [email protected] · 14 years ago
  10. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  11. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  12. bf68712 Add workaround for VS2005 compile error introduced by r70933 by [email protected] · 15 years ago
  13. 9230ac4 Made ObserverListThreadSafe's destructor private since it's ref-counted. by [email protected] · 15 years ago
  14. 3c0d45e Fix removal of multiple observers in ObserverListThreadSafe. by [email protected] · 15 years ago
  15. f02640dd Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it. by [email protected] · 15 years ago
  16. f994f47b FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. by [email protected] · 15 years ago
  17. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  18. 5097dc8 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by [email protected] · 15 years ago
  19. 8efa680 Revert everything related to the relanding. by [email protected] · 15 years ago
  20. a91e1409 Reland r52336. by [email protected] · 15 years ago
  21. f1d9428 Revert 52336 - More header cleanup: by [email protected] · 15 years ago
  22. 90242e9e More header cleanup: by [email protected] · 15 years ago
  23. 66761b95 Massively simplify the NetworkChangeNotifier infrastructure: by [email protected] · 15 years ago
  24. fc29bc70 Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and base directories. by [email protected] · 15 years ago
  25. 2041cf34 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by [email protected] · 16 years ago
  26. 0586b0e Fix up some style guide violations wrt aligning function arguments. by [email protected] · 16 years ago
  27. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  28. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  29. c2b11ae Add a TODO from Jar. Review URL: http://codereview.chromium.org/9262 by [email protected] · 17 years ago
  30. 821f503 The base unittests were succeeding for the isolated by [email protected] · 17 years ago
  31. 67bdbe0 Make the SystemMonitor observer list thread safe. by [email protected] · 17 years ago
  32. 503631c Create a thread-safe observer list. Will be used by SystemMonitor. by [email protected] · 17 years ago