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

Side by Side Diff: content/shell/tools/plugin/mac/Info.plist

Issue 1829293002: Make the test NPAPI plugin not handle png (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase; request rebaseline on linux Created 4 years, 9 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 | « no previous file | content/shell/tools/plugin/main.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
8 <string>test_netscape_plugin</string> 8 <string>test_netscape_plugin</string>
9 <key>CFBundleGetInfoString</key> 9 <key>CFBundleGetInfoString</key>
10 <string>420+, Copyright 2006-2009 Apple Inc.</string> 10 <string>420+, Copyright 2006-2009 Apple Inc.</string>
(...skipping 26 matching lines...) Expand all
37 <array> 37 <array>
38 <string>00000000-0000-0000-0000-000000000000</string> 38 <string>00000000-0000-0000-0000-000000000000</string>
39 </array> 39 </array>
40 </dict> 40 </dict>
41 <key>CFPlugInUnloadFunction</key> 41 <key>CFPlugInUnloadFunction</key>
42 <string></string> 42 <string></string>
43 <key>WebPluginDescription</key> 43 <key>WebPluginDescription</key>
44 <string>Simple Netscape plug-in that handles test content for WebKit</st ring> 44 <string>Simple Netscape plug-in that handles test content for WebKit</st ring>
45 <key>WebPluginMIMETypes</key> 45 <key>WebPluginMIMETypes</key>
46 <dict> 46 <dict>
47 <key>image/png</key>
48 <dict>
49 <key>WebPluginExtensions</key>
50 <array>
51 <string>png</string>
52 </array>
53 <key>WebPluginTypeDescription</key>
54 <string>PNG image</string>
55 </dict>
56 <key>application/x-webkit-test-netscape</key> 47 <key>application/x-webkit-test-netscape</key>
57 <dict> 48 <dict>
58 <key>WebPluginExtensions</key> 49 <key>WebPluginExtensions</key>
59 <array> 50 <array>
60 <string>testnetscape</string> 51 <string>testnetscape</string>
61 </array> 52 </array>
62 <key>WebPluginTypeDescription</key> 53 <key>WebPluginTypeDescription</key>
63 <string>test netscape content</string> 54 <string>test netscape content</string>
64 </dict> 55 </dict>
65 </dict> 56 </dict>
66 <key>WebPluginName</key> 57 <key>WebPluginName</key>
67 <string>WebKit Test PlugIn</string> 58 <string>WebKit Test PlugIn</string>
68 </dict> 59 </dict>
69 </plist> 60 </plist>
OLDNEW
« no previous file with comments | « no previous file | content/shell/tools/plugin/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698