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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_win.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, 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "version": "10.7", 65 "version": "10.7",
66 "status": "requires_authorization", 66 "status": "requires_authorization",
67 "comment": "Java SE 7u7" 67 "comment": "Java SE 7u7"
68 } 68 }
69 ], 69 ],
70 "lang": "en-US", 70 "lang": "en-US",
71 "name": "Java(TM)", 71 "name": "Java(TM)",
72 "help_url": "https://support.google.com/chrome/?p=plugin_java", 72 "help_url": "https://support.google.com/chrome/?p=plugin_java",
73 "url": "http://java.com/download", 73 "url": "http://java.com/download",
74 "displayurl": true, 74 "displayurl": true,
75 "group_name_matcher": "Java" 75 "group_name_matcher": "*IBM*Java*",
76 "use_pattern_matching": true
76 }, 77 },
77 "realplayer": { 78 "realplayer": {
78 "mime_types": [ 79 "mime_types": [
79 "audio/vnd.rn-realaudio", 80 "audio/vnd.rn-realaudio",
80 "video/vnd.rn-realvideo", 81 "video/vnd.rn-realvideo",
81 "audio/x-pn-realaudio-plugin", 82 "audio/x-pn-realaudio-plugin",
82 "audio/x-pn-realaudio" 83 "audio/x-pn-realaudio"
83 ], 84 ],
84 "versions": [ 85 "versions": [
85 { 86 {
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 { 313 {
313 "version": "0", 314 "version": "0",
314 "status": "up_to_date", 315 "status": "up_to_date",
315 "comment": "Chrome PDF Viewer has no version information." 316 "comment": "Chrome PDF Viewer has no version information."
316 } 317 }
317 ], 318 ],
318 "name": "Chrome PDF Viewer", 319 "name": "Chrome PDF Viewer",
319 "group_name_matcher": "Chrome PDF Viewer" 320 "group_name_matcher": "Chrome PDF Viewer"
320 } 321 }
321 } 322 }
OLDNEW
« chrome/browser/plugins/plugin_metadata.cc ('K') | « chrome/browser/plugins/plugin_metadata.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698