0
Commit Graph

4 Commits

Author SHA1 Message Date
shess@chromium.org
172ca98f99 [OSX] Pass --enable-sandbox-logging to more sub-processes.
This makes it easier to debug what is being blocked by the sandbox.
gpu and renderer processes were already covered, this adds propagation
for utility and worker processes, and nacl, pepper and npapi plugin
processes.  The points to handle were discovered by looking for
kNoSandbox cases, which is why NPAPI is on the list, even though we do
not sandbox it on OSX at this time.

BUG=152327
TEST=--enable-sandbox-logging and look for messages from subprocesses in /var/log/syslog.log

Review URL: https://chromiumcodereview.appspot.com/10978037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159956 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-03 19:55:07 +00:00
thestig@chromium.org
74a890ce84 Posix: Fix --utility-cmd-prefix to not run /proc/self/exe.
BUG=148894

Review URL: https://chromiumcodereview.appspot.com/10907210

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156642 0039d316-1c4b-4281-b951-d872f2087c98
2012-09-13 21:42:40 +00:00
thestig@chromium.org
a82af39780 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps.
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/9429039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123438 0039d316-1c4b-4281-b951-d872f2087c98
2012-02-24 04:40:20 +00:00
jam@chromium.org
c4f883a6d4 Create an API around UtilityProcessHost and use that from chrome.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9317074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120342 0039d316-1c4b-4281-b951-d872f2087c98
2012-02-03 17:02:07 +00:00