toolkit/mozapps/extensions/test/browser/browser_bug557956.xml

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.

michael@0 1 <?xml version="1.0" encoding="utf-8" ?>
michael@0 2 <searchresults total_results="1">
michael@0 3 <addon_compatibility hosted="false">
michael@0 4 <guid>addon10@tests.mozilla.org</guid>
michael@0 5 <name>Addon10</name>
michael@0 6 <version_ranges>
michael@0 7 <version_range type="incompatible">
michael@0 8 <min_version>1.0</min_version>
michael@0 9 <max_version>2.0</max_version>
michael@0 10 <compatible_applications>
michael@0 11 <application>
michael@0 12 <min_version>0.1</min_version>
michael@0 13 <max_version>999.0</max_version>
michael@0 14 <appID>toolkit@mozilla.org</appID>
michael@0 15 </application>
michael@0 16 </compatible_applications>
michael@0 17 </version_range>
michael@0 18 </version_ranges>
michael@0 19 </addon_compatibility>
michael@0 20 </searchresults>

mercurial