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 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
6 <!--
7 See comment in test_webapp_clearBrowserData_inproc_inproc.html for an
8 explanation of what's going on here.
9 -->
11 <html>
12 <head>
13 <title>Indexed Database Clear Browser Data Test inproc/oop</title>
14 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
15 <script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script>
16 <script type="text/javascript;version=1.7" src="helpers.js"></script>
17 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
18 </head>
19 <body onload="start();">
20 </body>
21 </html>