summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Sandbox: Reenable test that was flaking for being too slow.rvargas2015-08-141-2/+1
* Sandbox: Reenable tests that were flaking for being too slow.rvargas2015-08-141-4/+2
* Sandbox: Check on NTClose failure.rvargas2015-08-142-19/+9
* Remove remaining legacy SplitString calls.brettw2015-08-121-10/+9
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-111-1/+2
* clang/win: Try to fix 64-bit build after https://codereview.chromium.org/1261...Nico Weber2015-08-081-0/+2
* Fix version check in ValidationSuitescottmg2015-08-061-2/+2
* ThreadHelpers unit tests were racytoyoshim2015-07-293-29/+81
* Make use of '// static' consistent.ajose2015-07-281-1/+1
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-282-4/+3
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+2
* Fix chromium style checker error on windows sandbox code.Nico Weber2015-07-285-3/+13
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-2/+0
* Sandbox: Small cleanup for the path handling code.rvargas2015-07-277-66/+51
* Sandbox: Make Job store a ScopedHandle and not a raw handle.rvargas2015-07-279-171/+160
* Sandbox: Make Wow64 store ScopedHandles instead of raw handles.rvargas2015-07-272-16/+17
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+2
* Set a new TLS when using CLONE_VM.rickyz2015-07-242-3/+52
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* Sandbox: Remove ::CloseHandle from BrokerServices.rvargas2015-07-232-87/+91
* Revert of Set a new TLS when using CLONE_VM. (patchset #4 id:80001 of https:/...glider2015-07-232-46/+3
* Use sys/types.h instead of sys/cdefs to pull in __BIONIC__.rickyz2015-07-232-8/+1
* Sandbox: Update the interface of RestrictedToken to use DWORD.rvargas2015-07-232-30/+29
* Set a new TLS when using CLONE_VM.rickyz2015-07-232-3/+46
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+9
* bpf_dsl: handle negative int32_t valuesmdempsky2015-07-223-6/+37
* Refactor the OS compatiblity layer.rsesek2015-07-224-143/+144
* Sandbox: store RestrictedToken::effective_token_ on a ScopedHandle.rvargas2015-07-212-127/+76
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-208-167/+142
* Disable DEP checking tests on 64-bit since it's always enabled.wfh2015-07-181-5/+7
* Initial bootstrap sandbox support for OS X Yosemite (10.10) and higher.rsesek2015-07-179-63/+185
* Remove legacy StartsWithASCII function.brettw2015-07-161-2/+3
* Revert of Sandbox: Make CreateRestrictedToken return a ScopedHandle. (patchse...thakis2015-07-168-142/+167
* Sandbox: Make CreateRestrictedToken return a ScopedHandle.rvargas2015-07-168-167/+142
* close ALPC ports in sbox integrations tests. This is the first step in lockin...liamjm2015-07-166-8/+39
* Add debug symbols to sbox_integration_tests.maruel2015-07-141-0/+9
* win: Fix unqualified lookups into dependent base classes.thakis2015-07-141-4/+4
* Convert sbox_validation_tests to run exclusively on Swarmingmaruel2015-07-112-0/+44
* Convert sbox_unittests to run exclusively on Swarmingmaruel2015-07-112-0/+44
* win/clang: Remove unused variables in 32-bit builds.thakis2015-07-102-4/+0
* Sandbox: Make PolicyBase::MakeTokens return ScopedHandesrvargas2015-07-103-21/+29
* Convert sbox_integration_tests to run exclusively on Swarmingmaruel2015-07-102-0/+48
* Sandbox: Remove raw handles from PolicyBase.rvargas2015-07-103-22/+16
* Sandbox: Update the constructor of TargetProcess to receive ScopedHandles.rvargas2015-07-103-8/+12
* Sandbox: Remove job_object from (IPCInfo::)ClientInfo.rvargas2015-07-104-15/+13
* Sandbox: Fix a violation to the syle plugin.rvargas2015-07-102-0/+9
* Sandbox: remove raw handles from SharedMemIPCServer::ServerControlrvargas2015-07-093-24/+24
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-091-2/+0
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-5/+0
* clang/win: Re-enable -Wlogical-op-parentheses.sammc2015-07-082-3/+4