1. c5e4a222 Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the header." by [email protected] · 12 years ago
  2. 140905c Update all users of base::Version to explicitly specify the namespace, and clean up the header. by [email protected] · 12 years ago
  3. f15e5812 Update include paths in chrome/common/ for base/process changes. by [email protected] · 12 years ago
  4. a852203 mac: Update clients of scoped_nsobject.h. by [email protected] · 12 years ago
  5. 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
  6. 3c8a6b0 Use a direct include of strings headers in chrome/common/, part 2. by [email protected] · 12 years ago
  7. ffaf732 Cleanup: Remove unneeded base/file_util.h includes in chrome. by [email protected] · 12 years ago
  8. 3268d7b7 Rename sys_string_conversions in chrome. by [email protected] · 12 years ago
  9. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  10. a732916 Use base namespace for FilePath in chrome/common and content/common. by [email protected] · 13 years ago
  11. 6665571f Remove the base::files:: namespace. by [email protected] · 13 years ago
  12. 3ae9c27 Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate. by [email protected] · 13 years ago
  13. 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
  14. 7b2720b RefCounted types should not have public destructors, chrome/ edition by [email protected] · 13 years ago
  15. e9b738e Make sure that scoped_ptr<> cannot be used with ref-counted objects. by [email protected] · 13 years ago
  16. a8e23d4 Cloud Print Policy - service side enforcement, Mac browser tests. by [email protected] · 14 years ago
  17. 2f1804c Transition to base/mac/bundle_locations.h step 2 by [email protected] · 14 years ago
  18. 26f025e Convert chrome/common non-debug logs to debug logs. by [email protected] · 14 years ago
  19. da4216b Get rid of ChildProcessHost usage from chrome/common. The service process code didn't use any of the logic in ChildProcessHost to get the path of the current binary, so it can go directly to PathService. by [email protected] · 14 years ago
  20. 532faad Remove TODO by [email protected] · 14 years ago
  21. 36d11e44 Make the mac service process handling code clean itself up properly as far as launchd is concerned. by [email protected] · 14 years ago
  22. 4682124 Move Mac-specific files in chrome/common to chrome/common/mac. by [email protected] · 14 years ago
  23. 46618162 Mac only: Change launchd type of service process. by [email protected] · 14 years ago
  24. 493c800 Move FilePathWatcher to base/files. by [email protected] · 14 years ago
  25. 7b3ee8b kqueue implementation of FilePathWatcher on Mac. by [email protected] · 14 years ago
  26. 59eee29ea Revert 80101 - kqueue implementation of FilePathWatcher on Mac. by [email protected] · 14 years ago
  27. 4f96241 kqueue implementation of FilePathWatcher on Mac. by [email protected] · 14 years ago
  28. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  29. 5bfcd491 ServiceProcess clean up by [email protected] · 14 years ago
  30. 4130d9e Getting service process on Mac to handle having things moved/changed underneath it. by [email protected] · 14 years ago
  31. a98411c Coverity: Initialize member variables. by [email protected] · 14 years ago
  32. 6faf7b1 Move ChildProcessHost and ChildProcessInfo to content. by [email protected] · 14 years ago
  33. a890386 Fix up problems when bundle doesn't exist for service process on Mac. by [email protected] · 14 years ago
  34. 33d753a Mac proxy auto-launch. by [email protected] · 14 years ago
  35. 5f86d6ff Removed the command line from ServiceProcessState::AddToAutoRun() and had the class calculate its own command line. Wired up Linux autorun code and added unit tests. by [email protected] · 14 years ago
  36. 56f0f26 Get service process running standalone on the mac by hooking it into launchd. by [email protected] · 14 years ago