| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert LOG(INFO) to VLOG(1) - chrome/nacl/. | pkasting@chromium.org | 2010-10-20 | 3 | -18/+17 |
* | nacl: disable seccomp initialization in NaClMain() | evan@chromium.org | 2010-10-19 | 1 | -8/+10 |
* | Update the interface between Chrome and sel_main_chrome. Added a debug flag ... | noelallen@google.com | 2010-09-28 | 3 | -11/+13 |
* | Support for building Chrome using Clang. | evan@chromium.org | 2010-09-18 | 1 | -1/+2 |
* | nacl: Use a scoped_array rather than a bare pointer. | evan@chromium.org | 2010-09-17 | 1 | -3/+3 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | * Fix style issues in nacl_sandbox_test (http://codereview.chromium.org/15490... | jvoung@google.com | 2010-08-31 | 5 | -67/+74 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 2 | -0/+3 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -7/+6 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 1 | -2/+3 |
* | Build fix. | evan@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -4/+4 |
* | NaCl: Allow setting up multiple sockets for subprocess instead of just one | mseaborn@chromium.org | 2010-07-29 | 2 | -5/+8 |
* | Make NaCl/Chromium startup interface easier to maintain | mseaborn@chromium.org | 2010-07-28 | 2 | -199/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 3 | -0/+3 |
* | Remove unnecessary EXTERN_C_BEGIN and EXTERN_C_END | gregoryd@google.com | 2010-07-22 | 1 | -2/+0 |
* | Revert 53333 - Make NaCl/Chromium startup interface easier to maintain | danno@chromium.org | 2010-07-22 | 2 | -5/+201 |
* | Make NaCl/Chromium startup interface easier to maintain | mseaborn@chromium.org | 2010-07-22 | 2 | -201/+5 |
* | Set up tests to exercise the chrome outersandbox from the nacl loader. | jvoung@google.com | 2010-07-15 | 5 | -34/+280 |
* | NaCl: Remove call to NaClAppDtor() | mseaborn@chromium.org | 2010-06-09 | 1 | -6/+1 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -9/+2 |
* | Remove possible nullptr deref from an unused (with non-null values) variable. | nsylvain@chromium.org | 2010-04-13 | 1 | -3/+1 |
* | Make _ovly_debug_event extern "C" for nacl-gdb | nfullagar@google.com | 2010-03-26 | 1 | -1/+3 |
* | Integrate Chrome sandbox changes with NaCl (add Win64 support) | gregoryd@google.com | 2010-03-24 | 1 | -2/+7 |
* | Don't keep a pointer to NaClBrokerHost in NaClBrokerService - use ChildProces... | gregoryd@google.com | 2010-03-17 | 1 | -1/+0 |
* | Final removal of the bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-10 | 1 | -3/+2 |
* | Terminate NaCl broker process when no loader processes are running | gregoryd@google.com | 2010-03-08 | 2 | -1/+9 |
* | Revert 40744 - Terminate NaCl broker process when no loader processes are run... | gregoryd@google.com | 2010-03-05 | 2 | -9/+1 |
* | Terminate NaCl broker process when no loader processes are running | gregoryd@google.com | 2010-03-05 | 2 | -1/+9 |
* | 64-bit Windows support for NaCl: update NaCl revision in Chrome, enable the 6... | gregoryd@google.com | 2010-02-25 | 1 | -5/+0 |
* | Fix bugs in the broker that cause the browser to crash when trying to unload ... | gregoryd@google.com | 2010-02-22 | 1 | -1/+1 |
* | Enabled in-process NaCl plugin on Linux. Turns out it's remarkably similar t... | cbiffle@google.com | 2010-02-03 | 1 | -2/+2 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-02-01 | 5 | -5/+175 |
* | Revert 37578 - Implement the broker process that launches NaCl loader process... | gregoryd@google.com | 2010-01-30 | 5 | -175/+5 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-01-30 | 5 | -5/+175 |
* | Make NaCl run in Chrome on the Mac. | dspringer@google.com | 2010-01-27 | 1 | -14/+39 |
* | Revert 37254 - Make NaCl run in Chrome on the Mac. | viettrungluu@chromium.org | 2010-01-27 | 1 | -39/+14 |
* | Make NaCl run in Chrome on the Mac. | dspringer@google.com | 2010-01-27 | 1 | -14/+39 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-28 | 1 | -0/+9 |
* | revert r35237 since it causes Mac unit tests to fail. | jeremy@chromium.org | 2009-12-24 | 1 | -9/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -0/+9 |
* | Revert 35230 - Split more targets from chrome.gyp to add support for building... | gregoryd@google.com | 2009-12-23 | 1 | -9/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -0/+9 |
* | Revert 34983 - Split more targets from chrome.gyp to add support for building... | slightlyoff@chromium.org | 2009-12-18 | 1 | -9/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-18 | 1 | -0/+9 |