| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 67175 - This change implements OOM priority management for ChromeOS | viettrungluu@chromium.org | 2010-11-23 | 1 | -11/+8 |
* | This change implements OOM priority management for ChromeOS | gspencer@chromium.org | 2010-11-23 | 1 | -8/+11 |
* | Revert 65010 - Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -11/+8 |
* | Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -8/+11 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-20 | 1 | -2/+4 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -18/+13 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -13/+18 |
* | Propagate the --v and --vmodule flags to the renderer. On Linux, the flags a... | bryner@chromium.org | 2010-10-04 | 1 | -0/+2 |
* | Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI... | thestig@chromium.org | 2010-09-26 | 1 | -0/+2 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 1 | -1/+1 |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 1 | -4/+3 |
* | base: rename Environment::UnSetEnv to Environment::UnSetVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+1 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -4/+7 |
* | Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -7/+4 |
* | base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -4/+7 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -2/+1 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -9/+2 |
* | Linux: bit hacky way to ensure Pepper plugins get loaded by zygote. | viettrungluu@chromium.org | 2010-07-28 | 1 | -25/+20 |
* | Add about:sandbox. | agl@chromium.org | 2010-07-13 | 1 | -3/+27 |
* | Don't try and adjust the oom_adj of renderers on SELinux systems. | agl@chromium.org | 2010-05-07 | 1 | -3/+36 |
* | [Linux] Fix race in ZygoteHost where socket read and writes were getting inte... | kkania@chromium.org | 2010-05-07 | 1 | -9/+16 |
* | Revert 46384 - Fix race in zygote_host_linux where socket was being read from... | kkania@chromium.org | 2010-05-05 | 1 | -4/+0 |
* | Fix race in zygote_host_linux where socket was being read from and written to... | kkania@chromium.org | 2010-05-04 | 1 | -0/+4 |
* | posix: handle the return value of close() in more places. | evan@chromium.org | 2010-04-16 | 1 | -2/+4 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-03-30 | 1 | -2/+6 |
* | Linux: Pass --user-data-dir to the Zygote. (Reland r41369 now that the direct... | thestig@chromium.org | 2010-03-17 | 1 | -0/+6 |
* | This should stop the random hangs due to chrome/app/chrome_dll_main.cc(616)] ... | thestig@chromium.org | 2010-03-13 | 1 | -6/+0 |
* | Linux: Pass --user-data-dir to the Zygote. | thestig@chromium.org | 2010-03-12 | 1 | -0/+6 |
* | Revert "linux: enable seccomp sandbox by default" | evan@chromium.org | 2010-02-18 | 1 | -2/+43 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-02-18 | 1 | -43/+2 |
* | Linux: print the sandbox binary path in use when it fails. Helps pinpoint san... | mdm@chromium.org | 2010-01-04 | 1 | -1/+2 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 1 | -11/+30 |
* | Linux: Make sure the suid sandbox is owned by root. | thestig@chromium.org | 2009-11-18 | 1 | -1/+2 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -2/+2 |
* | Inodes can be 64-bit, use Int64ToString. | thestig@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -2/+2 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -23/+70 |
* | Revert 30938 - Add support for getting the real process id from within the su... | thestig@chromium.org | 2009-11-04 | 1 | -70/+23 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -23/+70 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Small comment updates. No code change. | mdm@chromium.org | 2009-09-09 | 1 | -0/+1 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 1 | -0/+1 |
* | Linux: forward --log-level from the browser to the zygote. | mdm@chromium.org | 2009-08-05 | 1 | -0/+13 |
* | linux: add command-line flag to allow debugging of sandboxed processes | piman@google.com | 2009-07-22 | 1 | -0/+3 |