summaryrefslogtreecommitdiffstats
path: root/chrome/browser/zygote_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-221-6/+7
* seccomp: remove build-time flagsevan@chromium.org2010-12-151-3/+0
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-13/+19
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-1/+6
* This is another try to commit OOM priority management.gspencer@chromium.org2010-11-241-8/+11
* Revert 67175 - This change implements OOM priority management for ChromeOSviettrungluu@chromium.org2010-11-231-11/+8
* This change implements OOM priority management for ChromeOSgspencer@chromium.org2010-11-231-8/+11
* Revert 65010 - Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-11/+8
* Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-8/+11
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-201-2/+4
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-18/+13
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-13/+18
* Propagate the --v and --vmodule flags to the renderer. On Linux, the flags a...bryner@chromium.org2010-10-041-0/+2
* Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI...thestig@chromium.org2010-09-261-0/+2
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-4/+3
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+1
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-4/+7
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-7/+4
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-4/+7
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+4
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-2/+1
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-9/+2
* Linux: bit hacky way to ensure Pepper plugins get loaded by zygote.viettrungluu@chromium.org2010-07-281-25/+20
* Add about:sandbox.agl@chromium.org2010-07-131-3/+27
* Don't try and adjust the oom_adj of renderers on SELinux systems.agl@chromium.org2010-05-071-3/+36
* [Linux] Fix race in ZygoteHost where socket read and writes were getting inte...kkania@chromium.org2010-05-071-9/+16
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-051-4/+0
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-041-0/+4
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-161-2/+4
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-03-301-2/+6
* Linux: Pass --user-data-dir to the Zygote. (Reland r41369 now that the direct...thestig@chromium.org2010-03-171-0/+6
* This should stop the random hangs due to chrome/app/chrome_dll_main.cc(616)] ...thestig@chromium.org2010-03-131-6/+0
* Linux: Pass --user-data-dir to the Zygote.thestig@chromium.org2010-03-121-0/+6
* Revert "linux: enable seccomp sandbox by default"evan@chromium.org2010-02-181-2/+43
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-02-181-43/+2
* Linux: print the sandbox binary path in use when it fails. Helps pinpoint san...mdm@chromium.org2010-01-041-1/+2
* Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...thestig@chromium.org2009-12-101-11/+30
* Linux: Make sure the suid sandbox is owned by root.thestig@chromium.org2009-11-181-1/+2
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-2/+2
* Inodes can be 64-bit, use Int64ToString.thestig@chromium.org2009-11-111-1/+1
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+2
* Only enable the seccomp sandbox, if the machine actually has kernel support formarkus@chromium.org2009-11-041-0/+3
* Add support for getting the real process id from within the suid sandbox. The...thestig@chromium.org2009-11-041-23/+70
* Revert 30938 - Add support for getting the real process id from within the su...thestig@chromium.org2009-11-041-70/+23