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