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
*
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
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-18
11
-9
/
+552
*
Revert 92563 - Had a bug in the handle table unit test. Added GetHandleName t...
jschuh@chromium.org
2011-07-14
3
-63
/
+23
*
Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...
jschuh@chromium.org
2011-07-14
3
-23
/
+63
*
Revert "Had a bug in the handle table unit test. Added GetHandleName to fix t...
evan@chromium.org
2011-07-13
3
-32
/
+14
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
1
-0
/
+1
*
Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...
jschuh@chromium.org
2011-07-13
3
-14
/
+32
*
Revert "Add COMPONENT_BUILD global define. "
yurys@chromium.org
2011-07-13
1
-1
/
+0
*
Add COMPONENT_BUILD global define.
darin@chromium.org
2011-07-13
1
-0
/
+1
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Revert 91270 - sbox_unittests HandleTable.FindTable failing on Win XP & Vista
rsleevi@chromium.org
2011-07-01
3
-32
/
+14
*
Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...
jschuh@chromium.org
2011-07-01
3
-14
/
+32
*
Avoid an extra if() which is not required and is wrong
timurrrr@chromium.org
2011-06-28
1
-13
/
+11
*
Minor change to use ResolveNTFunctionPtr rather than calling GetProcAddress d...
jschuh@chromium.org
2011-06-27
2
-22
/
+7
[next]