summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-1/+1
* Fix test disabling for ProcessUtilTest.GetAppOutputRestrictedzea@chromium.org2014-05-211-1/+1
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-5/+5
* Disable ProcessUtilTest.GetAppOutputRestricted on Androidzea@chromium.org2014-05-211-0/+6
* Outputting command line if CreateProcess() fails.huangs@chromium.org2014-05-181-2/+5
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-122-48/+36
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-102-36/+48
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-102-48/+36
* Use process_singleton_linux on Mac.jackhou@chromium.org2014-05-012-3/+10
* Switch from a DCHECK to RAW_LOG in base::LaunchProcess.rsesek@chromium.org2014-04-291-2/+3
* Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2014-04-151-3/+1
* [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.rsesek@chromium.org2014-04-093-0/+37
* Use TimeTicks instead of gettimeofday in ProcessMetrics.thakis@chromium.org2014-04-066-51/+18
* Use cross-platform base::UncheckedMalloc for skiab.kelemen@samsung.com2014-04-041-6/+0
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...scottmg@chromium.org2014-04-031-16/+2
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-031-2/+16
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...tkent@chromium.org2014-04-011-9/+2