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

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

Issue 209023: Enable scripting. (Closed) Base URL: svn://chrome-svn/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 | 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 <?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>
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <key>CFBundleIdentifier</key> 131 <key>CFBundleIdentifier</key>
132 <string>${CHROMIUM_BUNDLE_ID}</string> 132 <string>${CHROMIUM_BUNDLE_ID}</string>
133 <key>CFBundleInfoDictionaryVersion</key> 133 <key>CFBundleInfoDictionaryVersion</key>
134 <string>6.0</string> 134 <string>6.0</string>
135 <key>CFBundleName</key> 135 <key>CFBundleName</key>
136 <string>${CHROMIUM_SHORT_NAME}</string> 136 <string>${CHROMIUM_SHORT_NAME}</string>
137 <key>CFBundlePackageType</key> 137 <key>CFBundlePackageType</key>
138 <string>APPL</string> 138 <string>APPL</string>
139 <key>CFBundleSignature</key> 139 <key>CFBundleSignature</key>
140 <string>${CHROMIUM_CREATOR}</string> 140 <string>${CHROMIUM_CREATOR}</string>
141 <key>NSAppleScriptEnabled</key>
142 <true/>
141 <key>CFBundleURLTypes</key> 143 <key>CFBundleURLTypes</key>
142 <array> 144 <array>
143 <dict> 145 <dict>
144 <key>CFBundleURLName</key> 146 <key>CFBundleURLName</key>
145 <string>Web site URL</string> 147 <string>Web site URL</string>
146 <key>CFBundleURLSchemes</key> 148 <key>CFBundleURLSchemes</key>
147 <array> 149 <array>
148 <string>http</string> 150 <string>http</string>
149 <string>https</string> 151 <string>https</string>
150 </array> 152 </array>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 <dict> 193 <dict>
192 <key>public.filename-extension</key> 194 <key>public.filename-extension</key>
193 <array> 195 <array>
194 <string>crx</string> 196 <string>crx</string>
195 </array> 197 </array>
196 </dict> 198 </dict>
197 </dict> 199 </dict>
198 </array> 200 </array>
199 </dict> 201 </dict>
200 </plist> 202 </plist>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698