1. 44db142 [TaskScheduler] Remove temporary forwarding headers and mass migrate users by Gabriel Charette · 7 years ago
  2. ffaaf85f [TaskScheduler] Forward all public TaskScheduler headers to forwarding headers in preparation for source move by Gabriel Charette · 7 years ago
  3. c18a57c Simplify EnsureProcessTerminated() implementations. by Wez · 7 years ago
  4. 4c386e82 Use TaskScheduler instead of blocking pool in platform_util_linux.cc. by fdoray · 8 years ago
  5. ebc7290 Add missing #include around sequenced_worker_pool.h in //chrome by tzik · 8 years ago
  6. 72c70c9 Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #6 id:470001 of https://codereview.chromium.org/2690533002/ ) by gcasto · 8 years ago
  7. 70b7c5d Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 8 years ago
  8. cf6bde97 Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #5 id:450001 of https://codereview.chromium.org/2690533002/ ) by tzik · 8 years ago
  9. d502a3f Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h by tzik · 8 years ago
  10. d63ce51 Fix selection of downloaded file using Nautilus by maksim.sisov · 9 years ago
  11. 4e6a58a6 Add selection of downloaded file using Nautilus by maksim.sisov · 9 years ago
  12. 00844cea Use DCHECK_CURRENTLY_ON() in chrome/ and android_webview/ by thestig · 10 years ago
  13. 655d111 Be explicit about target type in platform_util::OpenItem() by asanka · 10 years ago
  14. 960db88 Rename base::Process::pid() to Pid() by rvargas · 10 years ago
  15. c7b523fa Update EnsureProcessGetsReaped to receive a pid. by rvargas · 10 years ago
  16. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  17. 720397c5 [Linux] Fix opening download items after NO_NEW_PRIVS. by [email protected] · 11 years ago
  18. 4d225de1 Remove GetDefaultProfile() from c/b/cros/file_manager. by [email protected] · 12 years ago
  19. 7f0a3efa Stop using GetDefaultProfile() in Chrome OS implementation of platform_util::OpenExternal() by [email protected] · 12 years ago
  20. 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
  21. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  22. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  23. 761fa470 chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 by [email protected] · 12 years ago
  24. e309f31 Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. by [email protected] · 12 years ago
  25. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  26. a82af39 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by [email protected] · 13 years ago
  27. b9403ef aura: Fix file-opening functions in platform_util. by [email protected] · 14 years ago
  28. 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
  29. 7c3228a platform_util OpenItem/ShowItemInFolder threading fixes. by [email protected] · 14 years ago
  30. e599218 Change base::LaunchProcess API slightly by [email protected] · 14 years ago
  31. 1e41c38 Clean up users of a deprecated base::LaunchApp API. by [email protected] · 14 years ago
  32. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  33. e9ce67a1 Linux: use xdg-email instead of xdg-open to handle mailto: URLs. by [email protected] · 15 years ago
  34. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  35. 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