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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_mac.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
OLDNEW
1 { 1 {
2 "x-version": 3, 2 "x-version": 4,
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 266 ],
267 "versions": [ 267 "versions": [
268 { 268 {
269 "version": "0", 269 "version": "0",
270 "status": "up_to_date", 270 "status": "up_to_date",
271 "comment": "Chrome PDF Viewer has no version information." 271 "comment": "Chrome PDF Viewer has no version information."
272 } 272 }
273 ], 273 ],
274 "name": "Chrome PDF Viewer", 274 "name": "Chrome PDF Viewer",
275 "group_name_matcher": "*Chrome PDF Viewer*" 275 "group_name_matcher": "*Chrome PDF Viewer*"
276 },
277 "facebook-video-calling": {
278 "mime_types": [
279 "application/skypesdk-plugin"
280 ],
281 "versions": [
282 {
283 "version": "0",
284 "status": "up_to_date",
285 "comment": "We do not track version information for the Facebook Video C alling Plugin."
286 }
287 ],
288 "lang": "en-US",
289 "name": "Facebook Video Calling",
290 "url": "https://www.facebook.com/chat/video/videocalldownload.php",
291 "group_name_matcher": "*Facebook Video*"
292 },
293 "google-earth": {
294 "mime_types": [
295 "application/geplugin"
296 ],
297 "versions": [
298 {
299 "version": "0",
300 "status": "up_to_date",
301 "comment": "We do not track version information for the Google Earth Plu gin."
302 }
303 ],
304 "lang": "en-US",
305 "name": "Google Earth",
306 "url": "http://www.google.com/earth/explore/products/plugin.html",
307 "group_name_matcher": "*Google Earth*"
276 } 308 }
277 } 309 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_metadata_unittest.cc ('k') | chrome/browser/resources/plugin_metadata/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698