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.

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

mercurial