summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-178-16/+16
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-155-23/+22
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...isherman@chromium.org2010-10-121-5/+0
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-0/+5
* Sandbox change. Remove inheritance of the duplicated tokens.cpu@chromium.org2010-09-221-4/+4
* Fix SameObject to not return false when the volume name returned by QueryDosD...nsylvain@chromium.org2010-09-161-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+1
* Sbox IPC fixcpu@chromium.org2010-08-203-40/+79
* Revert 56796 - Sbox IPC fixcpu@chromium.org2010-08-203-72/+39
* Sbox IPC fixcpu@chromium.org2010-08-203-39/+72
* Allow native (nt-style) paths to be used for sandbox policy specificationcpu@chromium.org2010-08-074-17/+61
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-053-3/+2
* Check the IPC filename length does not exceed the message size.jschuh@google.com2010-07-221-0/+5
* Fix compiler error in sandbox util in case exception is enabled.victorw@chromium.org2010-06-222-0/+12
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-2/+2
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-2/+2
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-1/+1
* 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