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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_win.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
« 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": 17, 2 "x-version": 17,
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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "versions": [ 339 "versions": [
340 { 340 {
341 "version": "0", 341 "version": "0",
342 "status": "up_to_date", 342 "status": "up_to_date",
343 "comment": "Chrome PDF Viewer has no version information." 343 "comment": "Chrome PDF Viewer has no version information."
344 } 344 }
345 ], 345 ],
346 "name": "Chrome PDF Viewer", 346 "name": "Chrome PDF Viewer",
347 "group_name_matcher": "*Chrome PDF Viewer*" 347 "group_name_matcher": "*Chrome PDF Viewer*"
348 }, 348 },
349 "chromium-pdf": {
350 "mime_types": [
351 ],
352 "versions": [
353 {
354 "version": "0",
355 "status": "up_to_date",
356 "comment": "Chrome PDF Viewer has no version information."
357 }
358 ],
359 "name": "Chromium PDF Viewer",
360 "group_name_matcher": "*Chromium PDF Viewer*"
361 },
349 "google-update": { 362 "google-update": {
350 "mime-types": [ 363 "mime-types": [
351 ], 364 ],
352 "versions": [ 365 "versions": [
353 { 366 {
354 "version": "0", 367 "version": "0",
355 "status": "requires_authorization", 368 "status": "requires_authorization",
356 "comment": "Google Update plug-in is versioned but kept automatically up -to-date" 369 "comment": "Google Update plug-in is versioned but kept automatically up -to-date"
357 } 370 }
358 ], 371 ],
(...skipping 26 matching lines...) Expand all
385 "status": "requires_authorization", 398 "status": "requires_authorization",
386 "comment": "We do not track version information for the Google Earth Plu gin." 399 "comment": "We do not track version information for the Google Earth Plu gin."
387 } 400 }
388 ], 401 ],
389 "lang": "en-US", 402 "lang": "en-US",
390 "name": "Google Earth", 403 "name": "Google Earth",
391 "url": "http://www.google.com/earth/explore/products/plugin.html", 404 "url": "http://www.google.com/earth/explore/products/plugin.html",
392 "group_name_matcher": "*Google Earth*" 405 "group_name_matcher": "*Google Earth*"
393 } 406 }
394 } 407 }
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