toolkit/devtools/webconsole/test/chrome.ini

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 [DEFAULT]
     2 support-files =
     3   common.js
     4   data.json
     5   data.json^headers^
     6   network_requests_iframe.html
     8 [test_basics.html]
     9 [test_bug819670_getter_throws.html]
    10 [test_cached_messages.html]
    11 [test_consoleapi.html]
    12 [test_consoleapi_innerID.html]
    13 [test_file_uri.html]
    14 [test_reflow.html]
    15 [test_jsterm.html]
    16 [test_network_get.html]
    17 [test_network_longstring.html]
    18 [test_network_post.html]
    19 [test_nsiconsolemessage.html]
    20 [test_object_actor.html]
    21 [test_object_actor_native_getters.html]
    22 [test_object_actor_native_getters_lenient_this.html]
    23 [test_page_errors.html]
    24 [test_throw.html]
    25 [test_jsterm_cd_iframe.html]

mercurial