summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in sandbox...tfarina@chromium.org2010-06-0520-45/+45
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-012-9/+9
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-275-39/+39
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-265-39/+39
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-255-39/+39
* Fix the POC and some of unit tests to be build andnsylvain@chromium.org2010-03-232-9/+8
* Marked UnloadDllTest.UnloadAviCapDllWithPatching as flaky.glider@chromium.org2010-03-171-1/+1
* Third change to port sandbox to 64 bitscpu@chromium.org2010-03-164-27/+20
* Re-land second sandbox round of changescpu@chromium.org2010-03-1317-160/+341
* Revert 41481 - Secound round of sbox changes for 64 bit portericu@google.com2010-03-1214-330/+143
* Secound round of sbox changes for 64 bit portcpu@chromium.org2010-03-1214-143/+330
* Fix warning that is now an error.craig.schlenter@chromium.org2010-03-101-2/+1
* Sandbox: Add code for all the interceptors.rvargas@google.com2010-03-054-5/+308
* Porting sbox IPC to 64 bitcpu@chromium.org2010-03-038-45/+61
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* Sandbox: Some cleanup after the previous changes.rvargas@google.com2010-02-118-553/+461
* Sandbox: Add support for EAT interceptions in 64 bit.rvargas@google.com2010-02-107-20/+128
* Sandbox: Finish the interception manager support for x64.rvargas@google.com2010-02-0421-135/+325
* Sandbox: Add the 64-bit service resolver and a fewrvargas@google.com2010-02-016-156/+319
* Add a DCHECK to make sure that SpawnTarget is not callednsylvain@chromium.org2010-02-011-0/+7
* Sandbox: Add the base code for the 46-bit service resolver.rvargas@google.com2010-01-291-0/+299
* Improve handling and testing of reparse points.rvargas@google.com2010-01-275-89/+150
* Fix integer overflow in sboxcpu@chromium.org2010-01-223-29/+67
* Make sure we can't create reg links from the sandbox.nsylvain@chromium.org2010-01-224-6/+68
* Prepare the sandbox for integration with NaCl broker for 64-bit Windows. The ...gregoryd@google.com2010-01-173-2/+9
* Try the SANDOX_INERT flag in CreateRestrictedTokencpu@chromium.org2010-01-121-1/+5
* 64-bit compatibility changes for the sandbox codegregoryd@google.com2009-11-117-12/+27
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-235-6/+6
* Change yet again the way we do ResolveNTFunctionPtrcpu@chromium.org2009-10-141-2/+1
* Change again the way we do ResolveNTFunctionPtrcpu@chromium.org2009-09-291-3/+7
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-1/+5
* Simplify ResolveNTFunctionPtr (temporary)cpu@chromium.org2009-09-091-33/+3
* Fix issue 8348: unfork pe_image.h / pe_image.cctkent@chromium.org2009-09-0811-1014/+9
* Delete all precompiled support. It is causing more harm than good, especially...maruel@chromium.org2009-09-042-17/+0
* Declare exe_name and cmd_line as const pointers and usewtc@chromium.org2009-07-231-7/+9
* Fix a FORWARD_NULL defect in ExtractModuleName reported by Coverity.wtc@chromium.org2009-07-232-6/+5
* Fix FORWARD_NULL defects reported by Coverity. We shouldwtc@chromium.org2009-07-222-3/+3
* Fix: Off-by-one error in LowLevelPolicy::Done.yuzo@chromium.org2009-07-031-1/+1
* -Fix a wrong commentcpu@google.com2009-07-012-1/+4
* Fix potential memleak in GetArgs.finnur@chromium.org2009-06-301-6/+6
* ZwOpenKeyEx is now documented at http://msdn.microsoft.com/en-us/library/dd53...nsylvain@chromium.org2009-05-213-8/+8
* Add more checks to be able to isolate why chrome cannotnsylvain@chromium.org2009-05-211-1/+22
* Add support for alternate window station.nsylvain@chromium.org2009-05-2011-35/+412
* Fix a crash in the unittests caused by the fact that the order ofnsylvain@chromium.org2009-05-181-0/+12
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-84/+0
* Fix URL for sandboxing design doc.evan@chromium.org2009-03-276-8/+9
* Sync sandbox WriteInto with updated version from basemark@chromium.org2009-03-251-7/+5
* Fix incorrect include guards in sandbox/. Guards now match their filename.deanm@chromium.org2009-03-174-8/+8
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-135-4/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-128-8/+0