dom/tests/mochitest/chrome/chrome.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 [DEFAULT]
     2 support-files =
     3   489127.html
     4   DOMWindowCreated_chrome.xul
     5   DOMWindowCreated_content.html
     6   MozEnteredDomFullscreen_chrome.xul
     7   child_focus_frame.html
     8   file_DOM_element_instanceof.xul
     9   file_bug799299.xul
    10   file_bug800817.xul
    11   file_bug830858.xul
    12   file_subscript_bindings.js
    13   focus_frameset.html
    14   focus_window2.xul
    15   fullscreen.xul
    16   fullscreen_preventdefault.xul
    17   queryCaretRectUnix.html
    18   queryCaretRectWin.html
    19   selectAtPoint.html
    20   sizemode_attribute.xul
    21   window_activation.xul
    22   window_callback_wrapping.xul
    23   window_docshell_swap.xul
    24   window_focus.xul
    25   window_focus_docnav.xul
    27 [test_DOMWindowCreated.xul]
    28 [test_DOM_element_instanceof.xul]
    29 [test_activation.xul]
    30 [test_bug799299.xul]
    31 [test_bug800817.xul]
    32 [test_bug830396.xul]
    33 [test_bug830858.xul]
    34 [test_callback_wrapping.xul]
    35 [test_clonewrapper.xul]
    36 [test_cyclecollector.xul]
    37 [test_docshell_swap.xul]
    38 [test_focus.xul]
    39 [test_focus_docnav.xul]
    40 [test_focus_switchbinding.xul]
    41 [test_focused_link_scroll.xul]
    42 [test_fullscreen.xul]
    43 # disabled on linux for timeouts--bug-867745
    44 skip-if = os == 'linux'
    45 [test_fullscreen_preventdefault.xul]
    46 [test_geolocation.xul]
    47 [test_indexedSetter.html]
    48 [test_moving_nodeList.xul]
    49 [test_moving_xhr.xul]
    50 [test_MozEnteredDomFullscreen_event.xul]
    51 # disabled on OS X for intermittent failures--bug-798848
    52 skip-if = toolkit == 'cocoa'
    53 [test_nodesFromRect.html]
    54 [test_popup_blocker_chrome.xul]
    55 [test_queryCaretRect.html]
    56 [test_resize_move_windows.xul]
    57 # disabled on linux for timeouts--bug-834716
    58 skip-if = os == 'linux'
    59 [test_sandbox_bindings.xul]
    60 [test_sandbox_eventhandler.xul]
    61 [test_sandbox_image.xul]
    62 [test_sandbox_postMessage.html]
    63 [test_selectAtPoint.html]
    64 [test_sizemode_attribute.xul]
    65 skip-if = os != 'win'
    66 [test_subscript_bindings.xul]
    67 [test_xray_event_constructor.xul]
    68 [test_clipboard_events_chrome.html]

mercurial