summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid check of ntstatus code.etienneb@chromium.org2013-07-311-1/+1
* Use non-array operator new for memory deleted by non-array delete.bruening@google.com2013-06-211-4/+4
* Sandbox: be defensive against compiler (de)optimizations when handling IPCs.rvargas@chromium.org2013-06-201-14/+32
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-1110-10/+10
* 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-128-9/+9
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-2/+2
* 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-037-3/+141
* Make the Windows sandbox support a normal x64 buildjschuh@chromium.org2013-01-051-2/+2
* 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
* 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
* Revert 160252 - Make mitigation failures CHECKjschuh@chromium.org2012-10-051-17/+23
* Make mitigation failures CHECKjschuh@chromium.org2012-10-041-23/+17
* Add a parameter to the sandbox policy to allow sandboxed process to run outsi...pastarmovj@chromium.org2012-10-047-25/+75
* 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-225-78/+23
* 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-1315-306/+760
* Revert 156550 - Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1315-739/+306
* Add sandbox support for Windows process mitigations jschuh@chromium.org2012-09-1315-306/+739
* Revert 156315 - Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1215-731/+301
* Add sandbox support for Windows process mitigationsjschuh@chromium.org2012-09-1215-301/+731
* Disable FilePolicyTest, DISABLED_TestReparsePointtbreisacher@chromium.org2012-09-071-1/+2
* Sandbox: Add support for Windows 8' AppContainer.rvargas@google.com2012-09-0515-72/+648
* 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-101-42/+105
* Revert 150423 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-071-106/+42
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-071-42/+106
* Revert 149782 - Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-031-100/+42
* Sandbox: Fix CreateProcess policy tests.rvargas@google.com2012-08-031-42/+100
* Sandbox: Verify that members of TargetProcess are valid before freeing them.rvargas@google.com2012-08-031-10/+13