summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-201-2/+3
* Remove large test timeout. It's large and only used at one place.phajdan.jr@chromium.org2014-08-201-5/+0
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-139-9/+9
* Disable all the tests that are flaking more than 5% on Linux builders.jam@chromium.org2014-08-111-1/+2
* Disable certain malloc-library tests for OSX 10.9 32-bit.shess@chromium.org2014-07-311-0/+23
* [Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later.shess@chromium.org2014-07-291-0/+73
* Complete the removal of ProcessMetrics::CalculateFreeMemorywfh@chromium.org2014-07-281-6/+0
* clang/win: Fix a few warnings.thakis@chromium.org2014-07-271-1/+1
* Revert 285437 "Block on LaunchProcess failing on specific bot"viettrungluu@chromium.org2014-07-261-11/+0
* Block on LaunchProcess failing on specific botscottmg@chromium.org2014-07-251-0/+11
* Macro out unused functions in memory_mac.mmtzik@chromium.org2014-07-171-42/+60
* Remove ProcessMetrics::CalculateFreeMemory.wfh@chromium.org2014-07-032-71/+0
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-10/+8
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-193-0/+36
* Update OOM killer to patch out CFAllocator on 10.10.avi@chromium.org2014-06-121-4/+6
* Update OS version functions.avi@chromium.org2014-06-121-1/+1
* Revert 276039 "Another try at fixing --enable-logging on Windows"ccameron@chromium.org2014-06-101-11/+1
* Another try at fixing --enable-logging on Windowsscottmg@chromium.org2014-06-101-1/+11
* Cleanup WaitpidWithTimeoutmdempsky@chromium.org2014-06-101-34/+19
* Clear environment variables for nacl_helperelijahtaylor@chromium.org2014-06-054-18/+57
* Increase fd limit to 1024 on Mac with content shell.jbauman@chromium.org2014-05-293-0/+25