| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid the use of wow_helper for Windows7 | cpu@chromium.org | 2010-10-29 | 1 | -2/+5 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 8 | -16/+16 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 6 | -23/+24 |
* | Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe... | isherman@chromium.org | 2010-10-12 | 1 | -5/+0 |
* | Make writing to stdout and stderr work in Chrome processes when inherited | darin@chromium.org | 2010-10-11 | 1 | -0/+5 |
* | Sandbox change. Remove inheritance of the duplicated tokens. | cpu@chromium.org | 2010-09-22 | 1 | -4/+4 |
* | Support for building Chrome using Clang. | evan@chromium.org | 2010-09-18 | 1 | -2/+2 |
* | Fix SameObject to not return false when the volume name returned by QueryDosD... | nsylvain@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-09-01 | 46 | -14320/+1 |
* | Revert 57921 - Pull seccomp-sandbox in via DEPS rather than using an in-tree ... | nsylvain@chromium.org | 2010-08-31 | 45 | -0/+14319 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-08-30 | 45 | -14319/+0 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -2/+1 |
* | Seccomp sandbox: Add a policy flag to allow file namespace access to be disabled | mseaborn@chromium.org | 2010-08-27 | 6 | -14/+103 |
* | Remove NEWNS from the setuid sandbox. | mal@chromium.org | 2010-08-26 | 1 | -4/+0 |
* | Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -40/+79 |
* | Revert 56796 - Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -72/+39 |
* | Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -39/+72 |
* | Allow native (nt-style) paths to be used for sandbox policy specification | cpu@chromium.org | 2010-08-07 | 4 | -17/+61 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 3 | -3/+2 |
* | Check the IPC filename length does not exceed the message size. | jschuh@google.com | 2010-07-22 | 1 | -0/+5 |
* | Fix about:sandbox's network isolation indication. | agl@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 3 | -3/+0 |
* | Add about:sandbox. | agl@chromium.org | 2010-07-13 | 1 | -1/+14 |
* | Fix compiler error in sandbox util in case exception is enabled. | victorw@chromium.org | 2010-06-22 | 2 | -0/+12 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+2 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+2 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in sandbox... | tfarina@chromium.org | 2010-06-05 | 23 | -51/+51 |
* | Implement most of the ridealong fixes/cleanups I suggested during review for ... | pkasting@chromium.org | 2010-06-01 | 2 | -9/+9 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 5 | -39/+39 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 5 | -39/+39 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 5 | -39/+39 |
* | Seccomp sandbox: Add Gyp rules for building the test suite | mseaborn@chromium.org | 2010-05-24 | 1 | -0/+30 |
* | Add NEWNS and NEWNET to the SUID sandbox. | agl@chromium.org | 2010-05-24 | 1 | -15/+30 |
* | Remove a possible race in the SUID sandbox (minor) | agl@chromium.org | 2010-05-20 | 1 | -7/+18 |
* | seccomp sandbox: Split source file list into a separate .gyp file | mseaborn@chromium.org | 2010-05-20 | 2 | -52/+67 |
* | Add support for calling {rt_,}sigaction(), and for invoking signal handlers | markus@chromium.org | 2010-05-18 | 10 | -66/+625 |
* | seccomp sandbox: Add tests for signal handling | mseaborn@chromium.org | 2010-05-18 | 1 | -3/+145 |
* | GYP changes for FreeBSD and OpenBSD | pvalchev@google.com | 2010-05-14 | 1 | -0/+9 |
* | Prevent FPU state corruption by directly creating the signal frame on the | markus@chromium.org | 2010-05-11 | 4 | -69/+56 |
* | Add a couple more tests | markus@chromium.org | 2010-04-28 | 1 | -7/+126 |
* | Correctly align memory allocations in the case where we need to allocate memory | markus@chromium.org | 2010-04-28 | 1 | -1/+4 |
* | Added support for sigreturn() and rt_sigreturn(). On x86-32, this is | markus@chromium.org | 2010-04-28 | 5 | -127/+239 |
* | Merged Mark Seaborn's changes: | markus@chromium.org | 2010-04-22 | 18 | -76/+427 |
* | Make the use of signals inside of the sandbox safe. | markus@chromium.org | 2010-04-20 | 12 | -409/+965 |
* | SELinux: add basic policy. | agl@chromium.org | 2010-04-19 | 3 | -0/+53 |
* | Fix SELinux warnings when running on Fedora. | markus@chromium.org | 2010-03-30 | 1 | -3/+3 |