summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles.rvargas2015-01-176-30/+29
* Add the ability to run a callback between fork and exec.rickyz2015-01-164-1/+83
* Remove deprecated versions of LaunchProcess.rvargas2015-01-144-94/+26
* Update EnsureProcessGetsReaped to receive a pid.rvargas2015-01-142-5/+5
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-136-5/+197
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-36/+31
* Add the new version for the POSIX-specific version of LaunchProcess.rvargas2015-01-102-0/+14
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-076-172/+5
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-076-5/+172
* Revert of Fix EnableTerminationOnOutOfMemory for malloc (patchset #1 id:1 of ...mek2015-01-071-7/+6
* Fix EnableTerminationOnOutOfMemory for malloccpu2015-01-071-6/+7
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-7/+3
* base: Add ashmem support to base::DiscardableSharedMemory implementation.reveman2014-12-184-0/+15