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
/
chrome
/
browser
/
zygote_main_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity: Fix unchecked return values.
kmadhusu@chromium.org
2011-01-12
1
-2
/
+4
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-1
/
+7
*
Move unix domain socket support out of base and into chrome common. This is not
brettw@chromium.org
2010-12-22
1
-16
/
+14
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-12
/
+18
*
Wrap GlobalDescriptors singleton in accessor method.
evan@chromium.org
2010-12-07
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.
pkasting@chromium.org
2010-10-21
1
-1
/
+1
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
1
-17
/
+12
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
1
-12
/
+17
*
Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI...
thestig@chromium.org
2010-09-26
1
-1
/
+8
*
linux: zygote should suicide when the browser channel closes.
evan@chromium.org
2010-09-24
1
-5
/
+6
*
zygote: use pthread_once to init localtime(_r) functions.
agl@chromium.org
2010-09-21
1
-47
/
+38
*
Replicate r59512 for localtime_r
agl@chromium.org
2010-09-20
1
-6
/
+5
*
Support for building Chrome using Clang.
evan@chromium.org
2010-09-18
1
-2
/
+3
*
Linux zygote: Fix race condition when using SUID + seccomp sandboxes
mseaborn@chromium.org
2010-09-16
1
-46
/
+95
*
Linux sandbox: Allow seccomp sandbox to be stacked on top of the SUID sandbox
mseaborn@chromium.org
2010-09-16
1
-4
/
+6
*
Use magic to init our 'localtime' wrapper.
agl@chromium.org
2010-09-15
1
-6
/
+5
*
Pull seccomp-sandbox in via DEPS rather than using an in-tree copy
mseaborn@chromium.org
2010-09-01
1
-1
/
+1
*
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
jhawkins@chromium.org
2010-08-20
1
-0
/
+1
*
Linux: bit hacky way to ensure Pepper plugins get loaded by zygote.
viettrungluu@chromium.org
2010-07-28
1
-1
/
+5
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Load Pepper v2 internal pdf plugin.
jam@chromium.org
2010-07-16
1
-14
/
+0
*
Add about:sandbox.
agl@chromium.org
2010-07-13
1
-1
/
+28
*
Revert 52161 -Accidental checkin. Load Pepper v2 internal pdf plugin.
jam@chromium.org
2010-07-13
1
-2
/
+1
*
Load Pepper v2 internal pdf plugin.
jam@chromium.org
2010-07-13
1
-1
/
+2
*
Fix up a comment.
agl@chromium.org
2010-07-12
1
-2
/
+2
*
Checking in Lei's fix from http://codereview.chromium.org/2827024: Don't cras...
jam@chromium.org
2010-06-25
1
-1
/
+1
*
Internal plugin needs to be loaded in a different place for the Linux sandbox.
jam@chromium.org
2010-06-17
1
-0
/
+14
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
1
-5
/
+0
*
patch
thakis@chromium.org
2010-06-16
1
-0
/
+5
*
Log the errno when the zygote fails to fork.
agl@chromium.org
2010-06-09
1
-1
/
+1
*
Fix typo which was causing unneeded logging messages.
agl@chromium.org
2010-04-19
1
-1
/
+3
*
SELinux: add basic policy.
agl@chromium.org
2010-04-19
1
-20
/
+24
*
posix: handle the return value of close() in more places.
evan@chromium.org
2010-04-16
1
-2
/
+4
*
linux: enable seccomp sandbox by default
evan@chromium.org
2010-03-30
1
-7
/
+3
*
linux: make seccomp sandbox also use OOP font loading
evan@chromium.org
2010-03-29
1
-25
/
+29
*
Linux: fix SELinux support.
agl@chromium.org
2010-03-17
1
-9
/
+15
*
Zygote: Clarify relationship between HandleForkRequest() and ChromeMain()
mseaborn@chromium.org
2010-03-08
1
-11
/
+13
*
Rename constants to be consistent with the names used in
agl@chromium.org
2010-02-23
1
-4
/
+4
*
Revert "linux: enable seccomp sandbox by default"
evan@chromium.org
2010-02-18
1
-7
/
+7
*
linux: enable seccomp sandbox by default
evan@chromium.org
2010-02-18
1
-7
/
+7
*
Linux: Only close kZygoteIdDescriptor when using the SUID sandbox.
thestig@chromium.org
2010-02-17
1
-1
/
+2
*
linux: unused variable in ARM build
joel@chromium.org
2009-11-19
1
-0
/
+3
*
Hide seccomp sandbox calls from non-x86 machines
joel@chromium.org
2009-11-18
1
-0
/
+7
*
Allow the seccomp sandbox to be enabled, even if the suid sandbox has
markus@chromium.org
2009-11-07
1
-7
/
+37
*
Only enable the seccomp sandbox, if the machine actually has kernel support for
markus@chromium.org
2009-11-04
1
-0
/
+17
*
Add support for getting the real process id from within the suid sandbox. The...
thestig@chromium.org
2009-11-04
1
-26
/
+107
*
Revert 30938 - Add support for getting the real process id from within the su...
thestig@chromium.org
2009-11-04
1
-107
/
+26
*
Add support for getting the real process id from within the suid sandbox. The...
thestig@chromium.org
2009-11-04
1
-26
/
+107
*
CommandLine: rejigger how initialization works.
evan@chromium.org
2009-10-12
1
-1
/
+4
*
Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.
jshin@chromium.org
2009-10-05
1
-0
/
+9
[next]