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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_mac.json

Issue 10823434: [6] Moves CreateVersionFromString to plugin_utils and updates the callers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 2nd CL in series to delete PluginGroup. Created 8 years, 4 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 }, 14 },
14 "java-runtime-environment": { 15 "java-runtime-environment": {
15 "mime_types": [ 16 "mime_types": [
16 "application/x-java-applet", 17 "application/x-java-applet",
17 "application/x-java-applet,version=1.1", 18 "application/x-java-applet,version=1.1",
18 "application/x-java-applet,version=1.1.1", 19 "application/x-java-applet,version=1.1.1",
19 "application/x-java-applet,version=1.1.2", 20 "application/x-java-applet,version=1.1.2",
20 "application/x-java-applet,version=1.1.3", 21 "application/x-java-applet,version=1.1.3",
21 "application/x-java-applet,version=1.2", 22 "application/x-java-applet,version=1.2",
22 "application/x-java-applet,version=1.2.1", 23 "application/x-java-applet,version=1.2.1",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 { 68 {
68 "version": "14.0.3", 69 "version": "14.0.3",
69 "status": "requires_authorization", 70 "status": "requires_authorization",
70 "comment": "Lion" 71 "comment": "Lion"
71 } 72 }
72 ], 73 ],
73 "lang": "en-US", 74 "lang": "en-US",
74 "name": "Java(TM)", 75 "name": "Java(TM)",
75 "url": "http://java.com/en/download/apple_manual.jsp", 76 "url": "http://java.com/en/download/apple_manual.jsp",
76 "help_url": "https://support.google.com/chrome/?p=plugin_java", 77 "help_url": "https://support.google.com/chrome/?p=plugin_java",
77 "displayurl": true 78 "displayurl": true,
79 "group_name_matcher": "Java"
78 }, 80 },
79 "realplayer": { 81 "realplayer": {
80 "mime_types": [ 82 "mime_types": [
81 "audio/vnd.rn-realaudio", 83 "audio/vnd.rn-realaudio",
82 "video/vnd.rn-realvideo", 84 "video/vnd.rn-realvideo",
83 "audio/x-pn-realaudio-plugin", 85 "audio/x-pn-realaudio-plugin",
84 "audio/x-pn-realaudio" 86 "audio/x-pn-realaudio"
85 ], 87 ],
86 "versions": [ 88 "versions": [
87 { 89 {
(...skipping 16 matching lines...) Expand all
104 { 106 {
105 "version": "11.1.102", 107 "version": "11.1.102",
106 "status": "up_to_date", 108 "status": "up_to_date",
107 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 109 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html"
108 } 110 }
109 ], 111 ],
110 "lang": "en-US", 112 "lang": "en-US",
111 "name": "Adobe Flash Player", 113 "name": "Adobe Flash Player",
112 "url": "http://get.adobe.com/flashplayer/", 114 "url": "http://get.adobe.com/flashplayer/",
113 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 115 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
114 "displayurl": true 116 "displayurl": true,
117 "group_name_matcher": "Shockwave Flash"
115 }, 118 },
116 "adobe-shockwave": { 119 "adobe-shockwave": {
117 "mime_types": [ 120 "mime_types": [
118 "application/x-director" 121 "application/x-director"
119 ], 122 ],
120 "versions": [ 123 "versions": [
121 { 124 {
122 "version": "11.6.4.634", 125 "version": "11.6.4.634",
123 "status": "requires_authorization", 126 "status": "requires_authorization",
124 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-02. html" 127 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-02. html"
125 } 128 }
126 ], 129 ],
127 "lang": "en-US", 130 "lang": "en-US",
128 "name": "Adobe Shockwave Player", 131 "name": "Adobe Shockwave Player",
129 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macos x/latest/Shockwave_Installer_Full_64bit.dmg", 132 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macos x/latest/Shockwave_Installer_Full_64bit.dmg",
130 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave" 133 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave",
134 "group_name_matcher": "Shockwave for Director"
131 }, 135 },
132 "apple-quicktime": { 136 "apple-quicktime": {
133 "mime_types": [ 137 "mime_types": [
134 "application/sdp", 138 "application/sdp",
135 "application/x-mpeg", 139 "application/x-mpeg",
136 "application/x-rtsp", 140 "application/x-rtsp",
137 "application/x-sdp", 141 "application/x-sdp",
138 "audio/3ggp", 142 "audio/3ggp",
139 "audio/3ggp2", 143 "audio/3ggp2",
140 "audio/aac", 144 "audio/aac",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "versions": [ 188 "versions": [
185 { 189 {
186 "version": "7.6.6", 190 "version": "7.6.6",
187 "status": "requires_authorization" 191 "status": "requires_authorization"
188 } 192 }
189 ], 193 ],
190 "lang": "en-US", 194 "lang": "en-US",
191 "name": "QuickTime Player", 195 "name": "QuickTime Player",
192 "url": "http://www.apple.com/quicktime/download/", 196 "url": "http://www.apple.com/quicktime/download/",
193 "help_url": "https://support.google.com/chrome/?p=plugin_quicktime", 197 "help_url": "https://support.google.com/chrome/?p=plugin_quicktime",
194 "displayurl": true 198 "displayurl": true,
199 "group_name_matcher": "QuickTime Plug-in"
195 }, 200 },
196 "flip4mac": { 201 "flip4mac": {
197 "mime_types": [ 202 "mime_types": [
198 "application/asx", 203 "application/asx",
199 "application/x-mplayer2", 204 "application/x-mplayer2",
200 "application/x-ms-wmp", 205 "application/x-ms-wmp",
201 "audio/x-ms-wax", 206 "audio/x-ms-wax",
202 "audio/x-ms-wma", 207 "audio/x-ms-wma",
203 "video/x-ms-asf", 208 "video/x-ms-asf",
204 "video/x-ms-asf-plugin", 209 "video/x-ms-asf-plugin",
205 "video/x-ms-wm", 210 "video/x-ms-wm",
206 "video/x-ms-wmv", 211 "video/x-ms-wmv",
207 "video/x-ms-wvx" 212 "video/x-ms-wvx"
208 ], 213 ],
209 "versions": [ 214 "versions": [
210 { 215 {
211 "version": "2.2.1", 216 "version": "2.2.1",
212 "status": "requires_authorization" 217 "status": "requires_authorization"
213 } 218 }
214 ], 219 ],
215 "lang": "en-US", 220 "lang": "en-US",
216 "name": "Flip4Mac", 221 "name": "Flip4Mac",
217 "url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442", 222 "url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442",
218 "help_url": "https://support.google.com/chrome/?p=plugin_wmp", 223 "help_url": "https://support.google.com/chrome/?p=plugin_wmp",
219 "displayurl": true 224 "displayurl": true,
225 "group_name_matcher": "Flip4Mac"
220 }, 226 },
221 "divx-player": { 227 "divx-player": {
222 "mime_types": [ 228 "mime_types": [
223 "video/divx", 229 "video/divx",
224 "video/x-matroska" 230 "video/x-matroska"
225 ], 231 ],
226 "versions": [ 232 "versions": [
227 { 233 {
228 "version": "2.2", 234 "version": "2.2",
229 "status": "requires_authorization" 235 "status": "requires_authorization"
230 } 236 }
231 ], 237 ],
232 "lang": "en-US", 238 "lang": "en-US",
233 "name": "DivX Web Player", 239 "name": "DivX Web Player",
234 "url": "http://www.divx.com/en/downloads/divx/mac", 240 "url": "http://www.divx.com/en/downloads/divx/mac",
235 "help_url": "https://support.google.com/chrome/?p=plugin_divx" 241 "help_url": "https://support.google.com/chrome/?p=plugin_divx",
242 "group_name_matcher": "DivX Plus Web Player"
236 }, 243 },
237 "silverlight": { 244 "silverlight": {
238 "mime_types": [ 245 "mime_types": [
239 "application/x-silverlight", 246 "application/x-silverlight",
240 "application/x-silverlight-2" 247 "application/x-silverlight-2"
241 ], 248 ],
242 "versions": [ 249 "versions": [
243 { 250 {
244 "version": "4.1.10111.0", 251 "version": "4.1.10111.0",
245 "status": "up_to_date", 252 "status": "up_to_date",
246 "reference": "http://support.microsoft.com/kb/2668562" 253 "reference": "http://support.microsoft.com/kb/2668562"
247 } 254 }
248 ], 255 ],
249 "lang": "en-US", 256 "lang": "en-US",
250 "name": "Silverlight", 257 "name": "Silverlight",
251 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 258 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
252 "displayurl": true 259 "displayurl": true,
260 "group_name_matcher": "Silverlight"
261 },
262 "google-chrome-pdf": {
263 "mime_types": [
264 ],
265 "versions": [
266 {
267 "version": "0",
268 "status": "up_to_date",
269 "comment": "Chrome PDF Viewer has no version information."
270 }
271 ],
272 "name": "Chrome PDF Viewer",
273 "group_name_matcher": "Chrome PDF Viewer"
253 } 274 }
254 } 275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698