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

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

Issue 931063002: Fix plugin grouping for PDF in about:plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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": 8, 2 "x-version": 8,
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."
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "versions": [ 277 "versions": [
278 { 278 {
279 "version": "0", 279 "version": "0",
280 "status": "up_to_date", 280 "status": "up_to_date",
281 "comment": "Chrome PDF Viewer has no version information." 281 "comment": "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": {
288 "mime_types": [
289 ],
290 "versions": [
291 {
292 "version": "0",
293 "status": "up_to_date",
294 "comment": "Chrome PDF Viewer has no version information."
295 }
296 ],
297 "name": "Chromium PDF Viewer",
298 "group_name_matcher": "*Chromium PDF Viewer*"
299 },
287 "facebook-video-calling": { 300 "facebook-video-calling": {
288 "mime_types": [ 301 "mime_types": [
289 "application/skypesdk-plugin" 302 "application/skypesdk-plugin"
290 ], 303 ],
291 "versions": [ 304 "versions": [
292 { 305 {
293 "version": "0", 306 "version": "0",
294 "status": "requires_authorization", 307 "status": "requires_authorization",
295 "comment": "We do not track version information for the Facebook Video C alling Plugin." 308 "comment": "We do not track version information for the Facebook Video C alling Plugin."
296 } 309 }
(...skipping 13 matching lines...) Expand all
310 "status": "requires_authorization", 323 "status": "requires_authorization",
311 "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."
312 } 325 }
313 ], 326 ],
314 "lang": "en-US", 327 "lang": "en-US",
315 "name": "Google Earth", 328 "name": "Google Earth",
316 "url": "http://www.google.com/earth/explore/products/plugin.html", 329 "url": "http://www.google.com/earth/explore/products/plugin.html",
317 "group_name_matcher": "*Google Earth*" 330 "group_name_matcher": "*Google Earth*"
318 } 331 }
319 } 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