summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr...bruening@chromium.org2013-06-082-4/+7
* Fix DCHECK_NT macrohans@chromium.org2013-05-301-1/+1
* Include stddef.h for the definition of size_t.hans@chromium.org2013-05-301-0/+2
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-2/+4
* Fix small race in the sandboxcpu@chromium.org2013-04-194-9/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in sandbox.dcheng@chromium.org2013-04-129-10/+10
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-302-3/+3
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-0/+2
* Remove sandbox win64 warningjschuh@chromium.org2013-02-121-7/+0
* Ignore DEP and SEHOP flags on Win64jschuh@chromium.org2013-02-121-0/+3
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+2
* Disable ProcessMitigationsTest.CheckDep on Win64jschuh@chromium.org2013-02-071-2/+2
* Windows: Allow subprocesses to inherit non-console stdout/stderrmseaborn@chromium.org2013-02-038-3/+142
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-30/+36
* Make the Windows sandbox support a normal x64 buildjschuh@chromium.org2013-01-052-26/+32
* Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive()rvargas@google.com2013-01-031-3/+4
* Sandbox: Don't create an ScopedHandle with an invalid handle.rvargas@chromium.org2012-12-201-1/+2
* Sandbox: Verify the return value when changing memory protection.rvargas@google.com2012-11-272-2/+6
* Sandbox: Increase the default timeout of multiprocess tests to 1 minute.rvargas@google.com2012-11-171-1/+1
* Fix memory smashing on the sandbox PolicyRulecpu@chromium.org2012-11-143-10/+52
* Revert 162293 - Enable DEP earlier on Vista and belowmattm@chromium.org2012-10-173-29/+29
* Enable DEP earlier on Vista and belowjschuh@chromium.org2012-10-173-29/+29
* Re-enable the tests for jobless children and add some more to them.pastarmovj@chromium.org2012-10-111-17/+100
* Revert 160252 - Make mitigation failures CHECKjschuh@chromium.org2012-10-051-17/+23
* Make mitigation failures CHECKjschuh@chromium.org2012-10-041-23/+17
* Temporarily disable failing integration tests on Windowsbartfab@chromium.org2012-10-041-5/+5
* Add a parameter to the sandbox policy to allow sandboxed process to run outsi...pastarmovj@chromium.org2012-10-0410-26/+211
* Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of...alexeypa@google.com2012-10-031-11/+6
* Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...alexeypa@chromium.org2012-10-031-6/+11
* Improve error handling in ApplyProcessMitigationsToCurrentProcessjschuh@chromium.org2012-10-021-7/+15
* Add extra buckets to CrashExitCodes histogram for sandbox terminations.eroman@chromium.org2012-09-281-2/+3
* Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don...pkasting@chromium.org2012-09-226-83/+26
* Make ProcessMitigationsTest.CheckWin8 work in debug buildsjschuh@chromium.org2012-09-221-11/+15
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-195-14/+9
* Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-309/+767
* Revert 156550 - Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-746/+309
* Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1317-309/+746
* Revert 156315 - Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1217-738/+304
* Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1217-304/+738
* Disable FilePolicyTest, DISABLED_TestReparsePointtbreisacher@chromium.org2012-09-071-1/+2
* Sandbox: Add support for Windows 8' AppContainer.rvargas@google.com2012-09-0517-82/+665
* Move STARTUPINFO manipulation into SpawnTargetjschuh@chromium.org2012-08-283-13/+25
* Sandbox: Disable a test that fails on Win64.rvargas@google.com2012-08-231-0/+2
* Re-enable sandbox ClientFastServer test.jln@chromium.org2012-08-221-3/+0
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-102-45/+110
* Revert 150423 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-072-111/+45
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-072-45/+111
* Revert 149782 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-032-105/+45
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-032-45/+105
* Sandbox: Verify that members of TargetProcess are valid before freeing them.rvargas@google.com2012-08-031-10/+13