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

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

Issue 10066016: Fix plug-in identifier for Shockwave and add a unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/plugin_observer.cc ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | 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 "java-runtime-environment": { 2 "java-runtime-environment": {
3 "mime_types": [ 3 "mime_types": [
4 "application/x-java-applet", 4 "application/x-java-applet",
5 "application/x-java-applet,version=1.1", 5 "application/x-java-applet,version=1.1",
6 "application/x-java-applet,version=1.1.1", 6 "application/x-java-applet,version=1.1.1",
7 "application/x-java-applet,version=1.1.2", 7 "application/x-java-applet,version=1.1.2",
8 "application/x-java-applet,version=1.1.3", 8 "application/x-java-applet,version=1.1.3",
9 "application/x-java-applet,version=1.2", 9 "application/x-java-applet,version=1.2",
10 "application/x-java-applet,version=1.2.1", 10 "application/x-java-applet,version=1.2.1",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "application/futuresplash", 56 "application/futuresplash",
57 "application/x-shockwave-flash" 57 "application/x-shockwave-flash"
58 ], 58 ],
59 "lang": "en-US", 59 "lang": "en-US",
60 "name": "Adobe Flash Player", 60 "name": "Adobe Flash Player",
61 "help_url": "https://support.google.com/chrome/?p=plugin_flash", 61 "help_url": "https://support.google.com/chrome/?p=plugin_flash",
62 "url": "http://get.adobe.com/flashplayer/", 62 "url": "http://get.adobe.com/flashplayer/",
63 "requires_authorization": false, 63 "requires_authorization": false,
64 "displayurl": true 64 "displayurl": true
65 }, 65 },
66 "shockwave": { 66 "adobe-shockwave": {
67 "mime_types": [ 67 "mime_types": [
68 "application/x-director" 68 "application/x-director"
69 ], 69 ],
70 "lang": "en-US", 70 "lang": "en-US",
71 "name": "Adobe Shockwave Player", 71 "name": "Adobe Shockwave Player",
72 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave", 72 "help_url": "https://support.google.com/chrome/?p=plugin_shockwave",
73 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/win95 nt/latest/Shockwave_Installer_Slim.exe" 73 "url": "http://fpdownload.macromedia.com/get/shockwave/default/english/win95 nt/latest/Shockwave_Installer_Slim.exe"
74 }, 74 },
75 "adobe-reader": { 75 "adobe-reader": {
76 "mime_types": [ 76 "mime_types": [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "mime_types": [ 176 "mime_types": [
177 "application/x-silverlight", 177 "application/x-silverlight",
178 "application/x-silverlight-2" 178 "application/x-silverlight-2"
179 ], 179 ],
180 "lang": "en-US", 180 "lang": "en-US",
181 "name": "Silverlight", 181 "name": "Silverlight",
182 "url": "http://go.microsoft.com/fwlink/?LinkID=149156", 182 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
183 "requires_authorization": false 183 "requires_authorization": false
184 } 184 }
185 } 185 }
OLDNEW
« no previous file with comments | « chrome/browser/plugin_observer.cc ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698