summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove CloseProcessHandle.rvargas2015-02-094-16/+3
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Remove uses of CloseProcessHandle.rvargas2015-02-051-4/+1
* ProcessMetrics::GetCPUUsage() is Slowafakhry2015-02-052-7/+37
* Move OpenProcessHandle to Process::Open.rvargas2015-02-046-31/+18
* Add the ability to change directories before execing.rickyz2015-02-033-6/+56
* Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption().rsesek2015-01-292-217/+7
* Fix EnableTerminationOnOutOfMemory for malloccpu2015-01-271-6/+12
* Rename base::Process::pid() to Pid()rvargas2015-01-247-10/+10
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-236-63/+11
* Fix virtual memory column on chrome://memory on Mac.asvitkine2015-01-232-3/+28
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-221-11/+0
* Move ForkWithFlags from process* to launch*.rickyz2015-01-216-227/+223
* Disable ProcessTest.PreExecHookclamy2015-01-191-2/+2