1. 7682661 Refactor the bootstrap sandbox process launching integration. by rsesek · 9 years ago
  2. f3c6544 Remove clang type profiler and deep memory profiler. by thakis · 9 years ago
  3. 25c989d Add new termination status for failed child process launch. by wfh · 9 years ago
  4. 6b93918 Reland: Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ by cullinan · 9 years ago
  5. f8cdc09 Print stack traces in browser tests when any process crashes, or an assert fires. by jam · 9 years ago
  6. 25aa857 Remove remaining legacy SplitString calls. by brettw · 9 years ago
  7. 3091460 Add empty implementation of GetSystemMemoryInfo for IOS. by georgesak · 9 years ago
  8. ed9cfcf Update SplitString calls to new form by brettw · 9 years ago
  9. 460d085 Revert of Update SplitString calls to new form (patchset #5 id:80001 of https://codereview.chromium.org/1272823003/ ) by pkasting · 9 years ago
  10. 1224085 Update SplitString calls to new form by brettw · 9 years ago
  11. 1686c5d Implement GetSystemMemoryInfo on Windows and Mac. by georgesak · 9 years ago
  12. 194087d Make use of '// static' consistent. by ajose · 9 years ago
  13. 22d1e1a use sh instead of bash in ProcessUtilTest on linux by mostynb · 9 years ago
  14. 08e14f0 Revert of Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ (patchset #2 id:20001 of https://codereview.chromium.org/1241333002/) by michaelbai · 9 years ago
  15. d0c0c55 Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ by cullinan · 9 years ago
  16. 7d61443 Make task manager memory data more efficient and meaningful. by brucedawson · 9 years ago
  17. 9b151e5 Fixed all unused-variable Clang warnings on Windows. by mgiuca · 9 years ago
  18. 593f78c Allow terminating processes with a pid of 1. by rickyz · 9 years ago
  19. 375782f Revert of Make task manager memory data more efficient and meaningful. (patchset #16 id:300001 of https://codereview.chromium.org/1181263005/) by sky · 9 years ago
  20. d4bbd22 Make task manager memory data more efficient and meaningful. by brucedawson · 9 years ago
  21. 6d265ec Replace StringPrintf("%d", ...) with IntToString() by ricea · 9 years ago
  22. 5259e15 Replace some Tokenize calls with SplitString. by brettw · 9 years ago
  23. 6ff92f6 Move more string_util functions to base namespace. by brettw · 9 years ago
  24. 844f518 Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib. by rickyz · 9 years ago
  25. 28830e9 ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headers by mostynb · 9 years ago
  26. 9ce5ffa 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 · 9 years ago
  27. 08e576f Add support for backgrounding processes on the Mac by shrike · 9 years ago
  28. 6acf5ca Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout() methods. No need to pass exit_code in above methods if exit_code is not required. by g.mehndiratt · 9 years ago
  29. b4e601a Change outputting ints in win/linux GetCpuUsage to doubles. Note the line I use in win is the same as currently in mac. by rkaplow · 9 years ago
  30. 2368b75 Revert of Add support for backgrounding processes on the Mac (patchset #22 id:420001 of https://codereview.chromium.org/989703002/) by tnagel · 9 years ago
  31. 0dfb514 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  32. 9126397 Revert of Add support for backgrounding processes on the Mac (patchset #21 id:400001 of https://codereview.chromium.org/989703002/) by thakis · 9 years ago
  33. 1e236d2 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  34. 77a018f Add some more scoped_ptr functions in values.h by estade · 9 years ago
  35. bb0550f Use base::StringPairs where appropriate in base/ by patrikackland · 9 years ago
  36. 6355306 [MemSheriff] Don't run OOM tests under tools that replace memory allocator. by glider · 9 years ago
  37. 4d7c3b0 Guard OOM tests against ASAN, and verifiy output against our OOM handler. by icoolidge · 9 years ago
  38. b1e9a07 Outline Process destructor, fixes a plugin warning on Windows. by thakis · 9 years ago
  39. 4cb22b0 Use /run instead of /var/run to avoid disk IO for a symlink by hashimoto · 9 years ago
  40. 3aa9971 Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 9 years ago
  41. 9c9043f Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/) by mfomitchev · 9 years ago
  42. eb3cd35 Remove base::KillProcess() by rvargas · 9 years ago
  43. e861eba Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 9 years ago
  44. 6e4da62 Remove uses of KillProcess. by rvargas · 9 years ago
  45. d918dbf Crash Mac in OnNoMemory on OOM by vitalybuka · 9 years ago
  46. 5c66ee9 Add base::TerminateBecauseOutOfMemory by vitalybuka · 9 years ago
  47. 1a11448 Fix a typo on Process::OpenWithExtraPrivileges by rvargas · 9 years ago
  48. 176bfdd Make ctrl-c work reliably in the gtest test launcher on Linux by phajdan.jr · 9 years ago
  49. 0393da3 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  50. 80a2063 Redefine base::Process:Terminate so that it can replace base::KillProcess by rvargas · 10 years ago
  51. a7ea666 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  52. 0540c6b Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  53. 81d2a16 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  54. 651c3e2 base: Add/Fix namespace closing comments. by danakj · 10 years ago
  55. d13e115 Remove base::KillProcessById by rvargas · 10 years ago
  56. c66501f Remove base::WaitForExitCode* by rvargas · 10 years ago
  57. 84458d9 xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 10 years ago
  58. cf1df14 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
  59. 3d3eaff xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 10 years ago
  60. 7f8b500 Temporarily disable stack trace tests, pending investigation on XP bots by Scott Graham · 10 years ago
  61. 42686ad Remove base::WaitForSingleProcess by rvargas · 10 years ago
  62. d74ad9d Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. by rvargas · 10 years ago
  63. 4983b89 Remove CloseProcessHandle. by rvargas · 10 years ago
  64. be05ac2 Remove uses of CloseProcessHandle. by rvargas · 10 years ago
  65. 4dc69e2 ProcessMetrics::GetCPUUsage() is Slow by afakhry · 10 years ago
  66. 2b74c8f Move OpenProcessHandle to Process::Open. by rvargas · 10 years ago
  67. 482ab72 Add the ability to change directories before execing. by rickyz · 10 years ago
  68. 8071262 Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption(). by rsesek · 10 years ago
  69. c5a6f98 Rename base::Process::pid() to Pid() by rvargas · 10 years ago
  70. 7fc9673 Move OpenProcessHandleWithAccess to Process::OpenWithAccess. by rvargas · 10 years ago
  71. 6c750a0 Fix virtual memory column on chrome://memory on Mac. by asvitkine · 10 years ago
  72. fa24e5b Cleanup dead code in base/ as found by Scythe. by thestig · 10 years ago
  73. 819d876 Move ForkWithFlags from process* to launch*. by rickyz · 10 years ago
  74. 9a915c0 Disable ProcessTest.PreExecHook by clamy · 10 years ago
  75. 27f4756 Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles. by rvargas · 10 years ago
  76. 2ec8121 Add the ability to run a callback between fork and exec. by rickyz · 10 years ago
  77. 9558214 Remove deprecated versions of LaunchProcess. by rvargas · 10 years ago
  78. 58d03ed Update EnsureProcessGetsReaped to receive a pid. by rvargas · 10 years ago
  79. 49215df Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 10 years ago
  80. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  81. 8155757 Add the new version for the POSIX-specific version of LaunchProcess. by rvargas · 10 years ago
  82. ad219c1 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
  83. cdd54e9 Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 10 years ago
  84. ca87abb Standardize usage of virtual/override/final specifiers in base/. by dcheng · 10 years ago
  85. 121baff base: Add ashmem support to base::DiscardableSharedMemory implementation. by reveman · 10 years ago
  86. 74cc137 Base: Add Process::WaitForExit and WaitForExitWithTimeout. by rvargas · 10 years ago
  87. d47a963 Use base::Time constants in base module rather than defining locally. by prashhir · 10 years ago
  88. c204469 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 10 years ago
  89. 1add763 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 · 10 years ago
  90. 8e4c226 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 10 years ago
  91. 462b997 Define a new version of LaunchProcess that returns a Process. by rvargas · 10 years ago
  92. 8c67db8 Update base::LaunchElevatedProcess to return a Process instead of a handle. by rvargas · 10 years ago
  93. 9c8f32a Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 10 years ago
  94. cb5b14e WaitableEvent: Receive ScopedHandle at construction and remove Release method. by rvargas · 10 years ago
  95. fa1aa5e LevelDB: Using base::File for all file I/O by cmumford · 10 years ago
  96. c016566 Don't pass ProcessHandle through ChildProcessHostDelegate. by rvargas · 10 years ago
  97. 58e1907 Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi. by hidehiko · 10 years ago
  98. 2e16050 More virtual/override updates in base/. by viettrungluu · 10 years ago
  99. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  100. a9aa671 Enforce handle ownership in base::Process. by rvargas · 10 years ago