toolkit/components/places/tests/browser/browser.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 colorAnalyzer/category-discover.png
michael@0 4 colorAnalyzer/dictionaryGeneric-16.png
michael@0 5 colorAnalyzer/extensionGeneric-16.png
michael@0 6 colorAnalyzer/localeGeneric.png
michael@0 7 head.js
michael@0 8
michael@0 9 [browser_bug248970.js]
michael@0 10 [browser_bug399606.js]
michael@0 11 skip-if = e10s # Bug ?????? - test uses history observer which doesn't seem to make its way to the parent.
michael@0 12 [browser_bug646422.js]
michael@0 13 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 14 [browser_bug680727.js]
michael@0 15 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 16 [browser_colorAnalyzer.js]
michael@0 17 [browser_favicon_privatebrowsing_perwindowpb.js]
michael@0 18 [browser_favicon_setAndFetchFaviconForPage.js]
michael@0 19 [browser_favicon_setAndFetchFaviconForPage_failures.js]
michael@0 20 [browser_notfound.js]
michael@0 21 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 22 [browser_redirect.js]
michael@0 23 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 24 [browser_settitle.js]
michael@0 25 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 26 [browser_visited_notfound.js]
michael@0 27 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 28 [browser_visituri.js]
michael@0 29 skip-if = e10s # Bug 933103 - mochitest's EventUtils.synthesizeMouse functions not e10s friendly
michael@0 30 [browser_visituri_nohistory.js]
michael@0 31 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!
michael@0 32 [browser_visituri_privatebrowsing_perwindowpb.js]
michael@0 33 skip-if = e10s # Bug ?????? - test times out on try on all platforms, but works locally for markh!

mercurial