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" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
5 <em:id>tile@roy</em:id>
6 <em:name>tile</em:name>
7 <em:version>1.0</em:version>
8 <em:creator>Roy</em:creator>
9 <em:targetApplication>
10 <Description>
11 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
12 <em:minVersion>1.5</em:minVersion>
13 <em:maxVersion>3.5.*</em:maxVersion>
14 </Description>
15 </em:targetApplication>
16 </Description>
17 </RDF>