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
/
chrome
/
common
/
sandbox_policy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move sandbox_policy to content.
jam@chromium.org
2011-05-28
1
-470
/
+0
*
Get rid of content dependency from sandbox_policy.h
jam@chromium.org
2011-05-27
1
-296
/
+17
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-3
/
+3
*
Make Pepper work out-of-process in the windows sandbox
cpu@chromium.org
2011-05-06
1
-8
/
+21
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-3
/
+3
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-3
/
+3
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-3
/
+3
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-3
/
+3
*
Adding more dlls to the blacklist.
cpu@chromium.org
2011-04-05
1
-3
/
+8
*
Improve the DLL blacklisting heuristics
cpu@chromium.org
2011-03-29
1
-9
/
+50
*
Blackist more dlls due to sandbox interaction
cpu@chromium.org
2011-03-16
1
-0
/
+2
*
Revert 77345 - Speculative fix for Chrome launch issues in Citrix environment.
joshia@google.com
2011-03-14
1
-3
/
+0
*
Move some chrome\common code to content in preparation for moving chrome\gpu.
jam@chromium.org
2011-03-11
1
-1
/
+1
*
Move ChildProcessHost and ChildProcessInfo to content.
jam@chromium.org
2011-03-09
1
-1
/
+1
*
Speculative fix for Chrome launch issues in Citrix environment.
joshia@google.com
2011-03-08
1
-0
/
+3
*
Sandbox the GPU process for Windows
cpu@chromium.org
2011-03-03
1
-3
/
+35
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-2
/
+2
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-2
/
+1
*
Change the flash sandbox policy to add support for:
cpu@chromium.org
2011-01-12
1
-21
/
+31
*
Disable sandboxed plugin for WinXP
cpu@chromium.org
2011-01-07
1
-0
/
+1
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-3
/
+9
*
(Re-landing http://codereview.chromium.org/5991003 after Chromium OS
kbr@chromium.org
2010-12-21
1
-1
/
+2
*
Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...
chase@chromium.org
2010-12-20
1
-2
/
+1
*
Added group policy for disabling all client-side 3D APIs in Chromium
kbr@chromium.org
2010-12-20
1
-1
/
+2
*
windows: remove PathService::Get() that uses wstrings
evan@chromium.org
2010-11-30
1
-11
/
+11
*
Fix for lingering flash broker processes
cpu@chromium.org
2010-11-17
1
-0
/
+18
*
Enable sandboxed flash on windows by default.
cpu@chromium.org
2010-11-13
1
-16
/
+48
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-0
/
+2
*
chrome/common: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-10-31
1
-1
/
+1
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-3
/
+3
*
Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by defa...
enne@chromium.org
2010-10-22
1
-1
/
+1
*
Disable GPU features AcceleratingCompositing and WebGL by default.
enne@chromium.org
2010-10-22
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - chrome/common/.
pkasting@chromium.org
2010-10-22
1
-1
/
+1
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-5
/
+5
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-1
/
+1
*
Sandbox built-in flash player. Spawn broker
cpu@chromium.org
2010-09-21
1
-10
/
+44
*
Enable webgl and accelerated compositing by default on all platforms. Removes
vangelis@chromium.org
2010-09-08
1
-1
/
+1
*
Back out r58711. It appears to have caused video/media-related ui_tests
mark@chromium.org
2010-09-07
1
-1
/
+1
*
Turning WebGL and the accelerated compositor on by default (linux and windows...
vangelis@chromium.org
2010-09-07
1
-1
/
+1
*
Sandboxing built-in flash
cpu@chromium.org
2010-08-30
1
-9
/
+9
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-1
/
+1
*
Added event traces at various points during Chrome and ChromeFrame startup to...
ananta@chromium.org
2010-08-11
1
-0
/
+7
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Revert "Remove GetSwitchValue() from chrome/* where easy."
evan@chromium.org
2010-08-04
1
-2
/
+2
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-04
1
-2
/
+2
*
Start of a more restricitve sandbox policy for flash on windows
cpu@chromium.org
2010-08-02
1
-0
/
+44
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-1
/
+1
*
Cold startup performance boost by enabling prefetch hints on Windows
amit@chromium.org
2010-06-28
1
-0
/
+5
*
Cleanup: Remove some unneeded webkit/glue headers from chrome.
thestig@chromium.org
2010-06-23
1
-3
/
+4
[next]