summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-011-2/+9
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-0/+1
* Update code related to OOM errors in sanitizer builds.earthdok@chromium.org2014-03-293-11/+9
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-1/+2
* Make possible to check memory allocations inside chromiumb.kelemen@samsung.com2014-03-216-25/+171
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-173-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-153-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-143-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-8/+8