1. e5f4378 Support base::LaunchOptions.current_directory when using posix_spawn on Mac. by Robert Sesek · 7 years ago
  2. 187a05d Remove support for base::LaunchOptions.pre_exec_delegate on Mac. by Robert Sesek · 7 years ago
  3. c7a145a4 Correct some OS_POSIX || OS_FUCHSIA conditionals in ProcessUtilTests. by Wez · 7 years ago
  4. 62c71555 Filter out all remaining base tests on Fuchsia. by Fabrice de Gans-Riberi · 7 years ago
  5. ad910ae2 Fuchsia: Enable mounting handles as dirs on child processess. by Kevin Marshall · 7 years ago
  6. 40dc4360 Fuchsia: Roll Fuchsia SDK from 2ddc73f to ad481e2. by Kevin Marshall · 7 years ago
  7. 2c2caae Remove ECHILD error handling from WaitForExit*(). by Wez · 7 years ago
  8. 5c3c6f15 [Fuchsia] Fix FDIO includes in Chromium to match their new location. by Wez · 7 years ago
  9. 0629d40 Reimplement base::LaunchProcess using the fdio_spawn_etc() API. by Wez · 7 years ago
  10. 65421f6 Reland "Fuchsia: Stop setting OS_POSIX" by Fabrice de Gans-Riberi · 7 years ago
  11. ec64321f Fuchsia: Add DIR_APP_DATA path key for user data, set to /tmp for now. by Kevin Marshall · 7 years ago
  12. bd1301f Revert "Fuchsia: Stop setting OS_POSIX" by Fabrice de Gans-Riberi · 7 years ago
  13. 90f86c1 Fuchsia: Stop setting OS_POSIX by Fabrice de Gans-Riberi · 7 years ago
  14. 306871de Fuchsia: Prepare for OS_POSIX removal in base/ by Fabrice de Gans-Riberi · 7 years ago
  15. c948f0f Fuchsia: Allow individual files to be cloned by launch_fuchsia.cc by Kevin Marshall · 7 years ago
  16. 4c89d16 [Fuchsia] Enable ProcessUtilTests tests. by Sergey Ulanov · 7 years ago
  17. 7e0542f [Fuchsia] fix fdio_transfer_fd() result handling in base::LaunchProcess by Sergey Ulanov · 7 years ago
  18. bce3e02 Enable ProcessUtilTest.LaunchWithHandleTransfer on Fuchsia by Sergey Ulanov · 7 years ago
  19. be22fa3 Fuchsia: Delete package-probing conditionals from codebase. by Kevin Marshall · 7 years ago
  20. 5b3d5a3 Use Chromium-built "test_child_process" for GetAppOutput tests instead of "sh". by Kevin Marshall · 7 years ago
  21. 9ea3e3c Disable or filter some more tests which often flake under Fuchsia. by Wez · 7 years ago
  22. c18a57c Simplify EnsureProcessTerminated() implementations. by Wez · 7 years ago
  23. 69d0bcd Remove Syzygy/SyzyASAN build configuration and related code. by Sigurdur Asgeirsson · 7 years ago
  24. 193277b Roll Fuchsia SDK to 739d1fd10565f97bacae8215903403b2677d8f48. by Wez · 7 years ago
  25. 148618c Remove some POSIX API calls that are unsupported under Fuchsia. by Wez · 7 years ago
  26. 2bd0455 Fuchsia: Add selective path cloning to launch options, for sandboxing. by Kevin Marshall · 7 years ago
  27. 6915579f Fix PreExecHook test to actually verify that the hook is run. by Wez · 7 years ago
  28. 2490b28c Switch LaunchWithHandleTransfer test to use action_timeout(). by Wez · 8 years ago
  29. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 8 years ago
  30. d0ecd6a remove valgrind checks from //base by Mostyn Bramley-Moore · 8 years ago
  31. bb7211c Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 8 years ago
  32. a16212a5 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 8 years ago
  33. fe0e9f46 fuchsia: Magenta -> Zircon by Scott Graham · 8 years ago
  34. fdd81dd Add missing HANDLE_EINTR macro around dup() calls. by Dale Curtis · 8 years ago
  35. 4a44260b Revert "Changing multiprocess test SpawnChild to return a struct instead of a" by Jay Civelli · 8 years ago
  36. 1d433a4 Reland "Replace push_back() and make_pair() with emplace_back() calls." by Wez · 8 years ago
  37. 0bea1008 Revert "Replace push_back() and make_pair() with emplace_back() calls." by Scott Graham · 8 years ago
  38. 8884ace7d Replace push_back() and make_pair() with emplace_back() calls. by Wez · 8 years ago
  39. 1603c32 Support passing native platform handles via LaunchProcess. by Wez · 8 years ago
  40. ec2506f Fix LaunchProcess to clone stdio descriptors even with fds_to_map. by Wez · 8 years ago
  41. 6744c44f fuchsia: make ProcessUtilTest.LaunchProcess work by Scott Graham · 8 years ago
  42. bf086248 fuchsia: Make ProcessUtilTest.GetAppOutput work by Scott Graham · 8 years ago
  43. 3c98c7d3 Improve process launch handle sharing API. by brettw · 8 years ago
  44. ab240ec Remove useless references to unsupported windows versions (5) by Patrick Monette · 8 years ago
  45. 5a0405f fuchsia: Use new, qualified error names, disable old names. by Nico Weber · 8 years ago
  46. 19168b8 fuchsia: fix ProcessUtilTest.DelayedTermination by Scott Graham · 8 years ago
  47. e160c7f fuchsia: stub unavailable functions by Scott Graham · 8 years ago
  48. 297cc93 fuchsia: Implement Process class by scottmg · 8 years ago
  49. 87c322b Changing multiprocess test SpawnChild to return a struct instead of a by jcivelli · 8 years ago
  50. f4462a35 Reland of new multiprocess test client process launcher. by jcivelli · 8 years ago
  51. 8f2c6708 Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ ) by jcivelli · 8 years ago
  52. 5513e46 Multiprocess test client: Android child process launcher rework. by jcivelli · 8 years ago
  53. dd7e82fd mac: Remove IsOSMavericksOrLater() by mark · 9 years ago
  54. 52162de7 Remove unused function from base/process by benwells · 9 years ago
  55. 0a978dfa Fix ProcessUtilTest.GetParentProcessId to use correct call. by wfh · 9 years ago
  56. 50a5784 Check for system function errors in ProcessUtilTest by xyzzyz · 9 years ago
  57. 78205516 Set current directory when launching Native Messaging processes. by sergeyu · 9 years ago
  58. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  59. beced7c Switch to standard integer types in base/process/. by avi · 9 years ago
  60. 9230c1d clang/win: Let some chromium_code targets build with -Wextra. by thakis · 10 years ago
  61. 3d4f558 Reland: Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ by cullinan · 10 years ago
  62. 69ce035 use sh instead of bash in ProcessUtilTest on linux by mostynb · 10 years ago
  63. 92f94f20 Revert of Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ (patchset #2 id:20001 of https://codereview.chromium.org/1241333002/) by michaelbai · 10 years ago
  64. 31510fe Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ by cullinan · 10 years ago
  65. 88867d3 Fixed all unused-variable Clang warnings on Windows. by mgiuca · 10 years ago
  66. 3cf743a ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headers by mostynb · 10 years ago
  67. 62022572 Added separate UMA stats for processes that were killed by SIGKILL, whichs is very strong signal that they were killed by oom killer. by oshima · 10 years ago
  68. f063a7e xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 10 years ago
  69. 9b8a0877 Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there (patchset #6 id:100001 of https://codereview.chromium.org/951083003/) by scottmg · 10 years ago
  70. 09acc50 xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 10 years ago
  71. 941e4f2 Temporarily disable stack trace tests, pending investigation on XP bots by Scott Graham · 10 years ago
  72. 2f70a15 Remove base::WaitForSingleProcess by rvargas · 10 years ago
  73. 3371bf5 Add the ability to change directories before execing. by rickyz · 10 years ago
  74. 960db88 Rename base::Process::pid() to Pid() by rvargas · 10 years ago
  75. a2f6d74 Move ForkWithFlags from process* to launch*. by rickyz · 10 years ago
  76. 682daa3 Remove deprecated versions of LaunchProcess. by rvargas · 10 years ago
  77. f1eb9cc Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 10 years ago
  78. 07b589c MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  79. 3e31085 Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. (patchset #2 id:20001 of https://codereview.chromium.org/831373002/) by mek · 10 years ago
  80. e12d665 Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 10 years ago
  81. 6181277 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  82. 44b0c75 Revert of Upgrade the windows specific version of LaunchProcess to avoid raw handles. (patchset #3 id:40001 of https://codereview.chromium.org/759903002/) by rfevang · 11 years ago
  83. 6b687a5e Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  84. c40cfc6 Define a new version of LaunchProcess that returns a Process. by rvargas · 11 years ago
  85. 421dddb Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 11 years ago
  86. 94ed6c4e WaitableEvent: Receive ScopedHandle at construction and remove Release method. by rvargas · 11 years ago
  87. 079d184 Enforce handle ownership in base::Process. by rvargas · 11 years ago
  88. fcbaf8c Remove large test timeout. It's large and only used at one place. by [email protected] · 11 years ago
  89. 61110048 [Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later. by [email protected] · 11 years ago
  90. 6f38c134 Clear environment variables for nacl_helper by [email protected] · 11 years ago
  91. c4820c1 Fix test disabling for ProcessUtilTest.GetAppOutputRestricted by [email protected] · 11 years ago
  92. 6407b23 Disable ProcessUtilTest.GetAppOutputRestricted on Android by [email protected] · 11 years ago
  93. 8061960 Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 bots by [email protected] · 11 years ago
  94. aee2f33 Use SYZYASAN instead of ADDRESS_SANITIZER. by [email protected] · 11 years ago
  95. 963a91b Get rid of multiprocess_test's debug_on_start arguments. by [email protected] · 11 years ago
  96. a715b60 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by [email protected] · 11 years ago
  97. d3ee6a9 Cleanup: Remove a reference to a heapchecker define that no longer exists. by [email protected] · 11 years ago
  98. 991bd8a Make LaunchProcess able to inherit only specified handles on Vista+. by [email protected] · 12 years ago
  99. d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
  100. cf46e375 Extract unit tests from the mixed bag process_util_unittest.cc into proper files. by [email protected] · 12 years ago