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

Unified Diff: chrome/browser/resources/plugin_metadata/plugins_linux.json

Issue 11016005: Using MIME types in addition to plugin name to differentiate between plugins. (Closed) Base URL: http://git.chromium.org/chromium/src.git@5_plugins_resource_service
Patch Set: .. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/plugin_metadata/plugins_linux.json
diff --git a/chrome/browser/resources/plugin_metadata/plugins_linux.json b/chrome/browser/resources/plugin_metadata/plugins_linux.json
index e3aad1c18c803344dbb6c705b49dc73b1b05e94f..55548982c1cadc54af408f10b7c8f1beb7146d8e 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_linux.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_linux.json
@@ -74,6 +74,9 @@
"application/futuresplash",
"application/x-shockwave-flash"
],
+ "matching_mime_types": [
+ "application/futuresplash"
+ ],
"versions": [
{
"version": "11.1.102",
@@ -88,6 +91,26 @@
"displayurl": true,
"group_name_matcher": "Shockwave Flash"
},
+ "lightspark": {
+ "mime_types": [
+ "application/x-lightspark",
+ "application/x-shockwave-flash"
Bernhard Bauer 2012/10/02 14:40:13 This now depends on the fact that "lightspark" com
ibraaaa 2012/10/02 16:14:53 Done.
+ ],
+ "matching_mime_types": [
+ "application/x-lightspark"
+ ],
+ "versions": [
+ {
+ "version": "12.1",
Bernhard Bauer 2012/10/02 14:40:13 Is 12.1 the most recent version?
+ "status": "up_to_date"
+ }
+ ],
+ "lang": "en-US",
+ "name": "Light Spark",
Bernhard Bauer 2012/10/02 14:40:13 Nit: It's "Lightspark", I think.
ibraaaa 2012/10/02 16:14:53 Done.
+ "displayurl": true,
+ "url": "https://launchpad.net/lightspark",
+ "group_name_matcher": "Shockwave Flash"
+ },
"redhat-icetea-java": {
"mime_types": [
],
« chrome/browser/plugins/plugin_metadata.cc ('K') | « chrome/browser/plugins/plugin_metadata.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698