| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare exe_name and cmd_line as const pointers and use | wtc@chromium.org | 2009-07-23 | 1 | -7/+9 |
* | Fix a FORWARD_NULL defect in ExtractModuleName reported by Coverity. | wtc@chromium.org | 2009-07-23 | 2 | -6/+5 |
* | Fix FORWARD_NULL defects reported by Coverity. We should | wtc@chromium.org | 2009-07-22 | 2 | -3/+3 |
* | Fix: Off-by-one error in LowLevelPolicy::Done. | yuzo@chromium.org | 2009-07-03 | 1 | -1/+1 |
* | -Fix a wrong comment | cpu@google.com | 2009-07-01 | 2 | -1/+4 |
* | Fix potential memleak in GetArgs. | finnur@chromium.org | 2009-06-30 | 1 | -6/+6 |
* | ZwOpenKeyEx is now documented at http://msdn.microsoft.com/en-us/library/dd53... | nsylvain@chromium.org | 2009-05-21 | 3 | -8/+8 |
* | Add more checks to be able to isolate why chrome cannot | nsylvain@chromium.org | 2009-05-21 | 1 | -1/+22 |
* | Add support for alternate window station. | nsylvain@chromium.org | 2009-05-20 | 11 | -35/+412 |
* | Fix a crash in the unittests caused by the fact that the order of | nsylvain@chromium.org | 2009-05-18 | 1 | -0/+12 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -84/+0 |
* | Fix URL for sandboxing design doc. | evan@chromium.org | 2009-03-27 | 6 | -8/+9 |
* | Sync sandbox WriteInto with updated version from base | mark@chromium.org | 2009-03-25 | 1 | -7/+5 |
* | Fix incorrect include guards in sandbox/. Guards now match their filename. | deanm@chromium.org | 2009-03-17 | 4 | -8/+8 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 5 | -4/+1 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 8 | -8/+0 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 2 | -1/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 133 | -137/+0 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -5/+6 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 5 | -5/+5 |
* | In windows 7 there is a new Reg call that we need to | nsylvain@chromium.org | 2009-02-13 | 4 | -8/+48 |
* | Sandbox: Add support for Windows 7 - 64 bit. | rvargas@google.com | 2009-02-03 | 1 | -12/+42 |
* | revert r9096. | rvargas@google.com | 2009-02-03 | 1 | -40/+12 |
* | Sandbox: Add support for Windows 7 - 64 bit. | rvargas@google.com | 2009-02-03 | 1 | -12/+40 |
* | remove chrome dependencies from win sandboxing headers. Wrap sandbox code to | pinkerton@google.com | 2009-01-09 | 1 | -6/+0 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Move a function from controller.cc to sandbox_utils.cc in | nsylvain@chromium.org | 2008-12-23 | 15 | -43/+49 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -1/+1 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -650/+650 |
* | step one of some refactoring to allow other platforms to re-use the app initi... | pinkerton@google.com | 2008-12-09 | 1 | -0/+6 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 1 | -650/+650 |
* | Finish release (opt) builds on Windows, including the parallel | sgk@google.com | 2008-11-20 | 1 | -18/+2 |
* | We need to delete this critical section otherwise | nsylvain@chromium.org | 2008-11-18 | 1 | -0/+1 |
* | Application Verifier hooks GetProcAddress and returns | nsylvain@chromium.org | 2008-11-18 | 3 | -5/+12 |
* | Return the right error code when we proxy a call | nsylvain@chromium.org | 2008-11-13 | 6 | -24/+70 |
* | Enforces strong DEP all the time. Use the /NXCOMPAT linker flag on chrome.exe... | maruel@chromium.org | 2008-11-04 | 1 | -33/+1 |
* | Set the thread name for the sandbox event thread. | deanm@chromium.org | 2008-11-04 | 1 | -0/+3 |
* | Fix SCons build of the sandbox module, splitting out the individual | sgk@google.com | 2008-10-27 | 2 | -259/+100 |
* | Rolling back switch to hammer patterns again. | bradnelson@chromium.org | 2008-10-20 | 1 | -12/+5 |
* | Adding in new hammer patterns. Restored from rollback change 3578. | bradnelson@chromium.org | 2008-10-18 | 1 | -5/+12 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 1 | -12/+5 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -5/+12 |
* | Klocwork bug. The dtor of Win2kThreadpool needs to be virtual since | cpu@google.com | 2008-10-08 | 3 | -23/+14 |
* | One more header guard fix to trigger the build. | nsylvain@chromium.org | 2008-09-28 | 1 | -3/+3 |
* | One more simple change to trigger the buildbots. | nsylvain@chromium.org | 2008-09-28 | 1 | -3/+3 |
* | I'm testing the buildbots, I needed a small change to trigger | nsylvain@chromium.org | 2008-09-28 | 1 | -3/+3 |
* | Fix SCons sandbox builds to parallel accumulated VS changes: | sgk@google.com | 2008-09-23 | 1 | -9/+8 |
* | Use of null string on DLLMatch happens on the bots | cpu@google.com | 2008-09-20 | 1 | -1/+2 |
* | Redo change 2413 that I had to back out before | cpu@google.com | 2008-09-20 | 14 | -66/+339 |
* | Fix memory corruption when EAT patching in sandbox | cpu@google.com | 2008-09-19 | 1 | -9/+9 |