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
*
Cleanup: Convert const char* kFoo to const char kFoo[].
thestig
2015-12-17
1
-4
/
+4
*
bpf_dsl: implement CASES with C++11 variadic templates
mdempsky
2015-12-15
3
-40
/
+29
*
bpf_dsl: remove operator{!,&&,||} overloads
mdempsky
2015-12-15
6
-55
/
+92
*
clang/win: Fix build after https://codereview.chromium.org/1456663003
Nico Weber
2015-12-12
1
-1
/
+1
*
Make dispatcher a member of PolicyBase.
rickyz
2015-12-12
6
-143
/
+215
*
Use volatile to prevent heap-to-stack promotion in an ASan test
rnk
2015-12-10
1
-1
/
+1
*
clang/win: Let remaining chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-1
/
+1
*
Fixing remaining VC++ 2015 64-bit build breaks
brucedawson
2015-12-10
2
-3
/
+6
*
clang/win: Let some chromium_code targets build with -Wextra.
thakis
2015-12-10
13
-169
/
+217
*
[Sandbox service resolver hooks] Remove the RET hijacking in ntdll.
pennymac
2015-12-09
2
-18
/
+9
*
Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>
mdempsky
2015-12-09
2
-7
/
+6
*
seccomp-bpf: use std::tie for TrapKey::operator<
mdempsky
2015-12-08
1
-7
/
+2
*
Reland of clang/win: Enable -Wunused-value completely. (patchset #1 id:1 of h...
thakis
2015-12-07
1
-1
/
+1
*
clang/win: Make sandbox_nt_util.cc build with -Wunused-value in release.
thakis
2015-12-07
2
-4
/
+3
*
Revert of clang/win: Enable -Wunused-value completely. (patchset #3 id:40001 ...
thakis
2015-12-05
1
-1
/
+1
*
clang/win: Enable -Wunused-value completely.
thakis
2015-12-05
1
-1
/
+1
*
Remove kuint32max.
avi
2015-12-04
5
-129
/
+170
*
Fixes for 1324523008 which was reverted. (Due to GetUserDefaultLocaleName bei...
liamjm
2015-12-03
6
-8
/
+207
*
Change callers of ScopedGeneric::Pass() to std::move()
danakj
2015-12-03
5
-10
/
+12
*
Add components/nacl to "gn check"
brettw
2015-12-02
1
-3
/
+3
*
Remove kuint16max.
avi
2015-12-01
2
-11
/
+17
*
Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr...
avi
2015-12-01
2
-17
/
+11
*
Remove kuint16max.
avi
2015-12-01
2
-11
/
+17
*
Switch to static_assert in the repo.
avi
2015-11-24
1
-1
/
+2
*
Cleanup: Correctly spell success(ful).
thestig
2015-11-23
1
-1
/
+1
*
GN: Use -fgnu-inline-asm for sandbox_services under nacl_nonsfi
mcgrathr
2015-11-20
1
-0
/
+2
*
Run gn --format over all .gn files
agrieve
2015-11-20
2
-2
/
+2
*
Make the new Mojo EDK work inside the Chrome Linux sandbox.
jam
2015-11-17
2
-0
/
+64
*
Revert "Fix inherited handles conflicting with handle tracker"
rickyz
2015-11-17
2
-64
/
+0
*
Replace decltype(nullptr) with std::nullptr_t.
danakj
2015-11-12
2
-6
/
+8
*
include what you use: errno.h in sandbox/
mostynb
2015-11-07
4
-1
/
+5
*
Deprecate *_EXPORT_PRIVATE macros.
xhwang
2015-11-06
1
-3
/
+0
*
Explicitly defines the kClockSystemTrace in the syscall parameters test
charliea
2015-11-04
1
-12
/
+0
*
Revert of StackDumpSignalHandler() should reraise the signal. (patchset #8 id...
jorgelo
2015-11-04
1
-6
/
+7
*
StackDumpSignalHandler() should reraise the signal.
erikchen
2015-11-03
1
-7
/
+6
*
Remove shared_handles.{cc,h}
rickyz
2015-10-30
4
-179
/
+0
*
Removes support for using the system clock on ChromeOS
charliea
2015-10-30
3
-42
/
+2
*
Reland: Fix sandbox_linux_unittests_deps on GN & Android
pkotwicz
2015-10-29
1
-20
/
+29
*
Do not set include_dirs in direct_dependent_settings.
rickyz
2015-10-28
1
-12
/
+0
*
Remove unmaintained sandbox_linux_jni_unittests
pkotwicz
2015-10-28
2
-55
/
+1
*
Revert of Fix sandbox_linux_unittests_deps on GN & Android (patchset #3 id:80...
jbudorick
2015-10-27
1
-31
/
+20
*
Fix sandbox_linux_unittests_deps on GN & Android
pkotwicz
2015-10-27
1
-20
/
+31
*
Build nacl_helper_nonsfi with GN
phosek
2015-10-27
1
-4
/
+69
*
Fix IsFunctionAService() for Windows 10 WOW64
drbasic
2015-10-21
4
-12
/
+84
*
mac: Make Mach port scopers better ScopedGenerics
mark
2015-10-20
3
-5
/
+5
*
Attempt to isolate sandbox_linux_unittests on android.
stip
2015-10-14
2
-0
/
+38
*
Fix order of initialization warning in target_process.cc.
Hans Wennborg
2015-10-13
1
-3
/
+3
*
Rework target process creation to minimize creation routes
forshaw
2015-10-13
6
-93
/
+62
*
Enforce WARN_UNUSED_RESULT attribute on Windows
dcheng
2015-10-10
2
-2
/
+4
*
Use -fgnu-inline-asm flag for Non-SFI sandbox GYP build
phosek
2015-10-06
1
-1
/
+3
[next]