dom/plugins/test/testplugin/Info.plist

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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">
     3 <plist version="1.0">
     4 <dict>
     5 	<key>CFBundleDevelopmentRegion</key>
     6 	<string>English</string>
     7 	<key>CFBundleExecutable</key>
     8 	<string>libnptest.dylib</string>
     9 	<key>CFBundleIdentifier</key>
    10 	<string>org.mozilla.TestPlugin</string>
    11 	<key>CFBundleInfoDictionaryVersion</key>
    12 	<string>6.0</string>
    13 	<key>CFBundlePackageType</key>
    14 	<string>BRPL</string>
    15 	<key>CFBundleShortVersionString</key>
    16 	<string>1.0.0.0</string>
    17 	<key>CFBundleSignature</key>
    18 	<string>TEST</string>
    19 	<key>CFBundleVersion</key>
    20 	<string>1.0.0.0</string>
    21 	<key>WebPluginName</key>
    22 	<string>Test Plug-in</string>
    23 	<key>WebPluginDescription</key>
    24 	<string>Plug-in for testing purposes.™ (हिन्दी 中文 العربية)</string>
    25 	<key>WebPluginMIMETypes</key>
    26 	<dict>
    27 		<key>application/x-test</key>
    28 		<dict>
    29 			<key>WebPluginExtensions</key>
    30 			<array>
    31 				<string>tst</string>
    32 			</array>
    33 			<key>WebPluginTypeDescription</key>
    34 			<string>Test ™ mimetype</string>
    35 		</dict>
    36 	</dict>
    37 </dict>
    38 </plist>

mercurial