widget/tests/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.

michael@0 1 [DEFAULT]
michael@0 2 support-files = empty_window.xul
michael@0 3
michael@0 4 [test_bug343416.xul]
michael@0 5 [test_bug429954.xul]
michael@0 6 support-files = window_bug429954.xul
michael@0 7 [test_bug444800.xul]
michael@0 8 [test_bug478536.xul]
michael@0 9 skip-if = true # Bug 561929
michael@0 10 support-files = window_bug478536.xul
michael@0 11 [test_bug462106_perwindow.xul]
michael@0 12 [test_bug517396.xul]
michael@0 13 [test_bug538242.xul]
michael@0 14 support-files = window_bug538242.xul
michael@0 15 [test_bug593307.xul]
michael@0 16 support-files = window_bug593307_offscreen.xul window_bug593307_centerscreen.xul
michael@0 17 [test_keycodes.xul]
michael@0 18 [test_wheeltransaction.xul]
michael@0 19 support-files = window_wheeltransaction.xul
michael@0 20 [test_imestate.html]
michael@0 21 support-files = window_imestate_iframes.html
michael@0 22 [test_plugin_scroll_consistency.html]
michael@0 23 [test_composition_text_querycontent.xul]
michael@0 24 support-files = window_composition_text_querycontent.xul
michael@0 25 [test_input_events_on_deactive_window.xul]
michael@0 26 [test_position_on_resize.xul]
michael@0 27 [test_sizemode_events.xul]
michael@0 28 [test_bug760802.xul]
michael@0 29 [test_clipboard.xul]
michael@0 30
michael@0 31 # Cocoa
michael@0 32 [test_native_menus.xul]
michael@0 33 skip-if = toolkit != "cocoa"
michael@0 34 support-files = native_menus_window.xul
michael@0 35 [test_native_mouse_mac.xul]
michael@0 36 skip-if = toolkit != "cocoa"
michael@0 37 support-files = native_mouse_mac_window.xul
michael@0 38 [test_bug413277.html]
michael@0 39 skip-if = toolkit != "cocoa"
michael@0 40 [test_bug428405.xul]
michael@0 41 skip-if = toolkit != "cocoa"
michael@0 42 [test_bug466599.xul]
michael@0 43 skip-if = toolkit != "cocoa"
michael@0 44 [test_bug485118.xul]
michael@0 45 skip-if = toolkit != "cocoa"
michael@0 46 [test_bug522217.xul]
michael@0 47 skip-if = toolkit != "cocoa"
michael@0 48 support-files = window_bug522217.xul
michael@0 49 [test_platform_colors.xul]
michael@0 50 skip-if = toolkit != "cocoa"
michael@0 51 [test_standalone_native_menu.xul]
michael@0 52 skip-if = toolkit != "cocoa"
michael@0 53 support-files = standalone_native_menu_window.xul
michael@0 54 [test_bug586713.xul]
michael@0 55 skip-if = toolkit != "cocoa"
michael@0 56 support-files = bug586713_window.xul
michael@0 57 [test_key_event_counts.xul]
michael@0 58 skip-if = toolkit != "cocoa"
michael@0 59 [test_bug596600.xul]
michael@0 60 skip-if = toolkit != "cocoa"
michael@0 61 [test_bug673301.xul]
michael@0 62 skip-if = toolkit != "cocoa"
michael@0 63 [test_taskbar_progress.xul]
michael@0 64 skip-if = toolkit != "cocoa"
michael@0 65 [test_secure_input.html]
michael@0 66 skip-if = toolkit != "cocoa"
michael@0 67 [test_native_key_bindings_mac.html]
michael@0 68 skip-if = toolkit != "cocoa"
michael@0 69
michael@0 70 # Windows
michael@0 71 # taskbar_previews.xul
michael@0 72 # window_state_windows.xul
michael@0 73 [test_chrome_context_menus_win.xul]
michael@0 74 skip-if = toolkit != "windows"
michael@0 75 support-files = chrome_context_menus_win.xul
michael@0 76 [test_plugin_input_event.html]
michael@0 77 skip-if = toolkit != "windows"
michael@0 78 [test_mouse_scroll.xul]
michael@0 79 skip-if = toolkit != "windows"
michael@0 80 support-files = window_mouse_scroll_win.html

mercurial