summaryrefslogtreecommitdiffstats
path: root/chrome/browser/zygote_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for getting the real process id from within the suid sandbox. The...thestig@chromium.org2009-11-041-23/+70
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-1/+1
* Small comment updates. No code change.mdm@chromium.org2009-09-091-0/+1
* Linux: about:memoryagl@chromium.org2009-09-011-0/+1
* Linux: forward --log-level from the browser to the zygote.mdm@chromium.org2009-08-051-0/+13
* linux: add command-line flag to allow debugging of sandboxed processespiman@google.com2009-07-221-0/+3
* Linux sandbox: save full list of SUID unsafe environment variables.agl@chromium.org2009-07-171-6/+24
* Revert "Linux: reap the sandbox helper process."agl@chromium.org2009-07-161-9/+0
* Linux: reap the sandbox helper process.agl@chromium.org2009-07-161-0/+9
* Linux: move hardcoded paths to GYP variables.agl@chromium.org2009-07-151-9/+8
* Linux: propagate LD_LIBRARY_PATH through the SUID sandbox.agl@chromium.org2009-07-151-0/+7
* Linux: various sandbox changesagl@chromium.org2009-07-151-3/+10
* Linux: fix for developing on a machine with google-chrome packages installed.agl@chromium.org2009-07-151-4/+8