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
*
Revert 129627 - Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-29
18
-506
/
+15
*
Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-29
18
-15
/
+506
*
Revert 128016 - Make sandbox explicitly block opening broker and sandboxed pr...
jschuh@chromium.org
2012-03-23
7
-121
/
+10
*
Make sandbox explicitly block opening broker and sandboxed processes
jschuh@chromium.org
2012-03-21
7
-10
/
+121
*
Revert 127836 - Revert 127820 - Revert 127795 - Make sandbox explicitly block...
zmo@google.com
2012-03-21
7
-121
/
+10
*
Revert 127820 - Revert 127795 - Make sandbox explicitly block opening broker ...
zmo@google.com
2012-03-20
7
-10
/
+121
*
Revert 127795 - Make sandbox explicitly block opening broker and sandboxed pr...
zmo@google.com
2012-03-20
7
-121
/
+10
*
Make sandbox explicitly block opening broker and sandboxed processes
jschuh@chromium.org
2012-03-20
7
-10
/
+121
*
Fix sidestep licenses
steveblock@chromium.org
2012-03-20
6
-114
/
+17
*
Add sandbox/OWNERS
dpranke@chromium.org
2012-03-13
1
-0
/
+4
*
If using the suid sandbox, but not using the seccomp sandbox, there is a
markus@chromium.org
2012-03-12
1
-4
/
+4
*
Reserve the bottom of the address space to prevent predictable alocations.
jschuh@chromium.org
2012-02-28
1
-1
/
+24
*
Flakiness cleanup: disable remaining flaky tests in src/
evan@chromium.org
2012-02-15
1
-2
/
+2
*
Fixed a bogus compiler warning.
markus@chromium.org
2012-01-30
1
-1
/
+1
*
Calling clone(CLONE_NEWPID) results in the new pid namespace getting a new "i...
markus@chromium.org
2012-01-30
4
-48
/
+346
*
Eliminated memory growth issue by removing null objects from a list that was ...
erikghill@gmail.com
2012-01-26
2
-22
/
+18
*
Fix memory dealocatiom mismatch by using scoped_ptr_malloc
cpu@chromium.org
2012-01-12
2
-8
/
+9
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
4
-34
/
+6
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
2
-11
/
+11
*
Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.
thestig@chromium.org
2011-11-14
4
-12
/
+9
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-7
/
+2
*
Remove 'settings' type from gyp files
evan@chromium.org
2011-09-22
1
-1
/
+1
*
Revert 100328 - Prevent the renderer from dying if launched under App-V/SoftG...
jschuh@chromium.org
2011-09-22
1
-6
/
+2
*
These unit tests are flaky and the code is exercised in the integration tests.
jschuh@chromium.org
2011-09-12
2
-67
/
+0
*
Prevent the renderer from dying if launched under App-V/SoftGrid.
nsylvain@chromium.org
2011-09-09
1
-2
/
+6
*
Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...
jam@chromium.org
2011-08-31
3
-12
/
+0
*
Don't crash on a NULL type-name from ObjectTypeInformation.
jschuh@chromium.org
2011-08-23
1
-1
/
+1
*
Trying again to land OOM priority manager changes.
gspencer@google.com
2011-08-23
3
-13
/
+33
*
Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.
mattm@chromium.org
2011-08-22
3
-33
/
+13
*
Changing OOM range to 0, 1000 and tweaking OOM algorithm.
gspencer@google.com
2011-08-22
3
-13
/
+33
*
Don't switch to RtlCreateUserThread until after lockdown.
jschuh@chromium.org
2011-08-12
1
-0
/
+11
*
Handle STATUS_BUFFER_OVERFLOW return value from NtQueryObject().
jschuh@chromium.org
2011-08-11
2
-2
/
+4
*
Make sandbox target a settings target type to fix a linker error.
craig.schlenter@chromium.org
2011-08-11
1
-1
/
+1
*
Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.
darin@chromium.org
2011-08-05
1
-2
/
+2
*
Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...
jschuh@chromium.org
2011-08-02
7
-10
/
+36
*
Sandbox: Fix a style nit. No actual code change.
rvargas@google.com
2011-08-02
1
-3
/
+4
*
seccomp: simplify enable/disable logic
evan@chromium.org
2011-07-29
1
-23
/
+11
*
Disable UnloadDllTest.BaselineAvicapDll
sergeyu@chromium.org
2011-07-27
1
-1
/
+1
*
Re-enabling chrome-sandbox for Clang builds.
glotov@google.com
2011-07-27
1
-2
/
+2
*
Warm up GetUserDefaultLangID before closing client ALPC connections.
jschuh@chromium.org
2011-07-26
1
-0
/
+7
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Close all open ALPC client ports at lockdown.
jschuh@chromium.org
2011-07-24
12
-6
/
+154
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-21
11
-9
/
+613
*
Revert 93308 - Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-21
11
-602
/
+9
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-21
11
-9
/
+602
*
Revert 93274 - Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-20
11
-605
/
+9
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-20
11
-9
/
+605
*
Revert 93113 - Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-19
11
-582
/
+9
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-19
11
-9
/
+582
*
Revert 92887 - Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-18
11
-552
/
+9
[next]