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 <html xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:html="http://www.w3.org/1999/xhtml"
4 xmlns:xbl="http://www.mozilla.org/xbl">
6 <xbl:bindings>
7 <xbl:binding id="rd">
8 <xbl:resources>
9 <xbl:stylesheet src="data:text/html;charset=utf-8,"/>
10 </xbl:resources>
11 <xbl:content>
12 <xbl:children/>
13 </xbl:content>
14 </xbl:binding>
16 </xbl:bindings>
18 <head>
19 <title>testcase bug ?</title>
21 <style type="text/css">
22 .hoofdstuk {
23 -moz-binding: url(#rd);
24 }
25 </style>
26 </head>
28 <body>
29 <div class="hoofdstuk">test
30 </div>
31 <div class="hoofdstuk">test
32 </div>
33 </body>
35 </html>