|
Add command line flags to disable outdated plugins and block non-sandboxed plugins.
BUG= 47730, 47731
TEST=Run Chrome with --disable-outdated-plugins --block-nonsandboxed-plugins
Total comments: 8
Total comments: 6
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+555 lines, -99 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
|
4 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/blocked_plugin_manager.h
|
View
|
1
2
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/blocked_plugin_manager.cc
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.h
|
View
|
|
2 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+14 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_updater.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_updater.cc
|
View
|
1
2
3
4
|
3 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
|
5 chunks |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
1
2
3
4
|
4 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/plugin_group.h
|
View
|
3
4
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
|
3 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/blocked_plugin.h
|
View
|
1
2
3
4
|
2 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/blocked_plugin.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+50 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
3
4
5
|
5 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+87 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/blocked_plugin.html
|
View
|
|
2 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|