summaryrefslogtreecommitdiffstats
path: root/sandbox/win
Commit message (Expand)AuthorAgeFilesLines
* process_policy_test.cc: Fix mixed-sign comparison warning.Hans Wennborg2016-03-251-1/+2
* Correctly handle child processes of sandboxed target processes.wfh2016-03-253-5/+89
* Cleanup/Remove Windows XP/Vista version checks from Windows sandbox codekylixrd2016-03-2121-549/+119
* Convert Pass()→std::move() on Windowsdcheng2016-03-024-10/+12
* Windows: Expose handle inheritance to the sandboxed launcherrockot2016-02-265-42/+22
* Fix calling convention mismatch for ::CreateThread callbackrnk2016-02-171-3/+3
* Use double cast to avoid VS 2015 64-bit warningbrucedawson2016-02-111-6/+7
* Fix 64-bit clang/win build after https://codereview.chromium.org/1225183003Nico Weber2016-02-101-3/+3
* Intercept CreateThread inside renderer and proxy out to CreateRemoteThread in...liamjm2016-02-0918-23/+326
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1
* fix typo in OPEN_THREAD_IDliamjm2016-02-043-3/+3
* clang/win: Fix -Wmissing-braces warning.Nico Weber2016-02-031-2/+2
* [Win10 sandbox mitigations] Four new Win10 mitigations added.Penny MacNeil2016-02-0310-42/+607
* Fix sandbox process policy tests.wfh2016-01-263-59/+48
* Make TargetCreateProcessA consistent with TargetCreateProcessW.wfh2016-01-252-1/+42
* Fix incorrect CRLF added in 1e6bc80b.Will Harris2016-01-251-1/+1
* Disable failing portion of ProcessPolicyTest.CreateProcessAW on Windows 7 32 ...John Abd-El-Malek2016-01-231-1/+3
* Move bit_cast from base/macros.h to its own headertapted2016-01-144-0/+4
* Fix 64-bit truncation found by VS 2015brucedawson2016-01-061-2/+2
* Fix include presubmit warning in Wow64.cctapted2016-01-041-1/+1
* Clean up header files.avi2015-12-263-0/+3
* Make base a static ibrarybrettw2015-12-221-1/+5
* Switch to standard integer types in sandbox/.avi2015-12-22118-455/+654
* Fix build.Avi Drissman2015-12-211-0/+2
* Revert of Switch to standard integer types in sandbox/. (patchset #3 id:40001...petewil2015-12-21118-652/+455
* Fix build.Avi Drissman2015-12-211-0/+2
* Switch to standard integer types in sandbox/.avi2015-12-21118-455/+652
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-5/+1
* Added protection against mapping image sections between processes.forshaw2015-12-181-1/+1
* Make base a static ibrarybrettw2015-12-181-1/+5
* clang/win: Fix build after https://codereview.chromium.org/1456663003Nico Weber2015-12-121-1/+1
* Make dispatcher a member of PolicyBase.rickyz2015-12-126-143/+215
* Use volatile to prevent heap-to-stack promotion in an ASan testrnk2015-12-101-1/+1
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-1/+1
* Fixing remaining VC++ 2015 64-bit build breaksbrucedawson2015-12-102-3/+6
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-1013-169/+217
* [Sandbox service resolver hooks] Remove the RET hijacking in ntdll.pennymac2015-12-092-18/+9
* Reland of clang/win: Enable -Wunused-value completely. (patchset #1 id:1 of h...thakis2015-12-071-1/+1
* clang/win: Make sandbox_nt_util.cc build with -Wunused-value in release.thakis2015-12-072-4/+3
* Revert of clang/win: Enable -Wunused-value completely. (patchset #3 id:40001 ...thakis2015-12-051-1/+1
* clang/win: Enable -Wunused-value completely.thakis2015-12-051-1/+1
* Remove kuint32max.avi2015-12-045-129/+170
* Fixes for 1324523008 which was reverted. (Due to GetUserDefaultLocaleName bei...liamjm2015-12-036-8/+207
* Remove kuint16max.avi2015-12-012-11/+17
* Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr...avi2015-12-012-17/+11
* Remove kuint16max.avi2015-12-012-11/+17
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Revert "Fix inherited handles conflicting with handle tracker"rickyz2015-11-172-64/+0
* Remove shared_handles.{cc,h}rickyz2015-10-304-179/+0