summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* Add Get/SetUniqueIdForProcess.rickyz2015-10-213-5/+80
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-201-2/+2
* IsProcessBackgrounded reads the proc file in ChromeOS. It is now called from ...sebsg2015-10-161-5/+5
* [NaCl] Define GetPageSize symbolruuda2015-10-073-0/+20
* Stop warnings resulting from unimplemented SetProcessBackgrounded().shrike2015-10-022-5/+7
* base: Make PortProvider a class, rather than an inner class.erikchen2015-10-014-12/+33
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-1/+1
* Revert hidden renderer backgrounding on the Mac.shrike2015-09-245-176/+7
* Don't assume that uid_t is intkeybuk2015-09-221-1/+2
* Add support for base::UncheckedMalloc on Windows.wfh2015-09-212-14/+94
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-181-2/+5
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-183-45/+0
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-171-5/+2
* Remove clang type profiler and deep memory profiler.thakis2015-09-111-11/+0
* Add new termination status for failed child process launch.wfh2015-09-021-0/+1
* Reland: Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+cullinan2015-08-181-1/+16
* Fix renderers not launching on win8 and abovescottmg2015-08-181-0/+2
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-173-83/+134
* Revert of Print stack traces in child processes when browser tests failed. (p...rockot2015-08-161-16/+2
* Print stack traces in child processes when browser tests failed.jam2015-08-131-2/+16
* Remove remaining legacy SplitString calls.brettw2015-08-122-4/+5
* Add empty implementation of GetSystemMemoryInfo for IOS.georgesak2015-08-103-6/+18
* Update SplitString calls to new formbrettw2015-08-082-6/+7
* patch from chinmaygarde@ to make progress on mac, ios.dpranke2015-08-071-1/+4
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-072-7/+6
* Update SplitString calls to new formbrettw2015-08-072-6/+7
* Implement GetSystemMemoryInfo on Windows and Mac.georgesak2015-07-294-29/+124
* Make use of '// static' consistent.ajose2015-07-282-2/+2
* use sh instead of bash in ProcessUtilTest on linuxmostynb2015-07-221-1/+1
* Update OS version functions for OS X 10.11 El Capitan.andresantoso2015-07-211-2/+3
* Remove support for AllowBelowNormalFromBrowser experiment group.gab2015-07-211-19/+1
* Revert of Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ (patchs...michaelbai2015-07-211-16/+1
* Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+cullinan2015-07-211-1/+16
* Initial bootstrap sandbox support for OS X Yosemite (10.10) and higher.rsesek2015-07-171-0/+11
* Make task manager memory data more efficient and meaningful.brucedawson2015-07-082-2/+3
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-7/+7
* Fix some clang warnings with -Wmissing-braces in base.dcheng2015-07-021-2/+2
* Allow terminating processes with a pid of 1.rickyz2015-07-011-2/+3
* Revert of Make task manager memory data more efficient and meaningful. (patch...sky2015-07-012-3/+2
* Make task manager memory data more efficient and meaningful.brucedawson2015-07-012-2/+3
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-1/+2
* Replace some Tokenize calls with SplitString.brettw2015-06-245-24/+28
* Move more string_util functions to base namespace.brettw2015-06-241-3/+3
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-192-52/+57
* ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headersmostynb2015-06-181-0/+2
* Use StartsWith rather than == to compare BackgroundRendererProcesses experime...gab2015-06-181-1/+4
* GN updates to build base on iOSchinmaygarde2015-06-161-1/+5
* Added separate UMA stats for processes that were killed by SIGKILL, whichs is...oshima2015-06-043-2/+56
* Add support for backgrounding processes on the Macshrike2015-06-025-13/+182
* Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...g.mehndiratt2015-05-293-3/+10