summaryrefslogtreecommitdiffstats
path: root/base/process_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix tab backgroundingdavemoore@chromium.org2011-12-021-1/+7
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-251-16/+16
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-1/+4
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-7/+15
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-15/+0
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-2/+3
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-1/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Convert some little-used process function NOTIMPLEMENTED()s into a bug.evan@chromium.org2009-02-261-4/+5
* Lie on the priority change and saw we did it w/ a comment about why we won'tthomasvl@chromium.org2009-02-231-1/+4
* Add simple terminate support for now to help bring up browser/renderer, willthomasvl@chromium.org2009-02-051-1/+8
* More Mac & Linux fixes for base namespaces.brettw@google.com2008-11-141-3/+3
* Linux build bustage fix.brettw@google.com2008-11-141-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+11
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-0/+48