1. 0259835 chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  2. 0becb33 Ensure tests have an active task runner by skyostil · 10 years ago
  3. 556c0502 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  4. e1bc798 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  5. a92250e Speed up and re-enable ProcessSingletonPosixTest tests. by mattm · 11 years ago
  6. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  7. 731044b Disable slow ProcessSingletonPosixTest tests: by Paweł Hajdan, Jr · 11 years ago
  8. f5ca668 ProcessSingletonPosix: open socket through symlink target when connecting to running instance. by [email protected] · 11 years ago
  9. c17ecbe Use process_singleton_linux on Mac. by [email protected] · 11 years ago[Renamed (78%) from chrome/browser/process_singleton_linux_unittest.cc]
  10. 1d51882f Fixes for -Wunused-function on Linux, Android and ChromeOS by [email protected] · 12 years ago
  11. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  12. fe96291 Use a direct include of the message_loop header in chrome/browser/, part 9. by [email protected] · 12 years ago
  13. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  14. 76fb05c Use a direct include of strings headers in chrome/browser/o*-p*/. by [email protected] · 12 years ago
  15. 9c00909 chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  16. dd85d45 Simplify the ProcessSingleton API. by [email protected] · 12 years ago
  17. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  18. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  19. 7707b21c Move many ProcessSingleton methods to "protected" visibility as an upcoming refactoring of ProcessSingleton on Windows requires that only NotifyOtherProcessOrCreate() be callable from the public interface. by [email protected] · 13 years ago
  20. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  21. 8270c6fe Switch to TimeDelta interfaces of TestTimeouts in chrome and ui code reviewable by ben. by [email protected] · 13 years ago
  22. e97882f Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. by [email protected] · 13 years ago
  23. 3f24ae22 Fix for the leak in the new ProcessSingletonLinux unittest. by [email protected] · 13 years ago
  24. 65718d9 Convert the ProcessSingleton linux browser test to a unit test. by [email protected] · 13 years ago