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
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inherited handles conflicting with handle tracker
scottmg
2015-09-02
2
-0
/
+64
*
fix typo in comment: reverToSelf() -> revertToSelf()
liamjm
2015-09-02
1
-1
/
+1
*
Revert of Fix inherited handles conflicting with handle tracker (patchset #5 ...
pneubeck
2015-09-02
2
-60
/
+0
*
Fix inherited handles conflicting with handle tracker
scottmg
2015-09-02
2
-0
/
+60
*
Annotate GN executables and shared_libraries with sanitizer deps.
brettw
2015-08-31
1
-0
/
+4
*
Add support for int 2e fallback system call stub in Win10.
wfh
2015-08-20
1
-9
/
+52
*
Sandbox: Reenable test that was flaking for being too slow.
rvargas
2015-08-14
1
-2
/
+1
*
Sandbox: Reenable tests that were flaking for being too slow.
rvargas
2015-08-14
1
-4
/
+2
*
Sandbox: Check on NTClose failure.
rvargas
2015-08-14
2
-19
/
+9
*
Remove remaining legacy SplitString calls.
brettw
2015-08-12
1
-10
/
+9
*
clang/win: Try to fix 64-bit build after https://codereview.chromium.org/1261...
Nico Weber
2015-08-08
1
-0
/
+2
*
Fix version check in ValidationSuite
scottmg
2015-08-06
1
-2
/
+2
*
clang/win: Fix most -Wunused-function warnings in Chromium code.
thakis
2015-07-28
2
-4
/
+3
*
Annotate large GN targets for precompiled headers
brettw
2015-07-28
1
-0
/
+2
*
Fix chromium style checker error on windows sandbox code.
Nico Weber
2015-07-28
5
-3
/
+13
*
Revert "Add precompiled headers to GN build for large targets."
dpranke
2015-07-28
1
-2
/
+0
*
Sandbox: Small cleanup for the path handling code.
rvargas
2015-07-27
7
-66
/
+51
*
Sandbox: Make Job store a ScopedHandle and not a raw handle.
rvargas
2015-07-27
9
-171
/
+160
*
Sandbox: Make Wow64 store ScopedHandles instead of raw handles.
rvargas
2015-07-27
2
-16
/
+17
*
Add precompiled headers to GN build for large targets.
brettw
2015-07-27
1
-0
/
+2
*
Sandbox: Remove ::CloseHandle from BrokerServices.
rvargas
2015-07-23
2
-87
/
+91
*
Sandbox: Update the interface of RestrictedToken to use DWORD.
rvargas
2015-07-23
2
-30
/
+29
*
Sandbox: store RestrictedToken::effective_token_ on a ScopedHandle.
rvargas
2015-07-21
2
-127
/
+76
*
Sandbox: Make CreateRestrictedToken return a ScopedHandle.
rvargas
2015-07-20
8
-167
/
+142
*
Disable DEP checking tests on 64-bit since it's always enabled.
wfh
2015-07-18
1
-5
/
+7
*
Revert of Sandbox: Make CreateRestrictedToken return a ScopedHandle. (patchse...
thakis
2015-07-16
8
-142
/
+167
*
Sandbox: Make CreateRestrictedToken return a ScopedHandle.
rvargas
2015-07-16
8
-167
/
+142
*
close ALPC ports in sbox integrations tests. This is the first step in lockin...
liamjm
2015-07-16
6
-8
/
+39
*
win: Fix unqualified lookups into dependent base classes.
thakis
2015-07-14
1
-4
/
+4
*
Convert sbox_validation_tests to run exclusively on Swarming
maruel
2015-07-11
1
-0
/
+13
*
Convert sbox_unittests to run exclusively on Swarming
maruel
2015-07-11
1
-0
/
+13
*
win/clang: Remove unused variables in 32-bit builds.
thakis
2015-07-10
2
-4
/
+0
*
Sandbox: Make PolicyBase::MakeTokens return ScopedHandes
rvargas
2015-07-10
3
-21
/
+29
*
Convert sbox_integration_tests to run exclusively on Swarming
maruel
2015-07-10
1
-0
/
+17
*
Sandbox: Remove raw handles from PolicyBase.
rvargas
2015-07-10
3
-22
/
+16
*
Sandbox: Update the constructor of TargetProcess to receive ScopedHandles.
rvargas
2015-07-10
3
-8
/
+12
*
Sandbox: Remove job_object from (IPCInfo::)ClientInfo.
rvargas
2015-07-10
4
-15
/
+13
*
Sandbox: Fix a violation to the syle plugin.
rvargas
2015-07-10
2
-0
/
+9
*
Sandbox: remove raw handles from SharedMemIPCServer::ServerControl
rvargas
2015-07-09
3
-24
/
+24
*
Remove -Wno-unused-private-field clang warning suppression.
benwells
2015-07-09
1
-2
/
+0
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
2
-5
/
+0
*
clang/win: Re-enable -Wlogical-op-parentheses.
sammc
2015-07-08
2
-3
/
+4
*
Delete unused class.
Nico Weber
2015-07-07
4
-355
/
+0
*
Fix unused value warnings in sandbox/win.
sammc
2015-07-02
2
-2
/
+1
*
Fix some clang warnings with -Wmissing-braces in sandbox.
dcheng
2015-07-02
14
-105
/
+104
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
5
-14
/
+15
*
service_resolver_64: Correctly check all the bytes of the service code.
mgiuca
2015-07-01
1
-2
/
+2
*
Add child processes created outside Job object as peer processes.
wfh
2015-06-30
1
-0
/
+3
*
Always initialize local handle variables.
vchigrin
2015-06-29
1
-4
/
+4
*
Fix integer truncation issue and check return codes for errors.
forshaw
2015-06-15
1
-8
/
+10
[next]