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.

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

mercurial