Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Issue 10263022: Move version metadata from PluginGroup into PluginInstaller. (Closed)

Created:
8 years, 7 months ago by Bernhard Bauer
Modified:
8 years, 7 months ago
CC:
chromium-reviews, jam, arv (Not doing code reviews), darin-cc_chromium.org, stuartmorgan+watch_chromium.org, brettw-cc_chromium.org, Chris Evans, jschuh
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : fix #

Patch Set 5 : fix #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Total comments: 13

Patch Set 11 : review #

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

Messages

Total messages: 22 (0 generated)
Bernhard Bauer
Please review. John: chrome/browser/ui/pdf (OWNERS) and plug-in stuff James: chrome/browser/ui/webui and chrome/browser/resources (OWNERS) Jochen: rest ...
8 years, 7 months ago (2012-05-18 15:25:57 UTC) #1
James Hawkins
webui/ and resources/ LGTM
8 years, 7 months ago (2012-05-18 16:01:47 UTC) #2
jochen (gone - plz use gerrit)
the diff looks like the json files are changed as well? http://codereview.chromium.org/10263022/diff/47001/chrome/browser/plugin_finder.cc File chrome/browser/plugin_finder.cc (right): ...
8 years, 7 months ago (2012-05-18 18:48:18 UTC) #3
jam
lgtm with 2 nits as long as you test the pdf case to make sure ...
8 years, 7 months ago (2012-05-18 23:19:34 UTC) #4
Bernhard Bauer
On 2012/05/18 18:48:18, jochen wrote: > the diff looks like the json files are changed ...
8 years, 7 months ago (2012-05-21 10:52:27 UTC) #5
jochen (gone - plz use gerrit)
lgtm
8 years, 7 months ago (2012-05-21 10:56:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-21 10:57:22 UTC) #7
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-21 13:11:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-21 13:31:24 UTC) #9
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 7 months ago (2012-05-21 14:49:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-21 14:55:44 UTC) #11
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win_rel for steps "base_unittests, sync_unit_tests". It's a second ...
8 years, 7 months ago (2012-05-21 18:27:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-21 19:55:51 UTC) #13
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win_rel for steps "base_unittests, sync_unit_tests". It's a second ...
8 years, 7 months ago (2012-05-22 01:55:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-22 16:05:08 UTC) #15
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 17:01:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-22 20:29:50 UTC) #17
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win_rel for step "sync_unit_tests". It's a second try, ...
8 years, 7 months ago (2012-05-23 01:03:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-23 10:45:11 UTC) #19
commit-bot: I haz the power
Try job failure for 10263022-51001 (retry) on win_rel for step "sync_unit_tests". It's a second try, ...
8 years, 7 months ago (2012-05-23 14:43:23 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/10263022/51001
8 years, 7 months ago (2012-05-23 14:48:43 UTC) #21
commit-bot: I haz the power
8 years, 7 months ago (2012-05-23 17:10:45 UTC) #22
Change committed as 138502

Powered by Google App Engine
This is Rietveld 408576698