summaryrefslogtreecommitdiffstats
path: root/sandbox/mac/bootstrap_sandbox_unittest.mm
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in sandbox/mostynb2014-10-071-1/+1
* Revert of Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxD...rsesek2014-08-271-2/+1
* Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDenyPaweł Hajdan, Jr2014-08-251-1/+2
* Fix a shutdown crash in the bootstrap sandbox.rsesek@chromium.org2014-06-231-0/+102
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-191-1/+3
* Make BootstrapSandboxPolicy a struct, containing the existing rule map and a ...rsesek@chromium.org2014-06-041-8/+80
* Do not double-unref send rights when using POLICY_SUBSTITUE_PORT.rsesek@chromium.org2014-06-031-2/+23
* Fix sandbox_mac_unittests:BootstrapSandboxTest.ForwardMessageInProcess on 10.6.rsesek@chromium.org2014-05-291-1/+6
* Do not destroy Mach messages that are forwarded out of the the bootstrap sand...rsesek@chromium.org2014-05-291-0/+48
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-1/+1
* Initial implementation of the Mac Bootstrap Sandbox.rsesek@chromium.org2014-05-131-0/+269