summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Base: Add Process::WaitForExit and WaitForExitWithTimeout.rvargas2014-12-124-0/+61
* Use base::Time constants in base module rather than defining locally.prashhir2014-12-051-2/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-057-39/+44
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-037-44/+39
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-037-39/+44
* Define a new version of LaunchProcess that returns a Process.rvargas2014-12-024-10/+28
* Update base::LaunchElevatedProcess to return a Process instead of a handle.rvargas2014-12-012-18/+9
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-251-23/+34
* WaitableEvent: Receive ScopedHandle at construction and remove Release method.rvargas2014-11-251-3/+4
* LevelDB: Using base::File for all file I/Ocmumford2014-11-201-1/+1
* Don't pass ProcessHandle through ChildProcessHostDelegate.rvargas2014-11-184-0/+39
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-051-6/+6
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* More virtual/override updates in base/.viettrungluu2014-10-221-1/+1
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-2/+2
* Enforce handle ownership in base::Process.rvargas2014-10-177-141/+371
* Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.hidehiko2014-10-171-0/+6
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-4/+4
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-073-4/+4
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+5
* Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend.thestig2014-09-094-41/+104
* Cleanup bits of base::ProcessMetrics.thestig2014-09-084-158/+124