Sat, 03 Jan 2015 20:18:00 +0100
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"?>
3 <!-- Compatible to install -->
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
8 <Description about="urn:mozilla:install-manifest">
9 <em:id>bug324121_1@tests.mozilla.org</em:id>
10 <em:version>1</em:version>
12 <em:targetApplication>
13 <Description>
14 <em:id>xpcshell@tests.mozilla.org</em:id>
15 <em:minVersion>1</em:minVersion>
16 <em:maxVersion>2</em:maxVersion>
17 </Description>
18 </em:targetApplication>
20 <em:name>Bug 324121 Test 1</em:name>
21 <em:updateURL>http://localhost:4444/data/test_bug324121_1.rdf</em:updateURL>
23 </Description>
24 </RDF>