browser/devtools/webconsole/test/test-bug-601177-log-levels.html

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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 dir="ltr" xml:lang="en-US" lang="en-US">
     3   <head>
     4     <meta charset="utf-8">
     5     <title>Web Console test for bug 601177: log levels</title>
     6     <script src="test-bug-601177-log-levels.js" type="text/javascript"></script>
     7     <script type="text/javascript"><!--
     8       window.undefinedPropertyBug601177;
     9     // --></script>
    10     <!--
    11        - Any copyright is dedicated to the Public Domain.
    12        - http://creativecommons.org/publicdomain/zero/1.0/
    13        -->
    14   </head>
    15   <body>
    16     <h1>Web Console test for bug 601177: log levels</h1>
    17     <img src="test-image.png?bug601177">
    18     <img src="foobar-known-to-fail.png?bug601177">
    19   </body>
    20 </html>

mercurial