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"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5 <foo id="foo" datasources="330012-1.rdf" ref="urn:root">
6 <template>
7 <rule>
8 <conditions>
9 <content uri="?root"/>
10 <triple subject="?root"
11 predicate="urn:squarefree:a1:grapes"
12 object="?lalala"/>
13 <member container="?grapes" child="?grape"/>
14 </conditions>
15 <action>
16 <bar uri="?grape"/>
17 </action>
18 </rule>
19 </template>
20 </foo>
22 </window>