summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_init_mac.h
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the bootstrap sandbox in the browser process.rsesek@chromium.org2014-06-101-0/+8
| | | | | | | | | | | | | | This wires up the ChildProcessLauncher and SandboxedProcessLauncherDelegate. No restrictive policies are currently registered or enforced, i.e. renderers should not be locked down. However, to keep NPAPI plugins working, an allow-by- default policy exists. BUG=367863 R=jam@chromium.org Review URL: https://codereview.chromium.org/303293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276026 0039d316-1c4b-4281-b951-d872f2087c98
* Sandbox the worker process on Macjeremy@chromium.org2012-12-171-4/+3
| | | | | | | | | | | | | When we transitioned to content it looks like we lost the Mac sandbox for workers, this CL re-enables it. Also, update the comment in sandbox_init_mac.h BUG=163208 TEST=Chrome should continue to work correctly. Review URL: https://chromiumcodereview.appspot.com/11590006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173432 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from contentajwong@chromium.org2012-07-111-2/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98
* Load mac sandbox definitions from resources instead of the bundle.jochen@chromium.org2011-11-251-0/+22
Also, move all mac sandbox unittests to content BUG=90443 TEST=content_unittests Review URL: http://codereview.chromium.org/8589001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111614 0039d316-1c4b-4281-b951-d872f2087c98