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

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

Issue 23440066: Block NPAPI plugins by default Add Facebook video calling and Google Earth plugins to the tracked l… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: json version ++ Created 7 years, 3 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
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "x-version": 9, 2 "x-version": 10,
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": "up_to_date", 9 "status": "up_to_date",
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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 ], 377 ],
378 "versions": [ 378 "versions": [
379 { 379 {
380 "version": "0", 380 "version": "0",
381 "status": "requires_authorization", 381 "status": "requires_authorization",
382 "comment": "Google Update plug-in is versioned but kept automatically up -to-date" 382 "comment": "Google Update plug-in is versioned but kept automatically up -to-date"
383 } 383 }
384 ], 384 ],
385 "name": "Google Update", 385 "name": "Google Update",
386 "group_name_matcher": "Google Update" 386 "group_name_matcher": "Google Update"
387 },
388 "facebook-video-calling": {
389 "mime_types": [
390 "application/skypesdk-plugin"
391 ],
392 "versions": [
393 {
394 "version": "0",
395 "status": "up_to_date",
396 "comment": "We do not track version information for the Facebook Video C alling Plugin."
397 }
398 ],
399 "lang": "en-US",
400 "name": "Facebook Video Calling",
401 "url": "https://www.facebook.com/chat/video/videocalldownload.php",
402 "group_name_matcher": "*Facebook Video*"
403 },
404 "google-earth": {
405 "mime_types": [
406 "application/geplugin"
407 ],
408 "versions": [
409 {
410 "version": "0",
411 "status": "up_to_date",
412 "comment": "We do not track version information for the Google Earth Plu gin."
413 }
414 ],
415 "lang": "en-US",
416 "name": "Google Earth",
417 "url": "http://www.google.com/earth/explore/products/plugin.html",
418 "group_name_matcher": "*Google Earth*"
387 } 419 }
388 } 420 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698