summaryrefslogtreecommitdiffstats
path: root/sandbox/mac
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() for Mac build.dcheng2016-01-131-3/+3
* Shutdown the sandbox MessageServer before deleting it.rsesek2016-01-086-0/+16
* Switch to standard integer types in sandbox/.avi2015-12-2212-0/+18
* Revert of Switch to standard integer types in sandbox/. (patchset #3 id:40001...petewil2015-12-2112-18/+0
* Switch to standard integer types in sandbox/.avi2015-12-2112-0/+18
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-203-5/+5
* On 10.10+, do not use bootstrap_look_up() directly.rsesek2015-09-304-3/+72
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-187-84/+329
* Fix forwarding of XPC messages to launchd on 10.10 and higher.rsesek2015-08-272-0/+17
* Refactor the OS compatiblity layer.rsesek2015-07-224-143/+144
* Initial bootstrap sandbox support for OS X Yosemite (10.10) and higher.rsesek2015-07-179-63/+185
* Convert sandbox_mac_unittests to run exclusively on Swarmingthakis2015-07-011-0/+15
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Move DispatchSourceMach from //sandbox/mac to //base/mac.rsesek2015-05-139-258/+6
* mac: Redeclare xpc calls for compatibility with -Wpartial-availability.erikchen2015-05-063-0/+46
* sandbox/mac: Remove basictypes.h include from dispatch_source_mach.h.tfarina2015-04-281-1/+1
* Reland: Fix errors found in Mac gn component buildsjiangj2015-04-181-37/+38
* 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