| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -0/+3 |
* | Reland: Add a minimum_chrome_version key to the manifest. | aa@chromium.org | 2010-01-06 | 1 | -1/+2 |
* | Revert 35602 - Add a "minimum_chrome_version" key to the manifest. | arv@chromium.org | 2010-01-06 | 1 | -2/+1 |
* | Add a "minimum_chrome_version" key to the manifest. | aa@chromium.org | 2010-01-06 | 1 | -1/+2 |
* | linux: make --no-sandbox work | piman@chromium.org | 2010-01-04 | 1 | -1/+1 |
* | Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas... | ananta@chromium.org | 2009-12-15 | 1 | -2/+0 |
* | Only load resources for renderer, extension, and zygote processes | tony@chromium.org | 2009-12-10 | 1 | -9/+29 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 1 | -0/+37 |
* | Stick tcmalloc heap stats on the stack before crashing due to OOM | jamesr@chromium.org | 2009-12-07 | 1 | -0/+18 |
* | POSIX: sanitise signal handling state at startup. | agl@chromium.org | 2009-12-05 | 1 | -0/+16 |
* | Revert 33878 - Stick tcmalloc heap stats on the stack before crashing due to OOM | jamesr@chromium.org | 2009-12-04 | 1 | -11/+0 |
* | Stick tcmalloc heap stats on the stack before crashing due to OOM | jamesr@chromium.org | 2009-12-04 | 1 | -0/+11 |
* | Add support for 64-bit Windows build: base and chrome/app | gregoryd@google.com | 2009-12-04 | 1 | -0/+3 |
* | Make no-tcmalloc (really, non-base/allocator) builds work again, | dank@chromium.org | 2009-12-03 | 1 | -4/+0 |
* | Add regex escaping code to Mac sandbox implementation and re-enable the utili... | jeremy@chromium.org | 2009-12-03 | 1 | -2/+7 |
* | Basic console output for diagnostics mode windows-only | cpu@chromium.org | 2009-12-03 | 1 | -0/+7 |
* | Don't show --help on ChromeOS. | thestig@chromium.org | 2009-11-24 | 1 | -1/+1 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -2/+3 |
* | Use GetSwitchValuePath. | evan@chromium.org | 2009-11-16 | 1 | -2/+2 |
* | Add an "extension" process type, which mostly gets treated as a renderer ever... | mpcomplete@chromium.org | 2009-11-13 | 1 | -1/+6 |
* | Ensure OOM is a killer on the Mac. | avi@chromium.org | 2009-11-12 | 1 | -0/+1 |
* | Move benchmark extension example to new location and clean it up to use brows... | erikkay@chromium.org | 2009-11-12 | 1 | -1/+2 |
* | TBR: mark@chromium.org | jeremy@chromium.org | 2009-11-05 | 1 | -0/+11 |
* | TBR:mark | jeremy@chromium.org | 2009-11-05 | 1 | -11/+0 |
* | Sandbox Worker process on the Mac. | jeremy@chromium.org | 2009-11-05 | 1 | -0/+11 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -5/+28 |
* | Revert 30938 - Add support for getting the real process id from within the su... | thestig@chromium.org | 2009-11-04 | 1 | -28/+5 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -5/+28 |
* | Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). | viettrungluu@chromium.org | 2009-10-20 | 1 | -4/+5 |
* | linux: tickle the render sandbox early so it forks at the right time | evan@chromium.org | 2009-10-14 | 1 | -17/+21 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -4/+4 |
* | linux: drop linux-specific CommandLine function | evan@chromium.org | 2009-10-13 | 1 | -4/+0 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Fix 10% Mac startup time regression. Use +[NSBundle bundleWithPath:] instead | mark@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Move all resources into the framework. | mark@chromium.org | 2009-10-07 | 1 | -6/+1 |
* | Add an option to disable NaCl at compile time for platforms where it doesn't ... | piman@chromium.org | 2009-10-02 | 1 | -0/+2 |
* | Revert "linux: tickle the render sandbox early so it forks at the right time" | evan@chromium.org | 2009-09-29 | 1 | -4/+0 |
* | linux: tickle the render sandbox early so it forks at the right time | evan@chromium.org | 2009-09-29 | 1 | -0/+4 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-29 | 1 | -0/+3 |
* | Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-28 | 1 | -3/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-28 | 1 | -0/+3 |
* | Linux: remove --google-internal-crash-reporting. | agl@chromium.org | 2009-09-28 | 1 | -18/+0 |
* | Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -3/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -0/+3 |
* | Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -3/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -0/+3 |
* | Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra... | thestig@chromium.org | 2009-09-23 | 1 | -0/+2 |
* | Preparing rollback in case things don't work out. | bradnelson@google.com | 2009-09-18 | 1 | -3/+0 |