1. b793617 Use base::StringPairs where appropriate in base/ by patrikackland · 10 years ago
  2. f985709 [MemSheriff] Don't run OOM tests under tools that replace memory allocator. by glider · 10 years ago
  3. 85e1309 Guard OOM tests against ASAN, and verifiy output against our OOM handler. by icoolidge · 10 years ago
  4. 3096dac Outline Process destructor, fixes a plugin warning on Windows. by thakis · 10 years ago
  5. f3e19a5 Use /run instead of /var/run to avoid disk IO for a symlink by hashimoto · 10 years ago
  6. fbce126 Apply automated fixits for Chrome clang plugin to base_unittests. by dcheng · 10 years ago
  7. 9a4f22d Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  8. c694b85 Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/) by mfomitchev · 10 years ago
  9. 02ad783 Remove base::KillProcess() by rvargas · 10 years ago
  10. 32be1d41 Fix missing symbols for pre-linking of the Cast sender library for iOS. by jfroy · 10 years ago
  11. 82cb6b0 Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  12. f8d789c Remove uses of KillProcess. by rvargas · 10 years ago
  13. 859b214 Crash Mac in OnNoMemory on OOM by vitalybuka · 10 years ago
  14. 06c8318 Add base::TerminateBecauseOutOfMemory by vitalybuka · 10 years ago
  15. 1c376a8 Fix a typo on Process::OpenWithExtraPrivileges by rvargas · 10 years ago
  16. dda803bd De-duplicate BASE_IMPLEMENTATION define in the GN build. by brettw · 10 years ago
  17. ed5ed8f4 Make ctrl-c work reliably in the gtest test launcher on Linux by phajdan.jr · 10 years ago
  18. 9099f49 Fix GN NaCl Debug build of base. by ncbray · 10 years ago
  19. 0a44860 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  20. eedb763e Redefine base::Process:Terminate so that it can replace base::KillProcess by rvargas · 10 years ago
  21. 94219a21 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  22. 2220bd65 Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  23. 301b392 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  24. c3762b9 base: Add/Fix namespace closing comments. by danakj · 10 years ago
  25. 639696bc Align base::Process::Terminate with base::KillProcess for Windows. by rvargas · 10 years ago
  26. 4683e5e Remove base::KillProcessById by rvargas · 10 years ago
  27. 8572897 Remove base::WaitForExitCode* by rvargas · 10 years ago
  28. cdf6fe7b Split bug 418183 into separate bugs for each janky piece and remove the by pkasting · 11 years ago
  29. f063a7e xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 11 years ago
  30. 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 · 11 years ago
  31. 09acc50 xp: copy dbghelp.dll to output dir and have base.isolate use it there by scottmg · 11 years ago
  32. 941e4f2 Temporarily disable stack trace tests, pending investigation on XP bots by Scott Graham · 11 years ago
  33. 2f70a15 Remove base::WaitForSingleProcess by rvargas · 11 years ago
  34. d88d22a Handle RenderProcessHostImpl::SetBackgrounded on Windows by gab · 11 years ago
  35. 126d77b6 Revert of Handle RenderProcessHostImpl::SetBackgrounded on Windows (patchset #4 id:60001 of https://codereview.chromium.org/926663002/) by rdevlin.cronin · 11 years ago
  36. aaf738a Handle RenderProcessHostImpl::SetBackgrounded on Windows by gab · 11 years ago
  37. 6c690f1 Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. by rvargas · 11 years ago
  38. aa09a5b Remove CloseProcessHandle. by rvargas · 11 years ago
  39. 6501806 Adding instrumentation to locate the source of jankiness. by Peter Kasting · 11 years ago
  40. d5626f6 Remove uses of CloseProcessHandle. by rvargas · 11 years ago
  41. 597a851 ProcessMetrics::GetCPUUsage() is Slow by afakhry · 11 years ago
  42. 6b039c37 Move OpenProcessHandle to Process::Open. by rvargas · 11 years ago
  43. 3371bf5 Add the ability to change directories before execing. by rickyz · 11 years ago
  44. 931d092b Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption(). by rsesek · 11 years ago
  45. 3e11a84 Fix EnableTerminationOnOutOfMemory for malloc by cpu · 11 years ago
  46. 960db88 Rename base::Process::pid() to Pid() by rvargas · 11 years ago
  47. 17a407d Move OpenProcessHandleWithAccess to Process::OpenWithAccess. by rvargas · 11 years ago
  48. 57e53d315 Fix virtual memory column on chrome://memory on Mac. by asvitkine · 11 years ago
  49. 88c7b33 Cleanup dead code in base/ as found by Scythe. by thestig · 11 years ago
  50. a2f6d74 Move ForkWithFlags from process* to launch*. by rickyz · 11 years ago
  51. 30a4482 Disable ProcessTest.PreExecHook by clamy · 11 years ago
  52. 747ff24a Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles. by rvargas · 11 years ago
  53. a0b860b Add the ability to run a callback between fork and exec. by rickyz · 11 years ago
  54. 682daa3 Remove deprecated versions of LaunchProcess. by rvargas · 11 years ago
  55. c7b523fa Update EnsureProcessGetsReaped to receive a pid. by rvargas · 11 years ago
  56. f1eb9cc Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 11 years ago
  57. 07b589c MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 11 years ago
  58. 02a9986 Add the new version for the POSIX-specific version of LaunchProcess. by rvargas · 11 years ago
  59. 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 · 11 years ago
  60. e12d665 Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. by rickyz · 11 years ago
  61. 148a2913 Revert of Fix EnableTerminationOnOutOfMemory for malloc (patchset #1 id:1 of https://codereview.chromium.org/836733006/) by mek · 11 years ago
  62. 22d64ab Fix EnableTerminationOnOutOfMemory for malloc by cpu · 11 years ago
  63. 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
  64. 1fef3ffc base: Add ashmem support to base::DiscardableSharedMemory implementation. by reveman · 11 years ago
  65. 126fd582 Base: Add Process::WaitForExit and WaitForExitWithTimeout. by rvargas · 11 years ago
  66. fd55f2e Use base::Time constants in base module rather than defining locally. by prashhir · 11 years ago
  67. 6181277 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  68. 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
  69. 6b687a5e Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  70. c40cfc6 Define a new version of LaunchProcess that returns a Process. by rvargas · 11 years ago
  71. 6293e5b Update base::LaunchElevatedProcess to return a Process instead of a handle. by rvargas · 11 years ago
  72. 421dddb Prefix CommandLine usege with base namespace (Part 1: base/) by pgal.u-szeged · 11 years ago
  73. 94ed6c4e WaitableEvent: Receive ScopedHandle at construction and remove Release method. by rvargas · 11 years ago
  74. bf82318 LevelDB: Using base::File for all file I/O by cmumford · 11 years ago
  75. 5779b38 Don't pass ProcessHandle through ChildProcessHostDelegate. by rvargas · 11 years ago
  76. 853d608 Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi. by hidehiko · 11 years ago
  77. 09e7ebe Switching profiler instrumentations from ScopedProfile to ScopedTracker. This will disable the instrumentations in all channels except Canary, and developer build. Instrumentations are only enabled in Browser process. by vadimt · 11 years ago
  78. b9f1b81 More virtual/override updates in base/. by viettrungluu · 11 years ago
  79. 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
  80. 079d184 Enforce handle ownership in base::Process. by rvargas · 11 years ago
  81. 2b720d2 Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. by hidehiko · 11 years ago
  82. 84b6029 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  83. 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
  84. 3c6a5c0 An internal tool shows that the task created by ObjectWatcher::DoneWaiting is janky on Windows. (See the bug; also feel free to contact the author regarding the tool). by sergeyu · 11 years ago
  85. 9cf9b94a Fix more disabled MSVC warnings, base/ edition. by pkasting · 11 years ago
  86. 75844fdb Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend. by thestig · 11 years ago
  87. a0d051ed Cleanup bits of base::ProcessMetrics. by thestig · 11 years ago
  88. d4d772e Don't pass const strings to CreateProcess. by [email protected] · 11 years ago
  89. fcbaf8c Remove large test timeout. It's large and only used at one place. by [email protected] · 11 years ago
  90. e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
  91. 9792d38 Disable all the tests that are flaking more than 5% on Linux builders. by [email protected] · 11 years ago
  92. dbbf9ef Disable certain malloc-library tests for OSX 10.9 32-bit. by [email protected] · 11 years ago
  93. 61110048 [Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later. by [email protected] · 11 years ago
  94. be0b4727 Complete the removal of ProcessMetrics::CalculateFreeMemory by [email protected] · 11 years ago
  95. 8392079 clang/win: Fix a few warnings. by [email protected] · 11 years ago
  96. 23c52e2 Revert 285437 "Block on LaunchProcess failing on specific bot" by [email protected] · 11 years ago
  97. 5336501 Block on LaunchProcess failing on specific bot by [email protected] · 11 years ago
  98. 765d9bc Macro out unused functions in memory_mac.mm by [email protected] · 11 years ago
  99. cad6d92 Remove ProcessMetrics::CalculateFreeMemory. by [email protected] · 11 years ago
  100. ed8e57da Fixes for re-enabling more MSVC level 4 warnings: base/ edition by [email protected] · 11 years ago