summaryrefslogtreecommitdiffstats
path: root/content/zygote
Commit message (Expand)AuthorAgeFilesLines
* Linux Zygote: add sanity checks and cleanupjln@chromium.org2013-09-051-13/+18
* Zygote: small cleanupjln@chromium.org2013-08-212-28/+31
* Support a new remote IPC for for GetTerminationStatus.jln@chromium.org2013-08-212-37/+119
* Revert 218584 "Support a new remote IPC for for GetTerminationSt..."dbeam@chromium.org2013-08-212-119/+37
* Support a new remote IPC for for GetTerminationStatus.jln@chromium.org2013-08-212-37/+119
* Zygote: fix real PID reporting when using a fork delegate.jln@chromium.org2013-08-141-1/+5
* Revert 216530 "Linux Zygote: cleanup and sanity checks."jln@chromium.org2013-08-091-29/+20
* Linux Zygote: cleanup and sanity checks.jln@chromium.org2013-08-091-20/+29
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-253-3/+2
* Split PepperPluginRegistry into the pieces that are needed in each process. c...jam@chromium.org2013-07-251-2/+25
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Fixing conditional including of init_webrtc.h.grunell@chromium.org2013-07-021-1/+4
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Linux: remove unmaintained SELinux code.phajdan.jr@chromium.org2013-05-172-56/+1
* Support for loading libpeerconnection dynamically instead of statically.tommi@chromium.org2013-05-011-0/+4
* Linux sandbox: more paranoid checks at initializationjln@chromium.org2013-05-012-7/+1
* Linux: make CHROMIUM_SELINUX compile againjln@chromium.org2013-04-301-1/+1
* Fix issue 233464 by defining Zygote::kMagicSandboxIPCDescriptor in zygote_lin...glider@chromium.org2013-04-241-0/+2
* Fix ZygoteMain() prototype: it returns a bool, not an intmdempsky@google.com2013-04-132-0/+20
* re-land 187283 -- switch to skia's version of SkFontHost_fontconfigreed@google.com2013-03-121-5/+5
* Revert 187283reed@google.com2013-03-111-5/+5
* Call version of SkFontHost_fontconfig in Skia (cloned from here).reed@google.com2013-03-111-5/+5
* content_shell: fix linux ENABLE_PLUGIN=0 buildmsb@chromium.org2013-02-271-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use SOCK_SEQPACKET for synchronous IPC.glider@google.com2013-01-182-10/+10
* NaCl: Clean up file descriptor setup in nacl_helper on linuxmseaborn@chromium.org2013-01-101-2/+1
* NaCl: Remove unused "sandboxed_" field and argument from NaClForkDelegatemseaborn@chromium.org2013-01-091-2/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-061-2/+17
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* Move global_descriptors to base/posix.brettw@chromium.org2012-11-091-1/+1
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-1/+1
* linux: Crash browser on too-big messages to zygote.derat@chromium.org2012-10-121-2/+1
* Create a LinuxSandbox class.jln@chromium.org2012-08-023-83/+20
* Revert 149692 - Create a LinuxSandbox class.mazda@chromium.org2012-08-023-20/+83
* Create a LinuxSandbox class.jln@chromium.org2012-08-023-83/+20
* Create a new SetuidSandboxClient class.jln@chromium.org2012-07-231-57/+27
* Share the zygote's fopen overrides with nacl_helper.ncbray@chromium.org2012-07-131-134/+2
* Add Julien Tinnes as OWNER of Linux sandboxing and Zygotejln@chromium.org2012-07-091-2/+1
* clang: -Wunused-private-field cleanups, linux editionthakis@chromium.org2012-07-032-1/+5
* Omit -w from ASan CFLAGS and fix a warning.eugenis@chromium.org2012-06-141-0/+3
* Setuid sandbox API versioningjln@chromium.org2012-06-051-2/+26
* Tighten up DEPS some more. NaCl/service process code are including internal c...jam@chromium.org2012-06-042-4/+4
* Fix SELinux build after refactoring of the zygote (https://chromiumcodereview...phajdan.jr@chromium.org2012-06-022-25/+25
* Zygote Init: close all file descriptors properlyjln@chromium.org2012-06-011-3/+6
* Created new OWNERS file for content/zygote/*. Added markus@chromium andmarkus@chromium.org2012-06-011-0/+4
* Cleanup: Remove the C version of GetUrandomFD()mseaborn@chromium.org2012-05-301-5/+4
* Zygote: warn if setuid sandbox is acting as initjln@chromium.org2012-05-261-8/+19
* Roll the revision of the seccomp sandbox forward. In the process, we alsomarkus@chromium.org2012-05-232-7/+9
* Have Zygote fork a init-like process if requiredjln@chromium.org2012-05-231-0/+83