browser/base/content/test/plugins/browser.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 [DEFAULT]
     2 # These tests all fail with e10s enabled.
     3 # * Bug 899347 - no e10s click-to-play support
     4 # * Bug 921916 - no plugin events
     5 # * Bug XXXXX - no plugins in content processes ("Error: You cannot use the AddonManager in child processes!")
     6 # * Bug 866413 - PageInfo doesn't work in e10s [browser_pageInfo_plugins.js]
     7 # * Bug 921957 - remote webprogress doesn't supply originalURI attribute on the request object [browser_clearplugindata.js]
     8 skip-if = e10s
     9 support-files =
    10   blockNoPlugins.xml
    11   blockPluginHard.xml
    12   blockPluginVulnerableNoUpdate.xml
    13   blockPluginVulnerableUpdatable.xml
    14   browser_clearplugindata.html
    15   browser_clearplugindata_noage.html
    16   head.js
    17   plugin_add_dynamically.html
    18   plugin_alternate_content.html
    19   plugin_big.html
    20   plugin_both.html
    21   plugin_both2.html
    22   plugin_bug744745.html
    23   plugin_bug749455.html
    24   plugin_bug787619.html
    25   plugin_bug797677.html
    26   plugin_bug820497.html
    27   plugin_clickToPlayAllow.html
    28   plugin_clickToPlayDeny.html
    29   plugin_data_url.html
    30   plugin_hidden_to_visible.html
    31   plugin_iframe.html
    32   plugin_outsideScrollArea.html
    33   plugin_overlayed.html
    34   plugin_positioned.html
    35   plugin_small.html
    36   plugin_syncRemoved.html
    37   plugin_test.html
    38   plugin_test2.html
    39   plugin_test3.html
    40   plugin_two_types.html
    41   plugin_unknown.html
    42   plugin_crashCommentAndURL.html
    44 [browser_bug743421.js]
    45 [browser_bug744745.js]
    46 [browser_bug787619.js]
    47 [browser_bug797677.js]
    48 [browser_bug812562.js]
    49 [browser_bug818118.js]
    50 [browser_bug820497.js]
    51 [browser_clearplugindata.js]
    52 [browser_CTP_context_menu.js]
    53 skip-if = toolkit == "gtk2" || toolkit == "gtk3"   # browser_CTP_context_menu.js fails intermittently on Linux (bug 909342)
    54 [browser_CTP_crashreporting.js]
    55 run-if = crashreporter
    56 [browser_CTP_data_urls.js]
    57 [browser_CTP_drag_drop.js]
    58 [browser_CTP_hide_overlay.js]
    59 [browser_CTP_iframe.js]
    60 [browser_CTP_multi_allow.js]
    61 [browser_CTP_nonplugins.js]
    62 [browser_CTP_notificationBar.js]
    63 [browser_CTP_outsideScrollArea.js]
    64 [browser_CTP_resize.js]
    65 [browser_pageInfo_plugins.js]
    66 [browser_pluginnotification.js]
    67 [browser_pluginplaypreview.js]
    68 [browser_pluginplaypreview2.js]
    69 [browser_pluginCrashCommentAndURL.js]
    70 run-if = crashreporter
    71 [browser_plugins_added_dynamically.js]

mercurial