| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*. | pkasting@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -17/+12 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -12/+17 |
* | Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI... | thestig@chromium.org | 2010-09-26 | 1 | -1/+8 |
* | linux: zygote should suicide when the browser channel closes. | evan@chromium.org | 2010-09-24 | 1 | -5/+6 |
* | zygote: use pthread_once to init localtime(_r) functions. | agl@chromium.org | 2010-09-21 | 1 | -47/+38 |
* | Replicate r59512 for localtime_r | agl@chromium.org | 2010-09-20 | 1 | -6/+5 |
* | Support for building Chrome using Clang. | evan@chromium.org | 2010-09-18 | 1 | -2/+3 |
* | Linux zygote: Fix race condition when using SUID + seccomp sandboxes | mseaborn@chromium.org | 2010-09-16 | 1 | -46/+95 |
* | Linux sandbox: Allow seccomp sandbox to be stacked on top of the SUID sandbox | mseaborn@chromium.org | 2010-09-16 | 1 | -4/+6 |
* | Use magic to init our 'localtime' wrapper. | agl@chromium.org | 2010-09-15 | 1 | -6/+5 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Linux: bit hacky way to ensure Pepper plugins get loaded by zygote. | viettrungluu@chromium.org | 2010-07-28 | 1 | -1/+5 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-16 | 1 | -14/+0 |
* | Add about:sandbox. | agl@chromium.org | 2010-07-13 | 1 | -1/+28 |
* | Revert 52161 -Accidental checkin. Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-13 | 1 | -2/+1 |
* | Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-13 | 1 | -1/+2 |
* | Fix up a comment. | agl@chromium.org | 2010-07-12 | 1 | -2/+2 |
* | Checking in Lei's fix from http://codereview.chromium.org/2827024: Don't cras... | jam@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Internal plugin needs to be loaded in a different place for the Linux sandbox. | jam@chromium.org | 2010-06-17 | 1 | -0/+14 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -5/+0 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -0/+5 |
* | Log the errno when the zygote fails to fork. | agl@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | Fix typo which was causing unneeded logging messages. | agl@chromium.org | 2010-04-19 | 1 | -1/+3 |
* | SELinux: add basic policy. | agl@chromium.org | 2010-04-19 | 1 | -20/+24 |
* | 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 | -7/+3 |
* | linux: make seccomp sandbox also use OOP font loading | evan@chromium.org | 2010-03-29 | 1 | -25/+29 |
* | Linux: fix SELinux support. | agl@chromium.org | 2010-03-17 | 1 | -9/+15 |
* | Zygote: Clarify relationship between HandleForkRequest() and ChromeMain() | mseaborn@chromium.org | 2010-03-08 | 1 | -11/+13 |
* | Rename constants to be consistent with the names used in | agl@chromium.org | 2010-02-23 | 1 | -4/+4 |
* | Revert "linux: enable seccomp sandbox by default" | evan@chromium.org | 2010-02-18 | 1 | -7/+7 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-02-18 | 1 | -7/+7 |
* | Linux: Only close kZygoteIdDescriptor when using the SUID sandbox. | thestig@chromium.org | 2010-02-17 | 1 | -1/+2 |
* | linux: unused variable in ARM build | joel@chromium.org | 2009-11-19 | 1 | -0/+3 |
* | Hide seccomp sandbox calls from non-x86 machines | joel@chromium.org | 2009-11-18 | 1 | -0/+7 |
* | Allow the seccomp sandbox to be enabled, even if the suid sandbox has | markus@chromium.org | 2009-11-07 | 1 | -7/+37 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 1 | -0/+17 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -26/+107 |
* | Revert 30938 - Add support for getting the real process id from within the su... | thestig@chromium.org | 2009-11-04 | 1 | -107/+26 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -26/+107 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -1/+4 |
* | Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in. | jshin@chromium.org | 2009-10-05 | 1 | -0/+9 |
* | Linux: add support for SELinux. | agl@chromium.org | 2009-09-15 | 1 | -16/+62 |
* | Linux: set the process title (that shows in "ps" etc.) of renderers correctly... | mdm@chromium.org | 2009-09-10 | 1 | -0/+1 |
* | Linux: work around broken dlsym's. | agl@chromium.org | 2009-09-08 | 1 | -2/+40 |
* | Linux: don't use GOT patching to intercept localtime(_r) | agl@chromium.org | 2009-08-06 | 1 | -57/+70 |
* | Linux: preload ffmpeg in the zygote. | agl@chromium.org | 2009-08-05 | 1 | -0/+7 |