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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_linux.json

Issue 1857263004: Always trust internal PDF viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase rebase Created 4 years, 8 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
OLDNEW
1 { 1 {
2 "x-version": 11, 2 "x-version": 12,
3 "google-talk": { 3 "google-talk": {
4 "mime_types": [ 4 "mime_types": [
5 ], 5 ],
6 "versions": [ 6 "versions": [
7 { 7 {
8 "version": "0", 8 "version": "0",
9 "status": "requires_authorization", 9 "status": "requires_authorization",
10 "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 "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."
11 } 11 }
12 ], 12 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "displayurl": true, 110 "displayurl": true,
111 "url": "https://launchpad.net/lightspark", 111 "url": "https://launchpad.net/lightspark",
112 "group_name_matcher": "*Shockwave Flash*" 112 "group_name_matcher": "*Shockwave Flash*"
113 }, 113 },
114 "google-chrome-pdf": { 114 "google-chrome-pdf": {
115 "mime_types": [ 115 "mime_types": [
116 ], 116 ],
117 "versions": [ 117 "versions": [
118 { 118 {
119 "version": "0", 119 "version": "0",
120 "status": "up_to_date", 120 "status": "fully_trusted",
121 "comment": "Google Chrome PDF has no version information." 121 "comment": "Google Chrome PDF has no version information."
122 } 122 }
123 ], 123 ],
124 "name": "Chrome PDF Viewer", 124 "name": "Chrome PDF Viewer",
125 "group_name_matcher": "*Chrome PDF Viewer*" 125 "group_name_matcher": "*Chrome PDF Viewer*"
126 }, 126 },
127 "chromium-pdf": { 127 "chromium-pdf": {
128 "mime_types": [ 128 "mime_types": [
129 ], 129 ],
130 "versions": [ 130 "versions": [
131 { 131 {
132 "version": "0", 132 "version": "0",
133 "status": "up_to_date", 133 "status": "fully_trusted",
134 "comment": "Chrome PDF Viewer has no version information." 134 "comment": "Chromium PDF Viewer has no version information."
135 } 135 }
136 ], 136 ],
137 "name": "Chromium PDF Viewer", 137 "name": "Chromium PDF Viewer",
138 "group_name_matcher": "*Chromium PDF Viewer*" 138 "group_name_matcher": "*Chromium PDF Viewer*"
139 } 139 }
140 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698