toolkit/devtools/server/tests/mochitest/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   inspector-helpers.js
     4   inspector-styles-data.css
     5   inspector-styles-data.html
     6   inspector-traversal-data.html
     7   nonchrome_unsafeDereference.html
     8   inspector_getImageData.html
     9   large-image.jpg
    10   small-image.gif
    11   Debugger.Source.prototype.element.js
    12   Debugger.Source.prototype.element-2.js
    13   Debugger.Source.prototype.element.html
    15 [test_Debugger.Source.prototype.introductionScript.html]
    16 [test_Debugger.Source.prototype.introductionType.html]
    17 [test_Debugger.Source.prototype.element.html]
    18 [test_Debugger.Script.prototype.global.html]
    19 [test_connection-manager.html]
    20 [test_device.html]
    21 [test_inspector-changeattrs.html]
    22 [test_inspector-changevalue.html]
    23 [test_inspector-hide.html]
    24 [test_inspector-insert.html]
    25 [test_inspector-mutations-attr.html]
    26 [test_inspector-mutations-childlist.html]
    27 [test_inspector-mutations-frameload.html]
    28 [test_inspector-mutations-value.html]
    29 [test_inspector-pseudoclass-lock.html]
    30 [test_inspector-release.html]
    31 [test_inspector-reload.html]
    32 [test_inspector-remove.html]
    33 [test_inspector-retain.html]
    34 [test_inspector-traversal.html]
    35 [test_makeGlobalObjectReference.html]
    36 [test_styles-applied.html]
    37 [test_styles-computed.html]
    38 [test_styles-matched.html]
    39 [test_styles-modify.html]
    40 [test_styles-svg.html]
    41 [test_unsafeDereference.html]
    42 [test_evalInGlobal-outerized_this.html]
    43 [test_inspector_getImageData.html]
    44 [test_memory.html]
    45 [test_preference.html]
    46 [test_connectToChild.html]

mercurial