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

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

Issue 10263022: Move version metadata from PluginGroup into PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 7 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_mac.json
diff --git a/chrome/browser/resources/plugins_mac.json b/chrome/browser/resources/plugin_metadata/plugins_mac.json
similarity index 73%
rename from chrome/browser/resources/plugins_mac.json
rename to chrome/browser/resources/plugin_metadata/plugins_mac.json
index 2465ece458fe0ed0aa38e3b6aa6716c2846348ac..e195e349d5451bce11ce39074d18bf89f5539a5d 100644
--- a/chrome/browser/resources/plugins_mac.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_mac.json
@@ -33,6 +33,31 @@
"application/x-java-bean,version=1.6",
"application/x-java-vm"
],
+ "versions": [
+ {
+ "version": "12.8.0",
+ "status": "requires_authorization",
+ "comment": "Leopard"
+ },
+ {
+ "version": "13",
+ "status": "out_of_date"
+ },
+ {
+ "version": "13.5.0",
+ "status": "requires_authorization",
+ "comment": "Snow Leopard"
+ },
+ {
+ "version": "14",
+ "status": "out_of_date"
+ },
+ {
+ "version": "14.0.3",
+ "status": "requires_authorization",
+ "comment": "Lion"
+ }
+ ],
"lang": "en-US",
"name": "Java(TM)",
"url": "http://java.com/en/download/apple_manual.jsp",
@@ -46,6 +71,13 @@
"audio/x-pn-realaudio-plugin",
"audio/x-pn-realaudio"
],
+ "versions": [
+ {
+ "version": "0",
+ "status": "requires_authorization",
+ "comment": "The Real Player plug-in for mac doesn't expose a version at all."
+ }
+ ],
"lang": "en-US",
"name": "RealPlayer",
"url": "http://director.real.com/realplayer?type=rpsp_mac",
@@ -56,38 +88,34 @@
"application/futuresplash",
"application/x-shockwave-flash"
],
+ "versions": [
+ {
+ "version": "11.1.102",
+ "status": "up_to_date",
+ "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03.html"
+ }
+ ],
"lang": "en-US",
"name": "Adobe Flash Player",
"url": "http://get.adobe.com/flashplayer/",
"help_url": "https://support.google.com/chrome/?p=plugin_flash",
- "requires_authorization": false,
"displayurl": true
},
"adobe-shockwave": {
"mime_types": [
"application/x-director"
],
- "lang": "en-US",
- "name": "Adobe Shockwave Player",
- "url": "http://www.adobe.com/shockwave/download/",
- "help_url": "https://support.google.com/chrome/?p=plugin_shockwave",
- "displayurl": true
- },
- "adobe-reader": {
- "mime_types": [
- "application/pdf",
- "application/vnd.adobe.x-mars",
- "application/vnd.adobe.xdp+xml",
- "application/vnd.adobe.xfd+xml",
- "application/vnd.adobe.xfdf",
- "application/vnd.fdf"
+ "versions": [
+ {
+ "version": "11.6.4.634",
+ "status": "requires_authorization",
+ "reference": "http://www.adobe.com/support/security/bulletins/apsb12-02.html"
+ }
],
"lang": "en-US",
- "name": "Adobe Reader",
- "url": "http://get.adobe.com/reader/",
- "help_url": "https://support.google.com/chrome/?p=plugin_pdf",
- "requires_authorization": false,
- "displayurl": true
+ "name": "Adobe Shockwave Player",
+ "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macosx/latest/Shockwave_Installer_Full_64bit.dmg",
+ "help_url": "https://support.google.com/chrome/?p=plugin_shockwave"
},
"apple-quicktime": {
"mime_types": [
@@ -141,6 +169,12 @@
"video/x-m4v",
"video/x-mpeg"
],
+ "versions": [
+ {
+ "version": "7.6.6",
+ "status": "requires_authorization"
+ }
+ ],
"lang": "en-US",
"name": "QuickTime Player",
"url": "http://www.apple.com/quicktime/download/",
@@ -160,6 +194,12 @@
"video/x-ms-wmv",
"video/x-ms-wvx"
],
+ "versions": [
+ {
+ "version": "2.2.1",
+ "status": "requires_authorization"
+ }
+ ],
"lang": "en-US",
"name": "Flip4Mac",
"url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442",
@@ -171,6 +211,12 @@
"video/divx",
"video/x-matroska"
],
+ "versions": [
+ {
+ "version": "2.2",
+ "status": "requires_authorization"
+ }
+ ],
"lang": "en-US",
"name": "DivX Web Player",
"url": "http://www.divx.com/en/downloads/divx/mac",
@@ -181,10 +227,16 @@
"application/x-silverlight",
"application/x-silverlight-2"
],
+ "versions": [
+ {
+ "version": "4.1.10111.0",
+ "status": "up_to_date",
+ "reference": "http://support.microsoft.com/kb/2668562"
+ }
+ ],
"lang": "en-US",
"name": "Silverlight",
"url": "http://go.microsoft.com/fwlink/?LinkID=149156",
- "requires_authorization": false,
"displayurl": true
}
}
« 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