summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* Disabling the TestEvent and TestEventReadOnly tests while I figure out why th...ananta@chromium.org2013-10-251-2/+2
* Attempt3 at landing this. The previous attempt failed on Windows XP because t...ananta@chromium.org2013-10-2510-273/+350
* Revert 230660 "Relanding this with fixes for the SyncPolicyTest...."falken@chromium.org2013-10-2410-259/+273
* Relanding this with fixes for the SyncPolicyTest.TestEvent and SyncPolicyTest...ananta@chromium.org2013-10-2410-273/+259
* Revert 230512 "Replace the CreateEvent/OpenEvent patches with th..."thakis@chromium.org2013-10-2410-255/+273
* Replace the CreateEvent/OpenEvent patches with their Nt counterparts like NtO...ananta@chromium.org2013-10-2310-273/+255
* This patch addresses two issues:zturner@chromium.org2013-10-219-32/+42
* Remove dependency of sandbox_win64 on gtestscottmg@chromium.org2013-10-181-1/+0
* Fix a bug which caused the OpenEventA function in kernelbase to not get patch...ananta@chromium.org2013-10-171-3/+3
* Fix a hang in the GPU process in the XP presentation path.ananta@chromium.org2013-10-101-1/+1
* Ensure that the gpu process can run in the restricted sandbox for the XP pres...ananta@chromium.org2013-09-276-61/+209
* Sandbox: Update for Windows 8.1rvargas@google.com2013-09-203-26/+38
* add missing #include of <algorithm>, needed on VS2013 for std::minscottmg@chromium.org2013-09-121-0/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-2/+1
* don't truncate pointers in fake _InterlockedCompareExchangePointer jschuh@chromium.org2013-08-291-0/+12
* Fix PVS assignment warning in DuplicateHandleProxyActionjschuh@chromium.org2013-08-151-1/+1
* Fixing arg type in fprintf.finnur@chromium.org2013-08-141-1/+1
* Remove wow_helper from 64-bit buildsjschuh@chromium.org2013-08-031-9/+13
* Fix invalid check of ntstatus code.etienneb@chromium.org2013-07-311-1/+1
* Update include paths in sandbox for base/process changes.rsesek@chromium.org2013-07-231-2/+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-1111-11/+11
* 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