1. 960db88 Rename base::Process::pid() to Pid() by rvargas · 10 years ago
  2. c7b523fa Update EnsureProcessGetsReaped to receive a pid. by rvargas · 10 years ago
  3. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  4. 720397c5 [Linux] Fix opening download items after NO_NEW_PRIVS. by [email protected] · 11 years ago
  5. 4d225de1 Remove GetDefaultProfile() from c/b/cros/file_manager. by [email protected] · 12 years ago
  6. 7f0a3efa Stop using GetDefaultProfile() in Chrome OS implementation of platform_util::OpenExternal() by [email protected] · 12 years ago
  7. b345c48 Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. by [email protected] · 12 years ago
  8. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  9. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  10. 761fa470 chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 by [email protected] · 12 years ago
  11. e309f31 Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. by [email protected] · 12 years ago
  12. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  13. a82af39 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by [email protected] · 13 years ago
  14. b9403ef aura: Fix file-opening functions in platform_util. by [email protected] · 14 years ago
  15. eaac7159 Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alongside the other process methods. by [email protected] · 14 years ago
  16. 7c3228a platform_util OpenItem/ShowItemInFolder threading fixes. by [email protected] · 14 years ago
  17. e599218 Change base::LaunchProcess API slightly by [email protected] · 14 years ago
  18. 1e41c38 Clean up users of a deprecated base::LaunchApp API. by [email protected] · 14 years ago
  19. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  20. e9ce67a1 Linux: use xdg-email instead of xdg-open to handle mailto: URLs. by [email protected] · 15 years ago
  21. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  22. 14a000d Changing linux platform for chromeos. This involved moving platform_util and extension_error_reporter to browser, so that the UIs surrounding them can be in the browser. by [email protected] · 15 years ago