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

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

Issue 693453002: Update plugin metadata for latest available versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: woops left a test value in there Created 6 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "x-version": 4, 2 "x-version": 5,
3 "google-talk": { 3 "google-talk": {
4 "mime_types": [ 4 "mime_types": [
5 ], 5 ],
6 "versions": [ 6 "versions": [
7 { 7 {
8 "version": "0", 8 "version": "0",
9 "status": "up_to_date", 9 "status": "up_to_date",
10 "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 "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."
11 } 11 }
12 ], 12 ],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "help_url": "https://support.google.com/chrome/?p=plugin_real", 108 "help_url": "https://support.google.com/chrome/?p=plugin_real",
109 "group_name_matcher": "*RealPlayer*" 109 "group_name_matcher": "*RealPlayer*"
110 }, 110 },
111 "adobe-flash-player": { 111 "adobe-flash-player": {
112 "mime_types": [ 112 "mime_types": [
113 "application/futuresplash", 113 "application/futuresplash",
114 "application/x-shockwave-flash" 114 "application/x-shockwave-flash"
115 ], 115 ],
116 "versions": [ 116 "versions": [
117 { 117 {
118 "version": "11.1.102", 118 "version": "15.0.0.189",
119 "status": "up_to_date", 119 "status": "up_to_date",
120 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 120 "reference": "http://helpx.adobe.com/security/products/flash-player/apsb 14-22.html"
121 } 121 }
122 ], 122 ],
123 "lang": "en-US", 123 "lang": "en-US",
124 "name": "Adobe Flash Player", 124 "name": "Adobe Flash Player",
125 "url": "http://get.adobe.com/flashplayer/", 125 "url": "http://get.adobe.com/flashplayer/",
126 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 126 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
127 "displayurl": true, 127 "displayurl": true,
128 "group_name_matcher": "*Shockwave Flash*" 128 "group_name_matcher": "*Shockwave Flash*"
129 }, 129 },
130 "adobe-shockwave": { 130 "adobe-shockwave": {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "help_url": "https://support.google.com/chrome/?p=plugin_divx", 252 "help_url": "https://support.google.com/chrome/?p=plugin_divx",
253 "group_name_matcher": "*DivX Plus Web Player*" 253 "group_name_matcher": "*DivX Plus Web Player*"
254 }, 254 },
255 "silverlight": { 255 "silverlight": {
256 "mime_types": [ 256 "mime_types": [
257 "application/x-silverlight", 257 "application/x-silverlight",
258 "application/x-silverlight-2" 258 "application/x-silverlight-2"
259 ], 259 ],
260 "versions": [ 260 "versions": [
261 { 261 {
262 "version": "5.1.20125.0", 262 "version": "5.1.30214.0",
263 "status": "up_to_date", 263 "status": "up_to_date",
264 "reference": "https://support.microsoft.com/kb/2814124" 264 "reference": "https://support.microsoft.com/kb/2932677"
265 } 265 }
266 ], 266 ],
267 "lang": "en-US", 267 "lang": "en-US",
268 "name": "Silverlight", 268 "name": "Silverlight",
269 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 269 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
270 "displayurl": true, 270 "displayurl": true,
271 "group_name_matcher": "*Silverlight*" 271 "group_name_matcher": "*Silverlight*"
272 }, 272 },
273 "google-chrome-pdf": { 273 "google-chrome-pdf": {
274 "mime_types": [ 274 "mime_types": [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "status": "up_to_date", 309 "status": "up_to_date",
310 "comment": "We do not track version information for the Google Earth Plu gin." 310 "comment": "We do not track version information for the Google Earth Plu gin."
311 } 311 }
312 ], 312 ],
313 "lang": "en-US", 313 "lang": "en-US",
314 "name": "Google Earth", 314 "name": "Google Earth",
315 "url": "http://www.google.com/earth/explore/products/plugin.html", 315 "url": "http://www.google.com/earth/explore/products/plugin.html",
316 "group_name_matcher": "*Google Earth*" 316 "group_name_matcher": "*Google Earth*"
317 } 317 }
318 } 318 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698