|
Move version metadata from PluginGroup into PluginInstaller.
This also moves the plug-in information JSON files into their own subdirectory, so they can be changed without requiring OWNERS reviews for chrome/browser/resources (which is mostly WebUI otherwise).
BUG= 124396
TEST=PluginInstallerTest.SecurityStatus:PluginFinderTest.JsonSyntax
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138502
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+507 lines, -986 lines) |
Patch |
 |
M |
chrome/browser/browser_resources.grd
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/content_settings/content_settings_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_finder.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+26 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_finder_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_infobar_delegates.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_installer.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+43 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_installer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+70 lines, -20 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/plugin_installer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_observer.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/plugin_info_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/plugin_metadata/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/resources/plugin_metadata/plugins_linux.json
|
View
|
1
2
3
9
10
|
2 chunks |
+55 lines, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/browser/resources/plugin_metadata/plugins_mac.json
|
View
|
1
2
3
4
5
6
|
7 chunks |
+73 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/resources/plugin_metadata/plugins_win.json
|
View
|
1
2
3
|
7 chunks |
+72 lines, -5 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/plugins_linux.json
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/plugins_mac.json
|
View
|
|
1 chunk |
+0 lines, -190 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/plugins_win.json
|
View
|
|
1 chunk |
+0 lines, -185 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/pdf/pdf_unsupported_feature.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+34 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/plugins_ui.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_group.h
|
View
|
|
6 chunks |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_group.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+4 lines, -93 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_group_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -153 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+23 lines, -110 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/plugin_list_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|