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 11418129: Matching IBM Java plugin using pattern matching. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 "group_name_matcher": "*Google Talk*"
14 }, 14 },
15 "java-runtime-environment": { 15 "java-runtime-environment": {
16 "mime_types": [ 16 "mime_types": [
17 "application/x-java-applet", 17 "application/x-java-applet",
18 "application/x-java-applet,version=1.1", 18 "application/x-java-applet,version=1.1",
19 "application/x-java-applet,version=1.1.1", 19 "application/x-java-applet,version=1.1.1",
20 "application/x-java-applet,version=1.1.2", 20 "application/x-java-applet,version=1.1.2",
21 "application/x-java-applet,version=1.1.3", 21 "application/x-java-applet,version=1.1.3",
22 "application/x-java-applet,version=1.2", 22 "application/x-java-applet,version=1.2",
23 "application/x-java-applet,version=1.2.1", 23 "application/x-java-applet,version=1.2.1",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 { 60 {
61 "version": "1.7.0.5", 61 "version": "1.7.0.5",
62 "status": "requires_authorization" 62 "status": "requires_authorization"
63 } 63 }
64 ], 64 ],
65 "lang": "en-US", 65 "lang": "en-US",
66 "name": "Java(TM)", 66 "name": "Java(TM)",
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(TM)*"
ibraa 2012/11/22 19:46:30 Plugin name for Oracle Java on linux is Java(TM),
Bernhard Bauer 2012/11/22 20:08:04 I'm not completely sure; in general Java has very
ibraa 2012/11/23 00:58:28 I guess so, Done. On 2012/11/22 20:08:04, Bernhard
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": [ 77 "matching_mime_types": [
78 "application/futuresplash" 78 "application/futuresplash"
79 ], 79 ],
80 "versions": [ 80 "versions": [
81 { 81 {
82 "version": "11.1.102", 82 "version": "11.1.102",
83 "status": "up_to_date", 83 "status": "up_to_date",
84 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html" 84 "reference": "http://www.adobe.com/support/security/bulletins/apsb12-03. html"
85 } 85 }
86 ], 86 ],
87 "lang": "en-US", 87 "lang": "en-US",
88 "name": "Adobe Flash Player", 88 "name": "Adobe Flash Player",
89 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 89 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
90 "url": "http://get.adobe.com/flashplayer/", 90 "url": "http://get.adobe.com/flashplayer/",
91 "displayurl": true, 91 "displayurl": true,
92 "group_name_matcher": "Shockwave Flash" 92 "group_name_matcher": "*Shockwave Flash*"
93 }, 93 },
94 "lightspark": { 94 "lightspark": {
95 "mime_types": [ 95 "mime_types": [
96 "application/x-lightspark" 96 "application/x-lightspark"
97 ], 97 ],
98 "matching_mime_types": [ 98 "matching_mime_types": [
99 "application/x-lightspark" 99 "application/x-lightspark"
100 ], 100 ],
101 "versions": [ 101 "versions": [
102 { 102 {
103 "version": "0", 103 "version": "0",
104 "status": "requires_authorization" 104 "status": "requires_authorization"
105 } 105 }
106 ], 106 ],
107 "lang": "en-US", 107 "lang": "en-US",
108 "name": "Lightspark", 108 "name": "Lightspark",
109 "displayurl": true, 109 "displayurl": true,
110 "url": "https://launchpad.net/lightspark", 110 "url": "https://launchpad.net/lightspark",
111 "group_name_matcher": "Shockwave Flash" 111 "group_name_matcher": "*Shockwave Flash*"
112 }, 112 },
113 "redhat-icetea-java": { 113 "redhat-icetea-java": {
114 "mime_types": [ 114 "mime_types": [
115 ], 115 ],
116 "versions": [ 116 "versions": [
117 { 117 {
118 "version": "1.8.13", 118 "version": "1.8.13",
119 "status": "requires_authorization", 119 "status": "requires_authorization",
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/" 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/"
121 }, 121 },
(...skipping 22 matching lines...) Expand all
144 { 144 {
145 "version": "2.0.1", 145 "version": "2.0.1",
146 "status": "requires_authorization", 146 "status": "requires_authorization",
147 "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/" 147 "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/"
148 } 148 }
149 ], 149 ],
150 "lang": "en-US", 150 "lang": "en-US",
151 "name": "IcedTea", 151 "name": "IcedTea",
152 "url": "http://icedtea.classpath.org/", 152 "url": "http://icedtea.classpath.org/",
153 "displayurl": true, 153 "displayurl": true,
154 "group_name_matcher": "IcedTea" 154 "group_name_matcher": "*IcedTea*"
155 }, 155 },
156 "google-chrome-pdf": { 156 "google-chrome-pdf": {
157 "mime_types": [ 157 "mime_types": [
158 ], 158 ],
159 "versions": [ 159 "versions": [
160 { 160 {
161 "version": "0", 161 "version": "0",
162 "status": "up_to_date", 162 "status": "up_to_date",
163 "comment": "Google Chrome PDF has no version information." 163 "comment": "Google Chrome PDF has no version information."
164 } 164 }
165 ], 165 ],
166 "name": "Chrome PDF Viewer", 166 "name": "Chrome PDF Viewer",
167 "group_name_matcher": "Chrome PDF Viewer" 167 "group_name_matcher": "*Chrome PDF Viewer*"
168 } 168 }
169 } 169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698