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

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

Issue 11348046: Add versioning to PluginFinder metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "x-version": 1,
2 "google-talk": { 3 "google-talk": {
3 "mime_types": [ 4 "mime_types": [
4 ], 5 ],
5 "versions": [ 6 "versions": [
6 { 7 {
7 "version": "0", 8 "version": "0",
8 "status": "up_to_date", 9 "status": "up_to_date",
9 "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."
10 } 11 }
11 ], 12 ],
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "displayurl": true, 299 "displayurl": true,
299 "group_name_matcher": "*Windows Media Player*" 300 "group_name_matcher": "*Windows Media Player*"
300 }, 301 },
301 "divx-player": { 302 "divx-player": {
302 "mime_types": [ 303 "mime_types": [
303 "video/divx", 304 "video/divx",
304 "video/x-matroska" 305 "video/x-matroska"
305 ], 306 ],
306 "versions": [ 307 "versions": [
307 { 308 {
308 "version": "1.4.3.4", 309 "version": "2.2.0.52",
309 "status": "requires_authorization" 310 "status": "requires_authorization"
310 } 311 }
311 ], 312 ],
312 "lang": "en-US", 313 "lang": "en-US",
313 "name": "DivX Web Player", 314 "name": "DivX Plus Web Player",
cevans 2013/02/05 21:06:52 Can we split metadata updates into a separate CL?
Bernhard Bauer 2013/02/06 20:08:24 Fair enough. Done.
314 "help_url": "https://support.google.com/chrome/?p=plugin_divx", 315 "help_url": "https://support.google.com/chrome/?p=plugin_divx",
315 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller.ex e", 316 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller.ex e",
316 "group_name_matcher": "*DivX Web Player*" 317 "group_name_matcher": "*DivX Plus Web Player*"
318 },
319 "divx-vod-helper": {
320 "mime_types": [
321 ],
322 "versions": [
323 {
324 "version": "1.1.0.6",
325 "status": "requires_authorization"
326 }
327 ],
328 "lang": "en-US",
329 "name": "DivX VOD Helper",
330 "group_name_matcher": "DivX VOD Helper Plug-in"
317 }, 331 },
318 "silverlight": { 332 "silverlight": {
319 "mime_types": [ 333 "mime_types": [
320 "application/x-silverlight", 334 "application/x-silverlight",
321 "application/x-silverlight-2" 335 "application/x-silverlight-2"
322 ], 336 ],
323 "versions": [ 337 "versions": [
324 { 338 {
325 "version": "4.1.10329.0", 339 "version": "4.1.10329.0",
326 "status": "up_to_date", 340 "status": "up_to_date",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 { 388 {
375 "version": "0", 389 "version": "0",
376 "status": "up_to_date", 390 "status": "up_to_date",
377 "comment": "Chrome PDF Viewer has no version information." 391 "comment": "Chrome PDF Viewer has no version information."
378 } 392 }
379 ], 393 ],
380 "name": "Chrome PDF Viewer", 394 "name": "Chrome PDF Viewer",
381 "group_name_matcher": "*Chrome PDF Viewer*" 395 "group_name_matcher": "*Chrome PDF Viewer*"
382 } 396 }
383 } 397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698