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 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>GCLI Test for Bug 819930</title>
6 <style>
7 @media braille {
8 body {
9 background-color: yellow;
10 }
11 }
13 @media embossed {
14 body {
15 background-color: indigo;
16 }
17 }
19 @media screen {
20 body {
21 background-color: white;
22 }
23 }
24 </style>
25 </head>
26 <body>
27 </body>
28 </html>