|
|
Implement Just-In-Time Flash updates.
The basic approach is that every component supplies a list of MIME types that it can handle as a plugin during registration with the component updater. If plugin content is encountered that we do not have a plugin for, the filter will ask the component updater if an implementation is available. If so, it will initiate an on-demand update for the plugin and register an observer to watch for the update completion. In the meantime, the renderer will display a plugin placeholder indicating that a download is in progress. Once/if the update is successful, the placeholder is notified and will re-evaluate the presence of a suitable plugin for the content. This second pass should catch any blocked-by-policy, power-saver, etc restrictions.
BUG= 624067
Committed: https://crrev.com/77255cc35690dc6985a460eeea28cb51b3dff26f
Cr-Commit-Position: refs/heads/master@{#409217}
Total comments: 34
Total comments: 11
Total comments: 2
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+350 lines, -31 lines) |
Patch |
 |
M |
chrome/browser/component_updater/caps_installer_win.cc
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/ev_whitelist_component_installer.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/ev_whitelist_component_installer.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/file_type_policies_component_installer.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/file_type_policies_component_installer.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/origin_trials_component_installer.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/origin_trials_component_installer.cc
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/pepper_flash_component_installer.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sth_set_component_installer.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sth_set_component_installer.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/subresource_filter_component_installer.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/subresource_filter_component_installer.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/supervised_user_whitelist_installer.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sw_reporter_installer_win.cc
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
View
|
1
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugins/plugin_info_message_filter.h
|
View
|
1
2
3
4
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugins/plugin_info_message_filter.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+61 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugins/plugin_observer.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugins/plugin_observer.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+68 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/plugins/chrome_plugin_placeholder.h
|
View
|
1
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
View
|
1
|
4 chunks |
+22 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_service.h
|
View
|
1
2
|
4 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_service.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_service_internal.h
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/mock_component_updater_service.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/update_client/update_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 71 (47 generated)
|