editor/libeditor/text/tests/mochitest.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 skip-if = buildapp == 'b2g'
     4 [test_bug318065.html]
     5 [test_bug471722.html]
     6 [test_bug527935.html]
     7 skip-if = toolkit == 'android' || e10s
     8 [test_bug590554.html]
     9 [test_bug596001.html]
    10 [test_bug596333.html]
    11 skip-if = toolkit == 'android' || e10s
    12 [test_bug596506.html]
    13 [test_bug597331.html]
    14 [test_bug600570.html]
    15 skip-if = toolkit == 'android'
    16 [test_bug602130.html]
    17 [test_bug603556.html]
    18 [test_bug604532.html]
    19 skip-if = toolkit == 'android'
    20 [test_bug625452.html]
    21 [test_bug629172.html]
    22 skip-if = toolkit == 'android' || e10s
    23 [test_bug638596.html]
    24 [test_bug641466.html]
    25 [test_bug645914.html]
    26 [test_bug681229.html]
    27 [test_bug692520.html]
    28 [test_bug740784.html]
    29 [test_bug757771.html]
    30 [test_dom_input_event_on_texteditor.html]

mercurial