toolkit/components/places/tests/queries/xpcshell.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 head = head_queries.js
     3 tail =
     5 [test_415716.js]
     6 [test_abstime-annotation-domain.js]
     7 [test_abstime-annotation-uri.js]
     8 [test_async.js]
     9 [test_containersQueries_sorting.js]
    10 [test_excludeReadOnlyFolders.js]
    11 [test_history_queries_tags_liveUpdate.js]
    12 [test_history_queries_titles_liveUpdate.js]
    13 [test_onlyBookmarked.js]
    14 [test_querySerialization.js]
    15 [test_redirects.js]
    16 # Bug 676989: test hangs consistently on Android
    17 skip-if = os == "android"
    18 [test_results-as-tag-contents-query.js]
    19 [test_results-as-visit.js]
    20 [test_searchterms-domain.js]
    21 [test_searchterms-uri.js]
    22 [test_searchterms-bookmarklets.js]
    23 [test_sort-date-site-grouping.js]
    24 [test_sorting.js]
    25 # Bug 676989: test hangs consistently on Android
    26 skip-if = os == "android" 
    27 [test_tags.js]
    28 # Bug 676989: test hangs consistently on Android
    29 skip-if = os == "android"
    30 [test_transitions.js]
    31 # Bug 676989: test hangs consistently on Android
    32 skip-if = os == "android"
    33 [test_searchTerms_includeHidden.js]

mercurial