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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_mac.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 }
11 ], 11 ],
12 "name": "Google Talk", 12 "name": "Google Talk",
13 "group_name_matcher": "Google Talk" 13 "group_name_matcher": "Google Talk"
14 }, 14 },
15 "java-runtime-environment": { 15 "java-runtime-environment": {
16 "mime_types": [ 16 "mime_types": [
17 "application/x-java-applet", 17 { "mime_type": "application/x-java-applet" },
18 "application/x-java-applet,version=1.1", 18 { "mime_type": "application/x-java-applet,version=1.1" },
19 "application/x-java-applet,version=1.1.1", 19 { "mime_type": "application/x-java-applet,version=1.1.1" },
20 "application/x-java-applet,version=1.1.2", 20 { "mime_type": "application/x-java-applet,version=1.1.2" },
21 "application/x-java-applet,version=1.1.3", 21 { "mime_type": "application/x-java-applet,version=1.1.3" },
22 "application/x-java-applet,version=1.2", 22 { "mime_type": "application/x-java-applet,version=1.2" },
23 "application/x-java-applet,version=1.2.1", 23 { "mime_type": "application/x-java-applet,version=1.2.1" },
24 "application/x-java-applet,version=1.2.2", 24 { "mime_type": "application/x-java-applet,version=1.2.2" },
25 "application/x-java-applet,version=1.3", 25 { "mime_type": "application/x-java-applet,version=1.3" },
26 "application/x-java-applet,version=1.3.1", 26 { "mime_type": "application/x-java-applet,version=1.3.1" },
27 "application/x-java-applet,version=1.4", 27 { "mime_type": "application/x-java-applet,version=1.4" },
28 "application/x-java-applet,version=1.4.1", 28 { "mime_type": "application/x-java-applet,version=1.4.1" },
29 "application/x-java-applet,version=1.4.2", 29 { "mime_type": "application/x-java-applet,version=1.4.2" },
30 "application/x-java-applet,version=1.5", 30 { "mime_type": "application/x-java-applet,version=1.5" },
31 "application/x-java-applet,version=1.6", 31 { "mime_type": "application/x-java-applet,version=1.6" },
32 "application/x-java-bean", 32 { "mime_type": "application/x-java-bean" },
33 "application/x-java-bean,version=1.1", 33 { "mime_type": "application/x-java-bean,version=1.1" },
34 "application/x-java-bean,version=1.1.1", 34 { "mime_type": "application/x-java-bean,version=1.1.1" },
35 "application/x-java-bean,version=1.1.2", 35 { "mime_type": "application/x-java-bean,version=1.1.2" },
36 "application/x-java-bean,version=1.1.3", 36 { "mime_type": "application/x-java-bean,version=1.1.3" },
37 "application/x-java-bean,version=1.2", 37 { "mime_type": "application/x-java-bean,version=1.2" },
38 "application/x-java-bean,version=1.2.1", 38 { "mime_type": "application/x-java-bean,version=1.2.1" },
39 "application/x-java-bean,version=1.2.2", 39 { "mime_type": "application/x-java-bean,version=1.2.2" },
40 "application/x-java-bean,version=1.3", 40 { "mime_type": "application/x-java-bean,version=1.3" },
41 "application/x-java-bean,version=1.3.1", 41 { "mime_type": "application/x-java-bean,version=1.3.1" },
42 "application/x-java-bean,version=1.4", 42 { "mime_type": "application/x-java-bean,version=1.4" },
43 "application/x-java-bean,version=1.4.1", 43 { "mime_type": "application/x-java-bean,version=1.4.1" },
44 "application/x-java-bean,version=1.4.2", 44 { "mime_type": "application/x-java-bean,version=1.4.2" },
45 "application/x-java-bean,version=1.5", 45 { "mime_type": "application/x-java-bean,version=1.5" },
46 "application/x-java-bean,version=1.6", 46 { "mime_type": "application/x-java-bean,version=1.6" },
47 "application/x-java-vm" 47 { "mime_type": "application/x-java-vm" }
48 ], 48 ],
49 "versions": [ 49 "versions": [
50 { 50 {
51 "version": "12.8.0", 51 "version": "12.8.0",
52 "status": "requires_authorization", 52 "status": "requires_authorization",
53 "comment": "Leopard" 53 "comment": "Leopard"
54 }, 54 },
55 { 55 {
56 "version": "13", 56 "version": "13",
57 "status": "out_of_date" 57 "status": "out_of_date"
(...skipping 15 matching lines...) Expand all
73 ], 73 ],
74 "lang": "en-US", 74 "lang": "en-US",
75 "name": "Java(TM)", 75 "name": "Java(TM)",
76 "url": "http://java.com/en/download/apple_manual.jsp", 76 "url": "http://java.com/en/download/apple_manual.jsp",
77 "help_url": "https://support.google.com/chrome/?p=plugin_java", 77 "help_url": "https://support.google.com/chrome/?p=plugin_java",
78 "displayurl": true, 78 "displayurl": true,
79 "group_name_matcher": "Java" 79 "group_name_matcher": "Java"
80 }, 80 },
81 "realplayer": { 81 "realplayer": {
82 "mime_types": [ 82 "mime_types": [
83 "audio/vnd.rn-realaudio", 83 { "mime_type": "audio/vnd.rn-realaudio" },
84 "video/vnd.rn-realvideo", 84 { "mime_type": "video/vnd.rn-realvideo" },
85 "audio/x-pn-realaudio-plugin", 85 { "mime_type": "audio/x-pn-realaudio-plugin" },
86 "audio/x-pn-realaudio" 86 { "mime_type": "audio/x-pn-realaudio" }
87 ], 87 ],
88 "versions": [ 88 "versions": [
89 { 89 {
90 "version": "0", 90 "version": "0",
91 "status": "requires_authorization", 91 "status": "requires_authorization",
92 "comment": "The Real Player plug-in for mac doesn't expose a version at all." 92 "comment": "The Real Player plug-in for mac doesn't expose a version at all."
93 } 93 }
94 ], 94 ],
95 "lang": "en-US", 95 "lang": "en-US",
96 "name": "RealPlayer", 96 "name": "RealPlayer",
97 "url": "http://director.real.com/realplayer?type=rpsp_mac", 97 "url": "http://director.real.com/realplayer?type=rpsp_mac",
98 "help_url": "https://support.google.com/chrome/?p=plugin_real", 98 "help_url": "https://support.google.com/chrome/?p=plugin_real",
99 "group_name_matcher": "RealPlayer" 99 "group_name_matcher": "RealPlayer"
100 }, 100 },
101 "adobe-flash-player": { 101 "adobe-flash-player": {
102 "mime_types": [ 102 "mime_types": [
103 "application/futuresplash", 103 { "mime_type": "application/futuresplash" },
104 "application/x-shockwave-flash" 104 { "mime_type": "application/x-shockwave-flash" }
105 ], 105 ],
106 "versions": [ 106 "versions": [
107 { 107 {
108 "version": "11.1.102", 108 "version": "11.1.102",
109 "status": "up_to_date", 109 "status": "up_to_date",
110 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 110 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html"
111 } 111 }
112 ], 112 ],
113 "lang": "en-US", 113 "lang": "en-US",
114 "name": "Adobe Flash Player", 114 "name": "Adobe Flash Player",
115 "url": "http://get.adobe.com/flashplayer/", 115 "url": "http://get.adobe.com/flashplayer/",
116 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 116 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
117 "displayurl": true, 117 "displayurl": true,
118 "group_name_matcher": "Shockwave Flash" 118 "group_name_matcher": "Shockwave Flash"
119 }, 119 },
120 "adobe-shockwave": { 120 "adobe-shockwave": {
121 "mime_types": [ 121 "mime_types": [
122 "application/x-director" 122 { "mime_type": "application/x-director" }
123 ], 123 ],
124 "versions": [ 124 "versions": [
125 { 125 {
126 "version": "11.6.6.636", 126 "version": "11.6.6.636",
127 "status": "requires_authorization", 127 "status": "requires_authorization",
128 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-17. html" 128 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-17. html"
129 } 129 }
130 ], 130 ],
131 "lang": "en-US", 131 "lang": "en-US",
132 "name": "Adobe Shockwave Player", 132 "name": "Adobe Shockwave Player",
133 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macos x/latest/Shockwave_Installer_Full_64bit.dmg", 133 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macos x/latest/Shockwave_Installer_Full_64bit.dmg",
134 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave", 134 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave",
135 "group_name_matcher": "Shockwave for Director" 135 "group_name_matcher": "Shockwave for Director"
136 }, 136 },
137 "apple-quicktime": { 137 "apple-quicktime": {
138 "mime_types": [ 138 "mime_types": [
139 "application/sdp", 139 { "mime_type": "application/sdp" },
140 "application/x-mpeg", 140 { "mime_type": "application/x-mpeg" },
141 "application/x-rtsp", 141 { "mime_type": "application/x-rtsp" },
142 "application/x-sdp", 142 { "mime_type": "application/x-sdp" },
143 "audio/3ggp", 143 { "mime_type": "audio/3ggp" },
144 "audio/3ggp2", 144 { "mime_type": "audio/3ggp2" },
145 "audio/aac", 145 { "mime_type": "audio/aac" },
146 "audio/ac3", 146 { "mime_type": "audio/ac3" },
147 "audio/aiff", 147 { "mime_type": "audio/aiff" },
148 "audio/amr", 148 { "mime_type": "audio/amr" },
149 "audio/basic", 149 { "mime_type": "audio/basic" },
150 "audio/mid", 150 { "mime_type": "audio/mid" },
151 "audio/midi", 151 { "mime_type": "audio/midi" },
152 "audio/mp4", 152 { "mime_type": "audio/mp4" },
153 "audio/mpeg", 153 { "mime_type": "audio/mpeg" },
154 "audio/vnd.qcelp", 154 { "mime_type": "audio/vnd.qcelp" },
155 "audio/wav", 155 { "mime_type": "audio/wav" },
156 "audio/x-aac", 156 { "mime_type": "audio/x-aac" },
157 "audio/x-ac3", 157 { "mime_type": "audio/x-ac3" },
158 "audio/x-aiff", 158 { "mime_type": "audio/x-aiff" },
159 "audio/x-caf", 159 { "mime_type": "audio/x-caf" },
160 "audio/x-gsm", 160 { "mime_type": "audio/x-gsm" },
161 "audio/x-m4a", 161 { "mime_type": "audio/x-m4a" },
162 "audio/x-m4b", 162 { "mime_type": "audio/x-m4b" },
163 "audio/x-m4p", 163 { "mime_type": "audio/x-m4p" },
164 "audio/x-midi", 164 { "mime_type": "audio/x-midi" },
165 "audio/x-mpeg", 165 { "mime_type": "audio/x-mpeg" },
166 "audio/x-wav", 166 { "mime_type": "audio/x-wav" },
167 "image/jp2", 167 { "mime_type": "image/jp2" },
168 "image/jpeg2000", 168 { "mime_type": "image/jpeg2000" },
169 "image/jpeg2000-image", 169 { "mime_type": "image/jpeg2000-image" },
170 "image/pict", 170 { "mime_type": "image/pict" },
171 "image/png", 171 { "mime_type": "image/png" },
172 "image/x-jpeg2000-image", 172 { "mime_type": "image/x-jpeg2000-image" },
173 "image/x-macpaint", 173 { "mime_type": "image/x-macpaint" },
174 "image/x-pict", 174 { "mime_type": "image/x-pict" },
175 "image/x-png", 175 { "mime_type": "image/x-png" },
176 "image/x-quicktime", 176 { "mime_type": "image/x-quicktime" },
177 "image/x-sgi", 177 { "mime_type": "image/x-sgi" },
178 "image/x-targa", 178 { "mime_type": "image/x-targa" },
179 "video/3ggp", 179 { "mime_type": "video/3ggp" },
180 "video/3ggp2", 180 { "mime_type": "video/3ggp2" },
181 "video/flc", 181 { "mime_type": "video/flc" },
182 "video/mp4", 182 { "mime_type": "video/mp4" },
183 "video/mpeg", 183 { "mime_type": "video/mpeg" },
184 "video/quicktime", 184 { "mime_type": "video/quicktime" },
185 "video/sd-video", 185 { "mime_type": "video/sd-video" },
186 "video/x-m4v", 186 { "mime_type": "video/x-m4v" },
187 "video/x-mpeg" 187 { "mime_type": "video/x-mpeg" }
188 ], 188 ],
189 "versions": [ 189 "versions": [
190 { 190 {
191 "version": "7.6.6", 191 "version": "7.6.6",
192 "status": "requires_authorization" 192 "status": "requires_authorization"
193 } 193 }
194 ], 194 ],
195 "lang": "en-US", 195 "lang": "en-US",
196 "name": "QuickTime Player", 196 "name": "QuickTime Player",
197 "url": "http://www.apple.com/quicktime/download/", 197 "url": "http://www.apple.com/quicktime/download/",
198 "help_url": "https://support.google.com/chrome/?p=plugin_quicktime", 198 "help_url": "https://support.google.com/chrome/?p=plugin_quicktime",
199 "displayurl": true, 199 "displayurl": true,
200 "group_name_matcher": "QuickTime Plug-in" 200 "group_name_matcher": "QuickTime Plug-in"
201 }, 201 },
202 "flip4mac": { 202 "flip4mac": {
203 "mime_types": [ 203 "mime_types": [
204 "application/asx", 204 { "mime_type": "application/asx" },
205 "application/x-mplayer2", 205 { "mime_type": "application/x-mplayer2" },
206 "application/x-ms-wmp", 206 { "mime_type": "application/x-ms-wmp" },
207 "audio/x-ms-wax", 207 { "mime_type": "audio/x-ms-wax" },
208 "audio/x-ms-wma", 208 { "mime_type": "audio/x-ms-wma" },
209 "video/x-ms-asf", 209 { "mime_type": "video/x-ms-asf" },
210 "video/x-ms-asf-plugin", 210 { "mime_type": "video/x-ms-asf-plugin" },
211 "video/x-ms-wm", 211 { "mime_type": "video/x-ms-wm" },
212 "video/x-ms-wmv", 212 { "mime_type": "video/x-ms-wmv" },
213 "video/x-ms-wvx" 213 { "mime_type": "video/x-ms-wvx" }
214 ], 214 ],
215 "versions": [ 215 "versions": [
216 { 216 {
217 "version": "2.2.1", 217 "version": "2.2.1",
218 "status": "requires_authorization" 218 "status": "requires_authorization"
219 } 219 }
220 ], 220 ],
221 "lang": "en-US", 221 "lang": "en-US",
222 "name": "Flip4Mac", 222 "name": "Flip4Mac",
223 "url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442", 223 "url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442",
224 "help_url": "https://support.google.com/chrome/?p=plugin_wmp", 224 "help_url": "https://support.google.com/chrome/?p=plugin_wmp",
225 "displayurl": true, 225 "displayurl": true,
226 "group_name_matcher": "Flip4Mac" 226 "group_name_matcher": "Flip4Mac"
227 }, 227 },
228 "divx-player": { 228 "divx-player": {
229 "mime_types": [ 229 "mime_types": [
230 "video/divx", 230 { "mime_type": "video/divx" },
231 "video/x-matroska" 231 { "mime_type": "video/x-matroska" }
232 ], 232 ],
233 "versions": [ 233 "versions": [
234 { 234 {
235 "version": "2.2", 235 "version": "2.2",
236 "status": "requires_authorization" 236 "status": "requires_authorization"
237 } 237 }
238 ], 238 ],
239 "lang": "en-US", 239 "lang": "en-US",
240 "name": "DivX Web Player", 240 "name": "DivX Web Player",
241 "url": "http://www.divx.com/en/downloads/divx/mac", 241 "url": "http://www.divx.com/en/downloads/divx/mac",
242 "help_url": "https://support.google.com/chrome/?p=plugin_divx", 242 "help_url": "https://support.google.com/chrome/?p=plugin_divx",
243 "group_name_matcher": "DivX Plus Web Player" 243 "group_name_matcher": "DivX Plus Web Player"
244 }, 244 },
245 "silverlight": { 245 "silverlight": {
246 "mime_types": [ 246 "mime_types": [
247 "application/x-silverlight", 247 { "mime_type": "application/x-silverlight" },
248 "application/x-silverlight-2" 248 { "mime_type": "application/x-silverlight-2" }
249 ], 249 ],
250 "versions": [ 250 "versions": [
251 { 251 {
252 "version": "4.1.10111.0", 252 "version": "4.1.10111.0",
253 "status": "up_to_date", 253 "status": "up_to_date",
254 "reference": "http://support.microsoft.com/kb/2668562" 254 "reference": "http://support.microsoft.com/kb/2668562"
255 } 255 }
256 ], 256 ],
257 "lang": "en-US", 257 "lang": "en-US",
258 "name": "Silverlight", 258 "name": "Silverlight",
259 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 259 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
260 "displayurl": true, 260 "displayurl": true,
261 "group_name_matcher": "Silverlight" 261 "group_name_matcher": "Silverlight"
262 }, 262 },
263 "google-chrome-pdf": { 263 "google-chrome-pdf": {
264 "mime_types": [ 264 "mime_types": [
265 ], 265 ],
266 "versions": [ 266 "versions": [
267 { 267 {
268 "version": "0", 268 "version": "0",
269 "status": "up_to_date", 269 "status": "up_to_date",
270 "comment": "Chrome PDF Viewer has no version information." 270 "comment": "Chrome PDF Viewer has no version information."
271 } 271 }
272 ], 272 ],
273 "name": "Chrome PDF Viewer", 273 "name": "Chrome PDF Viewer",
274 "group_name_matcher": "Chrome PDF Viewer" 274 "group_name_matcher": "Chrome PDF Viewer"
275 } 275 }
276 } 276 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_linux.json ('k') | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698