summaryrefslogtreecommitdiffstats
path: root/content/zygote
Commit message (Expand)AuthorAgeFilesLines
* Linux Sandbox: always discover Zygote PID properlyjln2015-02-193-3/+11
* Replace the asan_coverage GYP flag with sanitizer_coverage which is to be use...glider2015-02-132-14/+11
* Linux sandbox: fix part of the *SingleThreaded() APIsjln2015-02-121-1/+2
* Namespace sandbox: add important security checksjln2015-02-121-69/+7
* Add namespace sandbox status to LinuxSandbox::GetStatus.rickyz2015-02-121-2/+6
* Revert "Add extra check that the namespace sandbox is engaged."rickyz2015-02-101-6/+2
* Add extra check that the namespace sandbox is engaged.rickyz2015-02-101-2/+6
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-091-1/+1
* Allow using the namespace sandbox in zygote host.rickyz2015-02-071-45/+55
* Revert of Roll Clang 223108:228129 (patchset #5 id:80001 of https://coderevie...tapted2015-02-061-1/+0
* Roll Clang 223108:228129hans2015-02-061-0/+1
* Mechanical rename of tracing includes for /content [3/3]primiano2015-01-281-1/+1
* Move ForkWithFlags from process* to launch*.rickyz2015-01-211-1/+3
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-131-1/+1
* Revert of Linux Sandbox: move init processes to new session id. (patchset #1 ...jln2015-01-121-2/+0
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-091-4/+4
* Linux Sandbox: move init processes to new session id.jln2015-01-071-0/+2
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-071-1/+1
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-071-1/+1
* zygote: skip pre-initializing sandbox under --no-sandbox flagmdempsky2015-01-031-2/+6
* Remove deprecated methods from Pickle.avi2014-12-283-31/+21
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-283-21/+31
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-232-4/+5
* Remove deprecated methods from Pickle.Avi Drissman2014-12-223-31/+21
* Use ForkWithFlags on the zygote.rickyz2014-12-181-1/+4
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-0/+3
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-3/+0
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-1/+1
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-1/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-1/+1
* Linux sandbox: change API to start the sandboxjln2014-11-251-12/+32
* Introduce content_nacl_nonsfi.gyp for nacl_helper_nonsfi.hidehiko2014-11-101-0/+1
* Change Zygote ownership in content/.jln2014-09-221-1/+1
* Linux sandbox: add behind-flag USR2 handler for crash debugging.Julien Tinnes2014-09-201-0/+44
* Include Pepper headers only if ENABLE_PLUGINS is defineddnicoara2014-09-081-2/+5
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Switch to BoringSSL.davidben@chromium.org2014-07-221-3/+8
* AsanCoverage: make the filenames of zygote/gpu coverage files more unique.earthdok@chromium.org2014-06-031-1/+5
* Add sandbox support for AsanCoverage.earthdok@chromium.org2014-06-023-12/+153
* Cleanup zygote_main_linux.cc includes.mdempsky@chromium.org2014-05-161-13/+1
* MemorySanitizer: remove msan_unpoison_string() from zygote_main_linux.ccearthdok@chromium.org2014-05-131-15/+4
* Add support for multiple zygote fork delegatesmdempsky@chromium.org2014-05-114-52/+49
* Use RecvMsgWithPid to find real PID for zygote childrenmdempsky@chromium.org2014-05-082-101/+121
* Get rid of kZygoteIdFd from contentmdempsky@chromium.org2014-05-021-5/+1
* Make PID translation sanity checks more robustmdempsky@chromium.org2014-05-011-0/+6
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-302-18/+19
* Use RecvMsgWithPid to find zygote PID instead of chrome-sandboxmdempsky@chromium.org2014-04-282-14/+11
* Simplify ZygoteForkDelegate API furthermdempsky@chromium.org2014-04-181-13/+9
* Clean up ZygoteForkDelegate API a littlemdempsky@chromium.org2014-04-182-4/+4