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

Issue 11348046: Add versioning to PluginFinder metadata. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : sync #

Total comments: 11

Patch Set 4 : fix #

Patch Set 5 : comment #

Patch Set 6 : divx #

Total comments: 6

Patch Set 7 : review #

Patch Set 8 : move #

Patch Set 9 : fix #

Patch Set 10 : . #

Patch Set 11 : chromeos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -178 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.h View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.cc View 1 2 3 4 5 6 5 chunks +32 lines, -46 lines 0 comments Download
M chrome/browser/plugins/plugin_finder_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -1 line 0 comments Download
A + chrome/browser/plugins/plugins_resource_service.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
A + chrome/browser/plugins/plugins_resource_service.cc View 1 2 3 4 5 6 7 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_chromeos.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_linux.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_mac.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_win.json View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/web_resource/plugins_resource_service.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/web_resource/plugins_resource_service.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -78 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
cevans
https://codereview.chromium.org/11348046/diff/9001/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): https://codereview.chromium.org/11348046/diff/9001/chrome/browser/plugins/plugin_finder.cc#newcode155 chrome/browser/plugins/plugin_finder.cc:155: scoped_ptr<DictionaryValue> plugin_list(ComputePluginList()); I think I'd have found a comment ...
7 years, 10 months ago (2013-02-05 21:06:51 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/11348046/diff/9001/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): https://codereview.chromium.org/11348046/diff/9001/chrome/browser/plugins/plugin_finder.cc#newcode155 chrome/browser/plugins/plugin_finder.cc:155: scoped_ptr<DictionaryValue> plugin_list(ComputePluginList()); On 2013/02/05 21:06:52, cevans wrote: > I ...
7 years, 10 months ago (2013-02-06 20:08:24 UTC) #2
Chris Evans
LGTM Couple of nits and one very simple question. Good to land after taking care ...
7 years, 10 months ago (2013-02-08 19:25:23 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/11348046/diff/13003/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): https://codereview.chromium.org/11348046/diff/13003/chrome/browser/plugins/plugin_finder.cc#newcode158 chrome/browser/plugins/plugin_finder.cc:158: scoped_ptr<DictionaryValue> plugin_list(LoadBuiltInPluginList()); On 2013/02/08 19:25:23, Chris Evans wrote: > ...
7 years, 10 months ago (2013-02-11 09:58:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11348046/10019
7 years, 10 months ago (2013-02-11 09:58:39 UTC) #5
commit-bot: I haz the power
Presubmit check for 11348046-10019 failed and returned exit status 1. INFO:root:Found 9 file(s). Running presubmit ...
7 years, 10 months ago (2013-02-11 09:58:48 UTC) #6
Bernhard Bauer
Jochen: OWNERS TBR for file moves and trivial method renames (browser_process_impl.cc).
7 years, 10 months ago (2013-02-11 10:41:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11348046/21014
7 years, 10 months ago (2013-02-11 10:41:44 UTC) #8
jochen (gone - plz use gerrit)
lgtm
7 years, 10 months ago (2013-02-11 10:46:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11348046/9026
7 years, 10 months ago (2013-02-11 11:44:04 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/11348046/12004
7 years, 10 months ago (2013-02-11 20:13:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11348046/12004
7 years, 10 months ago (2013-02-12 18:07:07 UTC) #12
commit-bot: I haz the power
7 years, 10 months ago (2013-02-12 19:16:33 UTC) #13
Message was sent while issue was closed.
Change committed as 181967

Powered by Google App Engine
This is Rietveld 408576698