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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_linux.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: fixed error 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
« no previous file with comments | « chrome/browser/plugins/plugin_metadata_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.h » ('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 "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 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "help_url": "https://support.google.com/chrome/?p=plugin_java", 67 "help_url": "https://support.google.com/chrome/?p=plugin_java",
68 "url": "http://java.com/download", 68 "url": "http://java.com/download",
69 "displayurl": true, 69 "displayurl": true,
70 "group_name_matcher": "Java" 70 "group_name_matcher": "Java"
71 }, 71 },
72 "adobe-flash-player": { 72 "adobe-flash-player": {
73 "mime_types": [ 73 "mime_types": [
74 "application/futuresplash", 74 "application/futuresplash",
75 "application/x-shockwave-flash" 75 "application/x-shockwave-flash"
76 ], 76 ],
77 "matching_mime_types": [
78 "application/futuresplash"
79 ],
77 "versions": [ 80 "versions": [
78 { 81 {
79 "version": "11.1.102", 82 "version": "11.1.102",
80 "status": "up_to_date", 83 "status": "up_to_date",
81 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 84 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html"
82 } 85 }
83 ], 86 ],
84 "lang": "en-US", 87 "lang": "en-US",
85 "name": "Adobe Flash Player", 88 "name": "Adobe Flash Player",
86 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 89 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
87 "url": "http://get.adobe.com/flashplayer/", 90 "url": "http://get.adobe.com/flashplayer/",
88 "displayurl": true, 91 "displayurl": true,
89 "group_name_matcher": "Shockwave Flash" 92 "group_name_matcher": "Shockwave Flash"
90 }, 93 },
94 "lightspark": {
95 "mime_types": [
96 "application/x-lightspark"
97 ],
98 "matching_mime_types": [
99 "application/x-lightspark"
100 ],
101 "versions": [
102 {
103 "version": "0",
104 "status": "requires_authorization"
105 }
106 ],
107 "lang": "en-US",
108 "name": "Lightspark",
109 "displayurl": true,
110 "url": "https://launchpad.net/lightspark",
111 "group_name_matcher": "Shockwave Flash"
112 },
91 "redhat-icetea-java": { 113 "redhat-icetea-java": {
92 "mime_types": [ 114 "mime_types": [
93 ], 115 ],
94 "versions": [ 116 "versions": [
95 { 117 {
96 "version": "1.8.13", 118 "version": "1.8.13",
97 "status": "requires_authorization", 119 "status": "requires_authorization",
98 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/" 120 "reference": "http://blog.fuseyism.com/index.php/2012/02/15/security-ice dtea6-1-8-13-1-9-13-1-10-6-and-icedtea-2-0-1-released/"
99 }, 121 },
100 { 122 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 { 160 {
139 "version": "0", 161 "version": "0",
140 "status": "up_to_date", 162 "status": "up_to_date",
141 "comment": "Google Chrome PDF has no version information." 163 "comment": "Google Chrome PDF has no version information."
142 } 164 }
143 ], 165 ],
144 "name": "Chrome PDF Viewer", 166 "name": "Chrome PDF Viewer",
145 "group_name_matcher": "Chrome PDF Viewer" 167 "group_name_matcher": "Chrome PDF Viewer"
146 } 168 }
147 } 169 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_metadata_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698