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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "google-talk": { 2 "google-talk": {
3 "mime_types": [ 3 "mime_types": [
4 ], 4 ],
5 "versions": [ 5 "versions": [
6 { 6 {
7 "version": "0", 7 "version": "0",
8 "status": "up_to_date", 8 "status": "up_to_date",
9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version." 9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version."
10 } 10 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "help_url": "https://support.google.com/chrome/?p=plugin_java", 67 "help_url": "https://support.google.com/chrome/?p=plugin_java",
68 "url": "http://java.com/download", 68 "url": "http://java.com/download",
69 "displayurl": true, 69 "displayurl": true,
70 "group_name_matcher": "Java" 70 "group_name_matcher": "Java"
71 }, 71 },
72 "adobe-flash-player": { 72 "adobe-flash-player": {
73 "mime_types": [ 73 "mime_types": [
74 "application/futuresplash", 74 "application/futuresplash",
75 "application/x-shockwave-flash" 75 "application/x-shockwave-flash"
76 ], 76 ],
77 "matching_mime_types": [
78 "application/futuresplash"
79 ],
77 "versions": [ 80 "versions": [
78 { 81 {
79 "version": "11.1.102", 82 "version": "11.1.102",
80 "status": "up_to_date", 83 "status": "up_to_date",
81 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 84 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html"
82 } 85 }
83 ], 86 ],
84 "lang": "en-US", 87 "lang": "en-US",
85 "name": "Adobe Flash Player", 88 "name": "Adobe Flash Player",
86 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 89 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
87 "url": "http://get.adobe.com/flashplayer/", 90 "url": "http://get.adobe.com/flashplayer/",
88 "displayurl": true, 91 "displayurl": true,
89 "group_name_matcher": "Shockwave Flash" 92 "group_name_matcher": "Shockwave Flash"
90 }, 93 },
94 "lightspark": {
95 "mime_types": [
96 "application/x-lightspark",
97 "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.
98 ],
99 "matching_mime_types": [
100 "application/x-lightspark"
101 ],
102 "versions": [
103 {
104 "version": "12.1",
Bernhard Bauer 2012/10/02 14:40:13 Is 12.1 the most recent version?
105 "status": "up_to_date"
106 }
107 ],
108 "lang": "en-US",
109 "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.
110 "displayurl": true,
111 "url": "https://launchpad.net/lightspark",
112 "group_name_matcher": "Shockwave Flash"
113 },
91 "redhat-icetea-java": { 114 "redhat-icetea-java": {
92 "mime_types": [ 115 "mime_types": [
93 ], 116 ],
94 "versions": [ 117 "versions": [
95 { 118 {
96 "version": "1.8.13", 119 "version": "1.8.13",
97 "status": "requires_authorization", 120 "status": "requires_authorization",
98 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/" 121 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
99 }, 122 },
100 { 123 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 { 161 {
139 "version": "0", 162 "version": "0",
140 "status": "up_to_date", 163 "status": "up_to_date",
141 "comment": "Google Chrome PDF has no version information." 164 "comment": "Google Chrome PDF has no version information."
142 } 165 }
143 ], 166 ],
144 "name": "Chrome PDF Viewer", 167 "name": "Chrome PDF Viewer",
145 "group_name_matcher": "Chrome PDF Viewer" 168 "group_name_matcher": "Chrome PDF Viewer"
146 } 169 }
147 } 170 }
OLDNEW
« 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