summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-192-52/+57
* ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headersmostynb2015-06-181-0/+2
* Use StartsWith rather than == to compare BackgroundRendererProcesses experime...gab2015-06-181-1/+4
* GN updates to build base on iOSchinmaygarde2015-06-161-1/+5
* Added separate UMA stats for processes that were killed by SIGKILL, whichs is...oshima2015-06-043-2/+56
* Add support for backgrounding processes on the Macshrike2015-06-025-13/+182
* Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...g.mehndiratt2015-05-293-3/+10
* Change outputting ints in win/linux GetCpuUsage to doubles. Note the line I u...rkaplow2015-05-262-5/+2
* Revert of Add support for backgrounding processes on the Mac (patchset #22 id...tnagel2015-05-195-180/+13
* Add support for backgrounding processes on the Macshrike2015-05-195-13/+180
* Revert of Add support for backgrounding processes on the Mac (patchset #21 id...thakis2015-05-175-180/+13
* Add support for backgrounding processes on the Macshrike2015-05-165-13/+180
* Add some more scoped_ptr functions in values.hestade2015-05-071-3/+3
* Use base::StringPairs where appropriate in base/patrikackland2015-04-291-4/+2
* [MemSheriff] Don't run OOM tests under tools that replace memory allocator.glider2015-04-211-2/+3
* Guard OOM tests against ASAN, and verifiy output against our OOM handler.icoolidge2015-04-201-24/+29
* Outline Process destructor, fixes a plugin warning on Windows.thakis2015-04-203-1/+7
* Use /run instead of /var/run to avoid disk IO for a symlinkhashimoto2015-04-171-3/+3
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-2/+2
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-071-6/+5
* Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180...mfomitchev2015-04-021-5/+6
* Remove base::KillProcess()rvargas2015-04-026-85/+64
* Fix missing symbols for pre-linking of the Cast sender library for iOS.jfroy2015-04-011-0/+13
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-011-6/+5
* Remove uses of KillProcess.rvargas2015-04-013-3/+4
* Crash Mac in OnNoMemory on OOMvitalybuka2015-03-312-46/+15
* Add base::TerminateBecauseOutOfMemoryvitalybuka2015-03-272-0/+22
* Fix a typo on Process::OpenWithExtraPrivilegesrvargas2015-03-163-3/+3
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-1/+1
* Make ctrl-c work reliably in the gtest test launcher on Linuxphajdan.jr2015-03-133-0/+11
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+107
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-094-8/+13
* base: Use more specific CHECK macros for comparisons.danakj2015-03-093-29/+29
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* base: Add/Fix namespace closing comments.danakj2015-03-072-2/+2
* Align base::Process::Terminate with base::KillProcess for Windows.rvargas2015-03-061-10/+1
* Remove base::KillProcessByIdrvargas2015-03-043-27/+2
* Remove base::WaitForExitCode*rvargas2015-03-036-251/+213
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-251-2/+1
* Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it the...scottmg2015-02-241-1/+2
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-241-2/+1
* Temporarily disable stack trace tests, pending investigation on XP botsScott Graham2015-02-241-1/+2
* Remove base::WaitForSingleProcessrvargas2015-02-246-144/+132
* Handle RenderProcessHostImpl::SetBackgrounded on Windowsgab2015-02-201-1/+16
* Revert of Handle RenderProcessHostImpl::SetBackgrounded on Windows (patchset ...rdevlin.cronin2015-02-191-16/+1
* Handle RenderProcessHostImpl::SetBackgrounded on Windowsgab2015-02-191-1/+16
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-134-71/+78