summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-045-74/+29
* Make SandboxInterfaceInfo somewhat backwards compatiblecpu@chromium.org2011-02-251-2/+7
* Sandbox: Make sure that we reset relative_jump_ beforervargas@google.com2011-02-253-13/+73
* Use a struct instead of a union for SandboxInterfaceInfocpu@chromium.org2011-02-101-2/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-098-52/+56
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-078-56/+52
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-078-52/+56
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Sandbox: Fix the memory protection code to handle page boundaries.rvargas@google.com2010-12-281-1/+1
* Windows Sandbox: Perform case insensitive tests when checkingrvargas@google.com2010-12-212-3/+32
* Avoid the use of wow_helper for Windows7cpu@chromium.org2010-10-291-2/+5
* 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