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

Issue 11016005: Using MIME types in addition to plugin name to differentiate between plugins. (Closed)

Created:
8 years, 2 months ago by ibraaaa
Modified:
8 years, 2 months ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, jam, arv (Not doing code reviews), darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@5_plugins_resource_service
Visibility:
Public.

Description

Using MIME types in addition to plugin name to differentiate between plugins. BUG=108962 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160653

Patch Set 1 #

Patch Set 2 : .. #

Patch Set 3 : .. #

Patch Set 4 : .. #

Total comments: 21

Patch Set 5 : bauerb@ #

Patch Set 6 : infobarED Lightspark #

Total comments: 4

Patch Set 7 : review+1 #

Total comments: 2

Patch Set 8 : review+2 #

Patch Set 9 : compilation error #

Patch Set 10 : tests #

Patch Set 11 : win comilation errir #

Patch Set 12 : update tests #

Patch Set 13 : fixed error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -69 lines) Patch
M chrome/browser/plugins/plugin_finder.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.cc View 1 2 3 4 5 6 7 8 10 chunks +49 lines, -48 lines 0 comments Download
M chrome/browser/plugins/plugin_finder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +14 lines, -4 lines 0 comments Download
M chrome/browser/plugins/plugin_metadata.h View 1 2 3 4 5 6 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_metadata.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +31 lines, -3 lines 0 comments Download
M chrome/browser/plugins/plugin_metadata_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/plugin_metadata/plugins_linux.json View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +22 lines, -0 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
ibraaaa
8 years, 2 months ago (2012-10-02 13:54:17 UTC) #1
Bernhard Bauer
http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc#newcode73 chrome/browser/plugins/plugin_finder.cc:73: if (mime_type_list_key == kMatchingMimeTypesListKey) { This might be a ...
8 years, 2 months ago (2012-10-02 14:40:13 UTC) #2
ibraaaa
http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc#newcode73 chrome/browser/plugins/plugin_finder.cc:73: if (mime_type_list_key == kMatchingMimeTypesListKey) { Well, if I send ...
8 years, 2 months ago (2012-10-02 16:14:53 UTC) #3
ibraaaa
Infobared Lightspark
8 years, 2 months ago (2012-10-04 11:15:55 UTC) #4
Bernhard Bauer
http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc#newcode73 chrome/browser/plugins/plugin_finder.cc:73: if (mime_type_list_key == kMatchingMimeTypesListKey) { On 2012/10/02 16:14:53, ibraaaa ...
8 years, 2 months ago (2012-10-04 11:37:19 UTC) #5
ibraaaa
http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9007/chrome/browser/plugins/plugin_finder.cc#newcode73 chrome/browser/plugins/plugin_finder.cc:73: if (mime_type_list_key == kMatchingMimeTypesListKey) { On 2012/10/04 11:37:19, Bernhard ...
8 years, 2 months ago (2012-10-04 12:24:12 UTC) #6
Bernhard Bauer
http://codereview.chromium.org/11016005/diff/9009/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9009/chrome/browser/plugins/plugin_finder.cc#newcode62 chrome/browser/plugins/plugin_finder.cc:62: void LoadMimeTypes(const std::string& mime_type_list_key, You don't really need to ...
8 years, 2 months ago (2012-10-04 12:31:16 UTC) #7
ibraaaa
http://codereview.chromium.org/11016005/diff/9009/chrome/browser/plugins/plugin_finder.cc File chrome/browser/plugins/plugin_finder.cc (right): http://codereview.chromium.org/11016005/diff/9009/chrome/browser/plugins/plugin_finder.cc#newcode62 chrome/browser/plugins/plugin_finder.cc:62: void LoadMimeTypes(const std::string& mime_type_list_key, Well, that is what I ...
8 years, 2 months ago (2012-10-04 13:03:42 UTC) #8
Bernhard Bauer
LGTM (but you're going to need to update the call sites to make it compile).
8 years, 2 months ago (2012-10-04 13:21:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/11016005/12011
8 years, 2 months ago (2012-10-04 16:07:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/11016005/10022
8 years, 2 months ago (2012-10-04 18:55:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/11016005/9026
8 years, 2 months ago (2012-10-04 19:49:12 UTC) #12
ibraaaa
Bernhard, I updated the test to match the changes in the metadata files. Please have ...
8 years, 2 months ago (2012-10-05 18:05:10 UTC) #13
Bernhard Bauer
lgtm
8 years, 2 months ago (2012-10-05 18:23:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/11016005/25013
8 years, 2 months ago (2012-10-08 08:45:28 UTC) #15
commit-bot: I haz the power
Retried try job too often for step(s) interactive_ui_tests
8 years, 2 months ago (2012-10-08 10:08:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ibraaaa@google.com/11016005/35001
8 years, 2 months ago (2012-10-08 11:45:40 UTC) #17
commit-bot: I haz the power
8 years, 2 months ago (2012-10-08 15:02:22 UTC) #18
Change committed as 160653

Powered by Google App Engine
This is Rietveld 408576698