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
/
sandbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux sandbox: add a few missing HANDLE_EINTR()
jln@chromium.org
2014-03-21
2
-3
/
+3
*
Fix DEATH_BY_SIGNAL helper
mdempsky@chromium.org
2014-03-19
3
-1
/
+34
*
Make chrome_elf use thunks instead of function pointers.
caitkp@chromium.org
2014-03-18
3
-0
/
+59
*
Move ScopedFILE to base namespace and scoped_file.h
brettw@chromium.org
2014-03-17
1
-1
/
+1
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
4
-19
/
+18
*
Don't explicitly set DEP flags on Vista
jschuh@chromium.org
2014-03-15
1
-3
/
+1
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
4
-18
/
+19
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
4
-19
/
+18
*
Fix unreachable code in sandbox/. Found with MSVC warning 4702.
pkasting@chromium.org
2014-03-14
1
-2
/
+3
*
Pass expected value as first argument to ASSERT_EQ
mdempsky@chromium.org
2014-03-14
1
-3
/
+3
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
4
-18
/
+19
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
4
-19
/
+18
*
Revert of Fix DEATH_BY_SIGNAL test helper (https://codereview.chromium.org/19...
mdempsky@chromium.org
2014-03-13
3
-26
/
+1
*
Fix DEATH_BY_SIGNAL test helper
mdempsky@chromium.org
2014-03-12
3
-1
/
+26
*
Remove DELETE permission on the sandboxed desktop
jschuh@chromium.org
2014-03-11
1
-0
/
+1
*
Linux Sandbox: scope child process with BrokerProcess class.
jln@chromium.org
2014-03-10
6
-20
/
+102
*
Revert 255151 "Make chrome_elf use thunks instead of function po..."
caitkp@chromium.org
2014-03-07
3
-59
/
+0
*
Revert 255478 "Style nits"
jln@chromium.org
2014-03-07
1
-2
/
+0
*
Style nits
matthew@dempsky.org
2014-03-07
1
-0
/
+2
*
Linux sandbox: add basic Yama support
jln@chromium.org
2014-03-07
14
-10
/
+667
*
Don't modify the alternate winstation DACL
jschuh@chromium.org
2014-03-06
1
-13
/
+1
*
Make chrome_elf use thunks instead of function pointers.
caitkp@chromium.org
2014-03-05
3
-0
/
+59
*
Pass correct object_type in AddKnownSidToObject
jschuh@chromium.org
2014-03-05
1
-1
/
+1
*
Correctly bounds check FileNameLength in IsSupportedRenameCall
jschuh@chromium.org
2014-03-05
1
-5
/
+8
*
Further tighten desktop permissions and cleanup style nits
jschuh@chromium.org
2014-03-05
1
-12
/
+14
*
refactor ResolveNTFunctionPtr
luken@chromium.org
2014-03-05
1
-16
/
+13
*
Handle waitpid returning EINTR.
mdempsky@chromium.org
2014-03-03
1
-2
/
+1
*
Linux Sandbox: add Credentials::SupportsNewUserNS()
jln@chromium.org
2014-03-03
3
-9
/
+72
*
Check destination in sandbox CopyParamIn
jschuh@chromium.org
2014-03-01
1
-1
/
+2
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
6
-10
/
+14
*
Reduce sandbox permissions granted to alternate desktop
jschuh@chromium.org
2014-02-26
7
-26
/
+134
*
Revert 253415 "Reduce sandbox permissions granted to alternate d..."
robertphillips@google.com
2014-02-26
7
-129
/
+26
*
Reduce sandbox permissions granted to alternate desktop
jschuh@chromium.org
2014-02-26
7
-26
/
+129
*
fix excesive number of mutexes created by sandbox
cpu@chromium.org
2014-02-22
1
-9
/
+19
*
Clarify the process title of GPU broker process.
dongseong.hwang@intel.com
2014-02-22
4
-16
/
+22
*
Fix a compilation issue when building with VS2013 and optimization set to "max".
sebmarchand@chromium.org
2014-02-20
1
-2
/
+2
*
Setuid sandbox: exit(2) on SIGABRT
jln@chromium.org
2014-02-15
1
-0
/
+18
*
Revert 251391 "Setuid sandbox: exit(2) on SIGABRT"
asvitkine@chromium.org
2014-02-14
1
-15
/
+0
*
Setuid sandbox: exit(2) on SIGABRT
jln@chromium.org
2014-02-14
1
-0
/
+15
*
Revert r251271 "Setuid sandbox: exit(2) on SIGABRT" Make Linux build again.
pfeldman@chromium.org
2014-02-14
1
-15
/
+0
*
Setuid sandbox: exit(2) on SIGABRT
jln@chromium.org
2014-02-14
1
-0
/
+15
*
Revert 251265 "Setuid sandbox: exit(2) on SIGABRT"
jln@chromium.org
2014-02-14
1
-15
/
+0
*
Setuid sandbox: exit(2) on SIGABRT
jln@chromium.org
2014-02-14
1
-0
/
+15
*
Use the same handle for checking and duplicating in DuplicateHandleProxy
jschuh@chromium.org
2014-02-13
3
-6
/
+4
*
Revert 250744 "Use the same handle for checking and duplicating ..."
sergeyu@chromium.org
2014-02-12
3
-2
/
+5
*
Use the same handle for checking and duplicating in DuplicateHandleProxy
jschuh@chromium.org
2014-02-12
3
-5
/
+2
*
Expose an IsSandboxed() export on chrome.exe.
robertshield@chromium.org
2014-02-12
1
-2
/
+6
*
Linux sandbox tests: always stop threads
jln@chromium.org
2014-02-10
1
-0
/
+4
*
Disable the failing ThreadHelpers.* tests under ThreadSanitizer for now.
glider@chromium.org
2014-02-10
1
-3
/
+14
*
android: Require exe unittests to have a foo_unittest_stripped target.
thakis@chromium.org
2014-02-10
1
-0
/
+15
[next]