summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Added comment/warning to GetPageSize() method.pkl2016-03-251-1/+4
* Allocator shim skeleton + Linux impl behind a build flagprimiano2016-03-091-3/+14
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-5/+7
* Windows: Expose handle inheritance to the sandboxed launcherrockot2016-02-261-0/+7
* base: Add missing copy ctors where appropriate.vmpstr2016-02-189-0/+21
* Allocator cleanup: remove reundant tc_set_new_mode in ProcessMemoryTestprimiano2016-02-101-12/+0
* [Linux] Do not try to call readdir() on a null DIR* in base::ProcessIterator.Robert Sesek2016-01-271-1/+11
* sandbox arm64: align stack 16 bytesriku.voipio2016-01-271-1/+1
* Reland of [tracing] Dump child processes' memory metrics in browser (patchset...ssid2016-01-261-1/+2
* Allocator cleanup: move tcmalloc-specific calls to baseprimiano2016-01-261-14/+6
* Revert of [tracing] Dump child processes' memory metrics in browser (patchset...oshima2016-01-211-2/+1
* Reland of [tracing] Dump child processes' memory metrics in browser (patchset...ssid2016-01-191-1/+2
* Cleanup API usage patterns in process_info_win.ccgab2016-01-151-6/+9
* Revert of [tracing] Dump child processes' memory metrics in browser (patchset...huangs2016-01-141-2/+1
* [tracing] Dump child processes' memory metrics in browserssid2016-01-141-1/+2
* This bit of code was added in 2010 by commit 66ae36fec ("Restrictingraphael.kubo.da.costa2016-01-061-2/+4
* Cleanup: Remove double semicolons.thestig2016-01-041-2/+2
* Switch to standard integer types in base/.avi2015-12-263-0/+3
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in base/process/.avi2015-12-2446-87/+169
* Move base GN subprojects into base.brettw2015-12-211-127/+0
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-2/+1
* Make base a static ibrarybrettw2015-12-181-1/+2
* Linux: Correctly count the number of open file descriptors.thestig2015-12-162-26/+98
* Add open FDs count support to the task manager on Linux and CrOSafakhry2015-12-152-0/+27
* Rewrite Pass() to std::move() in base/dcheng2015-12-151-2/+4
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-1/+1
* base: Introduce Process::GetPidInNamespace().nya2015-12-092-0/+48
* Fix mojo:example_main.jam2015-12-092-3/+20
* Fix ProcessMetrics::GetCPUUsage() on Linux and CrOS returning negative valuesafakhry2015-12-032-7/+79
* Remove old C++03 move emulation code.dcheng2015-12-013-23/+18
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-252-4/+7
* Fix split in base::ProcessIsProcessBackgrounded()lhchavez2015-11-242-4/+4
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+2
* Fix base::ProcessIsProcessBackgrounded() on ChromeOSafakhry2015-11-163-15/+59
* Add ProcessMetrics::CreateCurrentProcessMetrics() method.fdoray2015-11-122-2/+16
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-113-1/+61
* include what you use: errno.h and string.h in base/mostynb2015-11-074-0/+4
* Implement UncheckedMalloc and UncheckedCalloc for platforms that stub out Ena...grt2015-11-061-0/+20
* Build nacl_helper_nonsfi with GNphosek2015-10-271-4/+10
* 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