summaryrefslogtreecommitdiffstats
path: root/sandbox/mac
Commit message (Expand)AuthorAgeFilesLines
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-1/+1
* Rename base::Process::pid() to Pid()rvargas2015-01-242-4/+4
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-122-21/+18
* Update {virtual,override,final} for sandbox/ to follow C++11 style.dcheng2015-01-093-3/+3
* gn format // (the rest, except mojo)scottmg2014-12-031-9/+21
* Standardize usage of virtual/override/final in sandbox/dcheng2014-10-224-22/+20
* replace OVERRIDE and FINAL with override and final in sandbox/mostynb2014-10-076-19/+19
* Revert of Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxD...rsesek2014-08-271-2/+1
* Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDenyPaweł Hajdan, Jr2014-08-251-1/+2
* Revert "Make the sandbox code link with the 10.7 SDK."avi@chromium.org2014-08-013-11/+11
* Make the sandbox code link with the 10.7 SDK.avi@chromium.org2014-08-012-9/+9
* GN: Add //ui/base/ime, fix up printing on macjamesr@chromium.org2014-07-231-0/+2
* Fix the //sandbox/mac build when using a modern (10.7+) SDK.rsesek@chromium.org2014-07-214-40/+61
* Run XPCMessageServerTest on 10.8+ rather than 10.7+.rsesek@chromium.org2014-07-191-1/+1
* Add an XPC implementation of sandbox::MessageServer.rsesek@chromium.org2014-07-1910-1/+446
* Create DispatchSourceMach to run a MACH_RECV dispatch source.rsesek@chromium.org2014-07-177-33/+258
* Do not create a reply IPCMessage for every message received.rsesek@chromium.org2014-07-165-35/+46
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-1/+1
* Fix Mac bootstrap sandbox for 64-bit buildsjiangj@opera.com2014-07-031-0/+2
* Extract a virtual interface out of MachMessageServer that can be implemented ...rsesek@chromium.org2014-07-019-77/+145
* Fix a shutdown crash in the bootstrap sandbox.rsesek@chromium.org2014-06-234-5/+120
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-197-48/+66
* Fix no-op builds, caused by an incorrect output in //sandbox/mac:generate_stubs.rsesek@chromium.org2014-06-181-1/+1
* Add dynamic library stubs for XPC in //sandbox/mac.rsesek@chromium.org2014-06-176-0/+167
* Update OS version functions.avi@chromium.org2014-06-121-1/+1
* Attempt to fix a NULL deref in sandbox::LaunchdInterceptionServer::HandleLook...rsesek@chromium.org2014-06-122-14/+15
* Split the generic MachMessageServer logic out of the LaunchdInterceptionServer.rsesek@chromium.org2014-06-116-190/+300
* Add Mac sandbox to the GN build.brettw@chromium.org2014-06-101-0/+42
* Initialize the bootstrap sandbox in the browser process.rsesek@chromium.org2014-06-101-3/+3
* Make BootstrapSandboxPolicy a struct, containing the existing rule map and a ...rsesek@chromium.org2014-06-045-37/+169
* Do not double-unref send rights when using POLICY_SUBSTITUE_PORT.rsesek@chromium.org2014-06-035-19/+47
* 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-293-4/+65
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-285-26/+31
* Bootstrap Sandbox: Ensure swap_integer messages are read-only.rsesek@chromium.org2014-05-163-5/+40
* Split up the //sandbox OWNERS file into per-subdirectory ones.rsesek@chromium.org2014-05-131-0/+2
* Initial implementation of the Mac Bootstrap Sandbox.rsesek@chromium.org2014-05-1312-10/+1224
* Create a dummy sandbox_mac_unittests target.rsesek@chromium.org2014-04-292-0/+31