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

Side by Side Diff: chrome/app/app-Info.plist

Issue 194116: Give a document icon to Chromium for file types it can view when preview is t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/app/theme/chromium/document.icns » ('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>en-US</string> 6 <string>en-US</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
11 <dict> 11 <dict>
12 <key>CFBundleTypeIconFile</key>
Mark Mentovai 2009/09/15 18:01:49 Anal: keep dict keys sorted, put this after CFBund
13 <string>document.icns</string>
12 <key>CFBundleTypeExtensions</key> 14 <key>CFBundleTypeExtensions</key>
13 <array> 15 <array>
14 <string>gif</string> 16 <string>gif</string>
15 </array> 17 </array>
16 <key>CFBundleTypeMIMETypes</key> 18 <key>CFBundleTypeMIMETypes</key>
17 <array> 19 <array>
18 <string>image/gif</string> 20 <string>image/gif</string>
19 </array> 21 </array>
20 <key>CFBundleTypeName</key> 22 <key>CFBundleTypeName</key>
21 <string>GIF image</string> 23 <string>GIF image</string>
22 <key>CFBundleTypeOSTypes</key> 24 <key>CFBundleTypeOSTypes</key>
23 <array> 25 <array>
24 <string>GIFf</string> 26 <string>GIFf</string>
25 </array> 27 </array>
26 <key>CFBundleTypeRole</key> 28 <key>CFBundleTypeRole</key>
27 <string>Viewer</string> 29 <string>Viewer</string>
28 </dict> 30 </dict>
29 <dict> 31 <dict>
30 <key>CFBundleTypeExtensions</key> 32 <key>CFBundleTypeExtensions</key>
31 <array> 33 <array>
32 <string>html</string> 34 <string>html</string>
33 <string>htm</string> 35 <string>htm</string>
34 </array> 36 </array>
37 <key>CFBundleTypeIconFile</key>
38 <string>document.icns</string>
35 <key>CFBundleTypeMIMETypes</key> 39 <key>CFBundleTypeMIMETypes</key>
36 <array> 40 <array>
37 <string>text/html</string> 41 <string>text/html</string>
38 </array> 42 </array>
39 <key>CFBundleTypeName</key> 43 <key>CFBundleTypeName</key>
40 <string>HTML document</string> 44 <string>HTML document</string>
41 <key>CFBundleTypeOSTypes</key> 45 <key>CFBundleTypeOSTypes</key>
42 <array> 46 <array>
43 <string>HTML</string> 47 <string>HTML</string>
44 </array> 48 </array>
45 <key>CFBundleTypeRole</key> 49 <key>CFBundleTypeRole</key>
46 <string>Viewer</string> 50 <string>Viewer</string>
47 </dict> 51 </dict>
48 <dict> 52 <dict>
53 <key>CFBundleTypeIconFile</key>
54 <string>document.icns</string>
49 <key>CFBundleTypeExtensions</key> 55 <key>CFBundleTypeExtensions</key>
50 <array> 56 <array>
51 <string>js</string> 57 <string>js</string>
52 </array> 58 </array>
53 <key>CFBundleTypeMIMETypes</key> 59 <key>CFBundleTypeMIMETypes</key>
54 <array> 60 <array>
55 <string>application/x-javascript</string> 61 <string>application/x-javascript</string>
56 </array> 62 </array>
57 <key>CFBundleTypeName</key> 63 <key>CFBundleTypeName</key>
58 <string>JavaScript script</string> 64 <string>JavaScript script</string>
59 <key>CFBundleTypeRole</key> 65 <key>CFBundleTypeRole</key>
60 <string>Viewer</string> 66 <string>Viewer</string>
61 </dict> 67 </dict>
62 <dict> 68 <dict>
69 <key>CFBundleTypeIconFile</key>
70 <string>document.icns</string>
63 <key>CFBundleTypeExtensions</key> 71 <key>CFBundleTypeExtensions</key>
64 <array> 72 <array>
65 <string>jpg</string> 73 <string>jpg</string>
66 <string>jpeg</string> 74 <string>jpeg</string>
67 </array> 75 </array>
68 <key>CFBundleTypeMIMETypes</key> 76 <key>CFBundleTypeMIMETypes</key>
69 <array> 77 <array>
70 <string>image/jpeg</string> 78 <string>image/jpeg</string>
71 </array> 79 </array>
72 <key>CFBundleTypeName</key> 80 <key>CFBundleTypeName</key>
73 <string>JPEG image</string> 81 <string>JPEG image</string>
74 <key>CFBundleTypeOSTypes</key> 82 <key>CFBundleTypeOSTypes</key>
75 <array> 83 <array>
76 <string>JPEG</string> 84 <string>JPEG</string>
77 </array> 85 </array>
78 <key>CFBundleTypeRole</key> 86 <key>CFBundleTypeRole</key>
79 <string>Viewer</string> 87 <string>Viewer</string>
80 </dict> 88 </dict>
81 <dict> 89 <dict>
90 <key>CFBundleTypeIconFile</key>
91 <string>document.icns</string>
82 <key>CFBundleTypeExtensions</key> 92 <key>CFBundleTypeExtensions</key>
83 <array> 93 <array>
84 <string>txt</string> 94 <string>txt</string>
85 <string>text</string> 95 <string>text</string>
86 </array> 96 </array>
87 <key>CFBundleTypeMIMETypes</key> 97 <key>CFBundleTypeMIMETypes</key>
88 <array> 98 <array>
89 <string>text/plain</string> 99 <string>text/plain</string>
90 </array> 100 </array>
91 <key>CFBundleTypeName</key> 101 <key>CFBundleTypeName</key>
92 <string>Plain text document</string> 102 <string>Plain text document</string>
93 <key>CFBundleTypeOSTypes</key> 103 <key>CFBundleTypeOSTypes</key>
94 <array> 104 <array>
95 <string>TEXT</string> 105 <string>TEXT</string>
96 </array> 106 </array>
97 <key>CFBundleTypeRole</key> 107 <key>CFBundleTypeRole</key>
98 <string>Viewer</string> 108 <string>Viewer</string>
99 </dict> 109 </dict>
100 <dict> 110 <dict>
111 <key>CFBundleTypeIconFile</key>
112 <string>document.icns</string>
101 <key>CFBundleTypeExtensions</key> 113 <key>CFBundleTypeExtensions</key>
102 <array> 114 <array>
103 <string>png</string> 115 <string>png</string>
104 </array> 116 </array>
105 <key>CFBundleTypeMIMETypes</key> 117 <key>CFBundleTypeMIMETypes</key>
106 <array> 118 <array>
107 <string>image/png</string> 119 <string>image/png</string>
108 </array> 120 </array>
109 <key>CFBundleTypeName</key> 121 <key>CFBundleTypeName</key>
110 <string>PNG image</string> 122 <string>PNG image</string>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 <dict> 203 <dict>
192 <key>public.filename-extension</key> 204 <key>public.filename-extension</key>
193 <array> 205 <array>
194 <string>crx</string> 206 <string>crx</string>
195 </array> 207 </array>
196 </dict> 208 </dict>
197 </dict> 209 </dict>
198 </array> 210 </array>
199 </dict> 211 </dict>
200 </plist> 212 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/chromium/document.icns » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698