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 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
*
Revert 159850 - Enable handle tracing in Canary, Dev, and all debug builds of...
alexeypa@google.com
2012-10-03
1
-11
/
+6
*
Enable handle tracing in Canary, Dev, and all debug builds of Chrome (Windows...
alexeypa@chromium.org
2012-10-03
1
-6
/
+11
*
Improve error handling in ApplyProcessMitigationsToCurrentProcess
jschuh@chromium.org
2012-10-02
1
-7
/
+15
*
Add extra buckets to CrashExitCodes histogram for sandbox terminations.
eroman@chromium.org
2012-09-28
1
-2
/
+3
*
Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don...
pkasting@chromium.org
2012-09-22
6
-83
/
+26
*
Make ProcessMitigationsTest.CheckWin8 work in debug builds
jschuh@chromium.org
2012-09-22
1
-11
/
+15
*
Cleanup: avoid foo ? true : false, part 2.
thestig@chromium.org
2012-09-19
5
-14
/
+9
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-309
/
+767
*
Revert 156550 - Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-746
/
+309
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-13
17
-309
/
+746
*
Revert 156315 - Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-12
17
-738
/
+304
*
Add sandbox support for Windows process mitigations
jschuh@chromium.org
2012-09-12
17
-304
/
+738
*
Disable FilePolicyTest, DISABLED_TestReparsePoint
tbreisacher@chromium.org
2012-09-07
1
-1
/
+2
*
Sandbox: Add support for Windows 8' AppContainer.
rvargas@google.com
2012-09-05
17
-82
/
+665
*
Move STARTUPINFO manipulation into SpawnTarget
jschuh@chromium.org
2012-08-28
3
-13
/
+25
*
Sandbox: Disable a test that fails on Win64.
rvargas@google.com
2012-08-23
1
-0
/
+2
*
Re-enable sandbox ClientFastServer test.
jln@chromium.org
2012-08-22
1
-3
/
+0
*
Sandbox: Fix CreateProcess policy tests.
rvargas@google.com
2012-08-10
2
-45
/
+110
*
Revert 150423 - Sandbox: Fix CreateProcess policy tests.
rvargas@google.com
2012-08-07
2
-111
/
+45
*
Sandbox: Fix CreateProcess policy tests.
rvargas@google.com
2012-08-07
2
-45
/
+111
*
Revert 149782 - Sandbox: Fix CreateProcess policy tests.
rvargas@google.com
2012-08-03
2
-105
/
+45
*
Sandbox: Fix CreateProcess policy tests.
rvargas@google.com
2012-08-03
2
-45
/
+105
*
Sandbox: Verify that members of TargetProcess are valid before freeing them.
rvargas@google.com
2012-08-03
1
-10
/
+13
*
Fixing a couple of issues in sandbox::RestrictedToken:
alexeypa@chromium.org
2012-08-01
2
-13
/
+82
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-07-27
1
-1
/
+1
*
Remove use-after-free bug.
tbreisacher@chromium.org
2012-07-25
1
-3
/
+3
*
Revert 147510 - Revert "Remove part of a sandbox test that fails on XP"
vitalybuka@chromium.org
2012-07-20
1
-0
/
+3
[next]