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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_chromeos.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' are bundled with ChromeOS, so we don't define a minimum version." 9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' are bundled with ChromeOS, so we don't define a minimum 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 "adobe-flash-player": { 15 "adobe-flash-player": {
16 "mime_types": [ 16 "mime_types": [
17 ], 17 ],
18 "versions": [ 18 "versions": [
19 { 19 {
20 "version": "0", 20 "version": "0",
21 "status": "up_to_date", 21 "status": "up_to_date",
22 "comment": "'Adobe Flash' is bundled with ChromeOS, so we don't define a minimum version." 22 "comment": "'Adobe Flash' is bundled with ChromeOS, so we don't define a minimum version."
23 } 23 }
24 ], 24 ],
25 "lang": "en-US", 25 "lang": "en-US",
26 "name": "Adobe Flash Player", 26 "name": "Adobe Flash Player",
27 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 27 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
28 "url": "http://get.adobe.com/flashplayer/", 28 "url": "http://get.adobe.com/flashplayer/",
29 "displayurl": true, 29 "displayurl": true,
30 "group_name_matcher": "Shockwave Flash" 30 "group_name_matcher": "*Shockwave Flash*"
31 }, 31 },
32 "google-chrome-pdf": { 32 "google-chrome-pdf": {
33 "mime_types": [ 33 "mime_types": [
34 ], 34 ],
35 "versions": [ 35 "versions": [
36 { 36 {
37 "version": "0", 37 "version": "0",
38 "status": "up_to_date", 38 "status": "up_to_date",
39 "comment": "Google Chrome PDF has no version information." 39 "comment": "Google Chrome PDF has no version information."
40 } 40 }
41 ], 41 ],
42 "name": "Chrome PDF Viewer", 42 "name": "Chrome PDF Viewer",
43 "group_name_matcher": "Chrome PDF Viewer" 43 "group_name_matcher": "*Chrome PDF Viewer*"
44 }, 44 },
45 "netflix": { 45 "netflix": {
46 "mime_types": [ 46 "mime_types": [
47 ], 47 ],
48 "versions": [ 48 "versions": [
49 { 49 {
50 "version": "0", 50 "version": "0",
51 "status": "up_to_date", 51 "status": "up_to_date",
52 "comment": "'Netflix' is bundled with ChromeOS, so we don't define a min imum version." 52 "comment": "'Netflix' is bundled with ChromeOS, so we don't define a min imum version."
53 } 53 }
54 ], 54 ],
55 "name": "Netflix", 55 "name": "Netflix",
56 "group_name_matcher": "Netflix" 56 "group_name_matcher": "*Netflix*"
57 } 57 }
58 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698