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

Unified Diff: chrome/browser/resources/plugin_metadata/plugins_linux.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_linux.json
diff --git a/chrome/browser/resources/plugins_linux.json b/chrome/browser/resources/plugin_metadata/plugins_linux.json
similarity index 57%
rename from chrome/browser/resources/plugins_linux.json
rename to chrome/browser/resources/plugin_metadata/plugins_linux.json
index e56f226325c26bb207399a276806cba667bfbe10..244831cb36cae881a412975d93df1c37f68f6e91 100644
--- a/chrome/browser/resources/plugins_linux.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_linux.json
@@ -33,6 +33,20 @@
"application/x-java-bean,version=1.6",
"application/x-java-vm"
],
+ "versions": [
+ {
+ "version": "1.6.0.31",
+ "status": "requires_authorization"
+ },
+ {
+ "version": "1.7",
+ "status": "out_of_date"
+ },
+ {
+ "version": "1.7.0.3",
+ "status": "requires_authorization"
+ }
+ ],
"lang": "en-US",
"name": "Java(TM)",
"help_url": "https://support.google.com/chrome/?p=plugin_java",
@@ -44,16 +58,56 @@
"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",
"help_url": "https://support.google.com/chrome/?p=plugin_flash",
"url": "http://get.adobe.com/flashplayer/",
- "requires_authorization": false,
"displayurl": true
},
"redhat-icetea-java": {
"mime_types": [
],
+ "versions": [
+ {
+ "version": "1.8.13",
+ "status": "requires_authorization",
+ "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-icedtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
+ },
+ {
+ "version": "1.9",
+ "status": "out_of_date"
+ },
+ {
+ "version": "1.9.13",
+ "status": "requires_authorization",
+ "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-icedtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
+ },
+ {
+ "version": "1.10",
+ "status": "out_of_date"
+ },
+ {
+ "version": "1.10.6",
+ "status": "requires_authorization",
+ "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-icedtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
+ },
+ {
+ "version": "2",
+ "status": "out_of_date"
+ },
+ {
+ "version": "2.0.1",
+ "status": "requires_authorization",
+ "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-icedtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
+ }
+ ],
"lang": "en-US",
"name": "IcedTea",
"url": "http://icedtea.classpath.org/",
« no previous file with comments | « chrome/browser/resources/plugin_metadata/OWNERS ('k') | chrome/browser/resources/plugin_metadata/plugins_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698