index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
zygote
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux Sandbox: always discover Zygote PID properly
jln
2015-02-19
3
-3
/
+11
*
Replace the asan_coverage GYP flag with sanitizer_coverage which is to be use...
glider
2015-02-13
2
-14
/
+11
*
Linux sandbox: fix part of the *SingleThreaded() APIs
jln
2015-02-12
1
-1
/
+2
*
Namespace sandbox: add important security checks
jln
2015-02-12
1
-69
/
+7
*
Add namespace sandbox status to LinuxSandbox::GetStatus.
rickyz
2015-02-12
1
-2
/
+6
*
Revert "Add extra check that the namespace sandbox is engaged."
rickyz
2015-02-10
1
-6
/
+2
*
Add extra check that the namespace sandbox is engaged.
rickyz
2015-02-10
1
-2
/
+6
*
Mechanical rename of base::debug -> base::trace_event for /content
ssid
2015-02-09
1
-1
/
+1
*
Allow using the namespace sandbox in zygote host.
rickyz
2015-02-07
1
-45
/
+55
*
Revert of Roll Clang 223108:228129 (patchset #5 id:80001 of https://coderevie...
tapted
2015-02-06
1
-1
/
+0
*
Roll Clang 223108:228129
hans
2015-02-06
1
-0
/
+1
*
Mechanical rename of tracing includes for /content [3/3]
primiano
2015-01-28
1
-1
/
+1
*
Move ForkWithFlags from process* to launch*.
rickyz
2015-01-21
1
-1
/
+3
*
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
rickyz
2015-01-13
1
-1
/
+1
*
Revert of Linux Sandbox: move init processes to new session id. (patchset #1 ...
jln
2015-01-12
1
-2
/
+0
*
mmap V8 snapshot and ICU data file in the android_webview
mkosiba
2015-01-09
1
-4
/
+4
*
Linux Sandbox: move init processes to new session id.
jln
2015-01-07
1
-0
/
+2
*
Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...
mek
2015-01-07
1
-1
/
+1
*
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
rickyz
2015-01-07
1
-1
/
+1
*
zygote: skip pre-initializing sandbox under --no-sandbox flag
mdempsky
2015-01-03
1
-2
/
+6
*
Remove deprecated methods from Pickle.
avi
2014-12-28
3
-31
/
+21
*
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...
avi
2014-12-28
3
-21
/
+31
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
2
-4
/
+5
*
Remove deprecated methods from Pickle.
Avi Drissman
2014-12-22
3
-31
/
+21
*
Use ForkWithFlags on the zygote.
rickyz
2014-12-18
1
-1
/
+4
*
Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...
perkj
2014-12-11
1
-0
/
+3
*
Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...
hidehiko
2014-12-11
1
-3
/
+0
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-05
1
-1
/
+1
*
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...
rfevang
2014-12-03
1
-1
/
+1
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-03
1
-1
/
+1
*
Linux sandbox: change API to start the sandbox
jln
2014-11-25
1
-12
/
+32
*
Introduce content_nacl_nonsfi.gyp for nacl_helper_nonsfi.
hidehiko
2014-11-10
1
-0
/
+1
*
Change Zygote ownership in content/.
jln
2014-09-22
1
-1
/
+1
*
Linux sandbox: add behind-flag USR2 handler for crash debugging.
Julien Tinnes
2014-09-20
1
-0
/
+44
*
Include Pepper headers only if ENABLE_PLUGINS is defined
dnicoara
2014-09-08
1
-2
/
+5
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
1
-1
/
+1
*
Remove cevans@ from OWNERS files.
thestig
2014-08-29
1
-1
/
+0
*
Switch to BoringSSL.
davidben@chromium.org
2014-07-22
1
-3
/
+8
*
AsanCoverage: make the filenames of zygote/gpu coverage files more unique.
earthdok@chromium.org
2014-06-03
1
-1
/
+5
*
Add sandbox support for AsanCoverage.
earthdok@chromium.org
2014-06-02
3
-12
/
+153
*
Cleanup zygote_main_linux.cc includes.
mdempsky@chromium.org
2014-05-16
1
-13
/
+1
*
MemorySanitizer: remove msan_unpoison_string() from zygote_main_linux.cc
earthdok@chromium.org
2014-05-13
1
-15
/
+4
*
Add support for multiple zygote fork delegates
mdempsky@chromium.org
2014-05-11
4
-52
/
+49
*
Use RecvMsgWithPid to find real PID for zygote children
mdempsky@chromium.org
2014-05-08
2
-101
/
+121
*
Get rid of kZygoteIdFd from content
mdempsky@chromium.org
2014-05-02
1
-5
/
+1
*
Make PID translation sanity checks more robust
mdempsky@chromium.org
2014-05-01
1
-0
/
+6
*
Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>
mdempsky@chromium.org
2014-04-30
2
-18
/
+19
*
Use RecvMsgWithPid to find zygote PID instead of chrome-sandbox
mdempsky@chromium.org
2014-04-28
2
-14
/
+11
*
Simplify ZygoteForkDelegate API further
mdempsky@chromium.org
2014-04-18
1
-13
/
+9
*
Clean up ZygoteForkDelegate API a little
mdempsky@chromium.org
2014-04-18
2
-4
/
+4
[next]