1. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  2. 4ec0dff Switch to static_assert in base/. by avi · 10 years ago
  3. c250e03 Remove "using" for ObserverListThreadsafe namespace. by brettw · 10 years ago
  4. 5a1613dc Move ObserverList to base namespace. by brettw · 10 years ago
  5. d5ca2bc Move Tuple to base namespace. by brettw · 10 years ago
  6. 054861d base: Remove most uses of MessageLoopProxy by skyostil · 10 years ago
  7. 7669182 Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 10 years ago
  8. 62aa5ca base: Remove use of MessageLoopProxy by skyostil · 10 years ago
  9. 6f5e423 Clean up ObserverList Pointers to use nullptr instad of NULL or 0 by robliao · 10 years ago
  10. 4ef352d base: Stop passing a non-const ref to ObserverListBase::Iterator. by danakj · 10 years ago
  11. 71ef42db base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes. by danakj · 10 years ago
  12. 9a77a72 Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile. by reillyg · 11 years ago
  13. 662b3e4 Simplify observer_list_threadsafe.h using a variadic template. by thakis · 11 years ago
  14. 95c2a1b7 Update legacy Tuple-using code. by Avi Drissman · 11 years ago
  15. 495cad9 Use a direct include of the message_loop header in base/. by [email protected] · 12 years ago
  16. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  17. cb4303a base: Use base::MessageLoop. by [email protected] · 12 years ago
  18. 9022e8f base: Reuse STLDeleteValues() function to clean up the objects owned by ObserverListThreadSafe. by [email protected] · 12 years ago
  19. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  20. f6969fe Add ObserverListThreadSafe::IsEmpty(). by [email protected] · 14 years ago
  21. c694427 Remove task.h and finish base::Bind() migration. by [email protected] · 14 years ago
  22. 4c03b2e9 base::Bind: Remove callback_old.h. by [email protected] · 14 years ago
  23. c2b1b30 Make ObserverListThreadSafe key its observers by PlatformThreadId instead of MessageLoop. by [email protected] · 14 years ago
  24. a6ffd7d base::Bind: Cleanup in base/observer_list*. by [email protected] · 14 years ago
  25. c62dd9d Delete Tracked, and move Location to its own file. by [email protected] · 14 years ago
  26. edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
  27. 920b1fe Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  28. e8ae300c Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  29. 381455c Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by [email protected] · 14 years ago
  30. 71fb1333 [Sync] Split DirectoryChangeListener for thread-safety by [email protected] · 14 years ago
  31. 631739f Fix bug in ObserverListThreadsafe::RemoveObserver by [email protected] · 14 years ago
  32. 2b62324 iwyu: Use callback_old.h where appropriate, part 1. by [email protected] · 14 years ago
  33. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  34. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  35. bf68712 Add workaround for VS2005 compile error introduced by r70933 by [email protected] · 15 years ago
  36. 9230ac4 Made ObserverListThreadSafe's destructor private since it's ref-counted. by [email protected] · 15 years ago
  37. 3c0d45e Fix removal of multiple observers in ObserverListThreadSafe. by [email protected] · 15 years ago
  38. f02640dd Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it. by [email protected] · 15 years ago
  39. f994f47b FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. by [email protected] · 15 years ago
  40. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  41. 5097dc8 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by [email protected] · 15 years ago
  42. 8efa680 Revert everything related to the relanding. by [email protected] · 15 years ago
  43. a91e1409 Reland r52336. by [email protected] · 15 years ago
  44. f1d9428 Revert 52336 - More header cleanup: by [email protected] · 15 years ago
  45. 90242e9e More header cleanup: by [email protected] · 15 years ago
  46. 66761b95 Massively simplify the NetworkChangeNotifier infrastructure: by [email protected] · 15 years ago
  47. fc29bc70 Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and base directories. by [email protected] · 15 years ago
  48. 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
  49. 0586b0e Fix up some style guide violations wrt aligning function arguments. by [email protected] · 16 years ago
  50. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  51. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  52. c2b11ae Add a TODO from Jar. Review URL: http://codereview.chromium.org/9262 by [email protected] · 17 years ago
  53. 821f503 The base unittests were succeeding for the isolated by [email protected] · 17 years ago
  54. 67bdbe0 Make the SystemMonitor observer list thread safe. by [email protected] · 17 years ago
  55. 503631c Create a thread-safe observer list. Will be used by SystemMonitor. by [email protected] · 17 years ago