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
*
Disabling the TestEvent and TestEventReadOnly tests while I figure out why th...
ananta@chromium.org
2013-10-25
1
-2
/
+2
*
Attempt3 at landing this. The previous attempt failed on Windows XP because t...
ananta@chromium.org
2013-10-25
10
-273
/
+350
*
Revert 230660 "Relanding this with fixes for the SyncPolicyTest...."
falken@chromium.org
2013-10-24
10
-259
/
+273
*
Relanding this with fixes for the SyncPolicyTest.TestEvent and SyncPolicyTest...
ananta@chromium.org
2013-10-24
10
-273
/
+259
*
Revert 230512 "Replace the CreateEvent/OpenEvent patches with th..."
thakis@chromium.org
2013-10-24
10
-255
/
+273
*
Replace the CreateEvent/OpenEvent patches with their Nt counterparts like NtO...
ananta@chromium.org
2013-10-23
10
-273
/
+255
*
This patch addresses two issues:
zturner@chromium.org
2013-10-21
9
-32
/
+42
*
Remove dependency of sandbox_win64 on gtest
scottmg@chromium.org
2013-10-18
1
-1
/
+0
*
Fix a bug which caused the OpenEventA function in kernelbase to not get patch...
ananta@chromium.org
2013-10-17
1
-3
/
+3
*
Fix a hang in the GPU process in the XP presentation path.
ananta@chromium.org
2013-10-10
1
-1
/
+1
*
Ensure that the gpu process can run in the restricted sandbox for the XP pres...
ananta@chromium.org
2013-09-27
6
-61
/
+209
*
Sandbox: Update for Windows 8.1
rvargas@google.com
2013-09-20
3
-26
/
+38
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-12
1
-0
/
+2
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-2
/
+1
*
don't truncate pointers in fake _InterlockedCompareExchangePointer
jschuh@chromium.org
2013-08-29
1
-0
/
+12
*
Fix PVS assignment warning in DuplicateHandleProxyAction
jschuh@chromium.org
2013-08-15
1
-1
/
+1
*
Fixing arg type in fprintf.
finnur@chromium.org
2013-08-14
1
-1
/
+1
*
Remove wow_helper from 64-bit builds
jschuh@chromium.org
2013-08-03
1
-9
/
+13
*
Fix invalid check of ntstatus code.
etienneb@chromium.org
2013-07-31
1
-1
/
+1
*
Update include paths in sandbox for base/process changes.
rsesek@chromium.org
2013-07-23
1
-2
/
+1
*
Use non-array operator new for memory deleted by non-array delete.
bruening@google.com
2013-06-21
1
-4
/
+4
*
Sandbox: be defensive against compiler (de)optimizations when handling IPCs.
rvargas@chromium.org
2013-06-20
1
-14
/
+32
*
Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.
avi@chromium.org
2013-06-11
11
-11
/
+11
*
Fix new[]/delete mismatches in sandbox handle code by switching to scoped_ptr...
bruening@chromium.org
2013-06-08
2
-4
/
+7
*
Fix DCHECK_NT macro
hans@chromium.org
2013-05-30
1
-1
/
+1
*
Include stddef.h for the definition of size_t.
hans@chromium.org
2013-05-30
1
-0
/
+2
*
Grab bag of clang fixes for Windows code
rnk@chromium.org
2013-05-17
1
-2
/
+4
*
Fix small race in the sandbox
cpu@chromium.org
2013-04-19
4
-9
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in sandbox.
dcheng@chromium.org
2013-04-12
9
-10
/
+10
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
2
-3
/
+3
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
1
-0
/
+2
*
Remove sandbox win64 warning
jschuh@chromium.org
2013-02-12
1
-7
/
+0
*
Ignore DEP and SEHOP flags on Win64
jschuh@chromium.org
2013-02-12
1
-0
/
+3
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+2
*
Disable ProcessMitigationsTest.CheckDep on Win64
jschuh@chromium.org
2013-02-07
1
-2
/
+2
*
Windows: Allow subprocesses to inherit non-console stdout/stderr
mseaborn@chromium.org
2013-02-03
8
-3
/
+142
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
1
-30
/
+36
*
Make the Windows sandbox support a normal x64 build
jschuh@chromium.org
2013-01-05
2
-26
/
+32
*
Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive()
rvargas@google.com
2013-01-03
1
-3
/
+4
*
Sandbox: Don't create an ScopedHandle with an invalid handle.
rvargas@chromium.org
2012-12-20
1
-1
/
+2
*
Sandbox: Verify the return value when changing memory protection.
rvargas@google.com
2012-11-27
2
-2
/
+6
*
Sandbox: Increase the default timeout of multiprocess tests to 1 minute.
rvargas@google.com
2012-11-17
1
-1
/
+1
*
Fix memory smashing on the sandbox PolicyRule
cpu@chromium.org
2012-11-14
3
-10
/
+52
*
Revert 162293 - Enable DEP earlier on Vista and below
mattm@chromium.org
2012-10-17
3
-29
/
+29
*
Enable DEP earlier on Vista and below
jschuh@chromium.org
2012-10-17
3
-29
/
+29
*
Re-enable the tests for jobless children and add some more to them.
pastarmovj@chromium.org
2012-10-11
1
-17
/
+100
*
Revert 160252 - Make mitigation failures CHECK
jschuh@chromium.org
2012-10-05
1
-17
/
+23
*
Make mitigation failures CHECK
jschuh@chromium.org
2012-10-04
1
-23
/
+17
*
Temporarily disable failing integration tests on Windows
bartfab@chromium.org
2012-10-04
1
-5
/
+5
*
Add a parameter to the sandbox policy to allow sandboxed process to run outsi...
pastarmovj@chromium.org
2012-10-04
10
-26
/
+211
[next]