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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_mac.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": 17, 2 "x-version": 18,
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 270 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
271 "displayurl": true, 271 "displayurl": true,
272 "group_name_matcher": "*Silverlight*" 272 "group_name_matcher": "*Silverlight*"
273 }, 273 },
274 "google-chrome-pdf": { 274 "google-chrome-pdf": {
275 "mime_types": [ 275 "mime_types": [
276 ], 276 ],
277 "versions": [ 277 "versions": [
278 { 278 {
279 "version": "0", 279 "version": "0",
280 "status": "up_to_date", 280 "status": "fully_trusted",
281 "comment": "Chrome PDF Viewer has no version information." 281 "comment": "Google Chrome PDF Viewer has no version information."
282 } 282 }
283 ], 283 ],
284 "name": "Chrome PDF Viewer", 284 "name": "Chrome PDF Viewer",
285 "group_name_matcher": "*Chrome PDF Viewer*" 285 "group_name_matcher": "*Chrome PDF Viewer*"
286 }, 286 },
287 "chromium-pdf": { 287 "chromium-pdf": {
288 "mime_types": [ 288 "mime_types": [
289 ], 289 ],
290 "versions": [ 290 "versions": [
291 { 291 {
292 "version": "0", 292 "version": "0",
293 "status": "up_to_date", 293 "status": "fully_trusted",
294 "comment": "Chrome PDF Viewer has no version information." 294 "comment": "Chromium PDF Viewer has no version information."
295 } 295 }
296 ], 296 ],
297 "name": "Chromium PDF Viewer", 297 "name": "Chromium PDF Viewer",
298 "group_name_matcher": "*Chromium PDF Viewer*" 298 "group_name_matcher": "*Chromium PDF Viewer*"
299 }, 299 },
300 "facebook-video-calling": { 300 "facebook-video-calling": {
301 "mime_types": [ 301 "mime_types": [
302 "application/skypesdk-plugin" 302 "application/skypesdk-plugin"
303 ], 303 ],
304 "versions": [ 304 "versions": [
(...skipping 18 matching lines...) Expand all
323 "status": "requires_authorization", 323 "status": "requires_authorization",
324 "comment": "We do not track version information for the Google Earth Plu gin." 324 "comment": "We do not track version information for the Google Earth Plu gin."
325 } 325 }
326 ], 326 ],
327 "lang": "en-US", 327 "lang": "en-US",
328 "name": "Google Earth", 328 "name": "Google Earth",
329 "url": "http://www.google.com/earth/explore/products/plugin.html", 329 "url": "http://www.google.com/earth/explore/products/plugin.html",
330 "group_name_matcher": "*Google Earth*" 330 "group_name_matcher": "*Google Earth*"
331 } 331 }
332 } 332 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_linux.json ('k') | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698