Skip to content

Commit

Permalink
Bug 1682030 - Remove NPAPI from dom/plugins tests. r=jmathies
Browse files Browse the repository at this point in the history
Removes NPAPI plugin tests in dom/plugins, as well as the TestPlugin, as part of removing all of NPAPI plugin support.  A small handful of tests that are still relevant remain in that directory.

Differential Revision: https://phabricator.services.mozilla.com/D107138
  • Loading branch information
davidp3 committed Apr 6, 2021
1 parent 2b32f59 commit 77600af
Show file tree
Hide file tree
Showing 106 changed files with 1 addition and 9,294 deletions.
35 changes: 0 additions & 35 deletions dom/plugins/test/crashtests/539897-1.html

This file was deleted.

40 changes: 0 additions & 40 deletions dom/plugins/test/crashtests/540114-1.html

This file was deleted.

8 changes: 0 additions & 8 deletions dom/plugins/test/crashtests/570884.html

This file was deleted.

77 changes: 0 additions & 77 deletions dom/plugins/test/crashtests/598862.html

This file was deleted.

109 changes: 0 additions & 109 deletions dom/plugins/test/crashtests/626602-1.html

This file was deleted.

9 changes: 0 additions & 9 deletions dom/plugins/test/crashtests/crashtests.list
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
HTTP load 41276-1.html
HTTP load 48856-1.html
HTTP load 110650-1.html
skip-if(!haveTestPlugin) HTTP script 539897-1.html
asserts-if(winWidget&&browserIsRemote,0-1) skip-if(!haveTestPlugin) HTTP script 540114-1.html
skip-if(!haveTestPlugin) HTTP load 570884.html
# This test relies on the reading of screenX/Y forcing a round trip to
# the X server, which is a bad assumption for <browser remote>.
# Plugin arch is going to change anyway with OOP content so skipping
# this test for now is OK.
skip-if(!haveTestPlugin||http.platform!="X11") HTTP load 598862.html
skip-if(!haveTestPlugin) HTTP load 626602-1.html
HTTP load 752340.html
HTTP load 843086.xhtml
6 changes: 1 addition & 5 deletions dom/plugins/test/mochitest/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"use strict";

module.exports = {
extends: [
"plugin:mozilla/browser-test",
"plugin:mozilla/chrome-test",
"plugin:mozilla/mochitest-test",
],
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
};
6 changes: 0 additions & 6 deletions dom/plugins/test/mochitest/307-xo-redirect.sjs

This file was deleted.

12 changes: 0 additions & 12 deletions dom/plugins/test/mochitest/browser.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
[DEFAULT]
prefs =
plugin.load_flash_only=false
support-files =
block_all_plugins.html
head.js
plugin_test.html
plugin_subframe_test.html
plugin_no_scroll_div.html

[browser_blockallplugins.js]
[browser_bug1163570.js]
skip-if = true # Bug 1249878
[browser_tabswitchbetweenplugins.js]
skip-if = true #Bug 1538425
[browser_pluginscroll.js]
skip-if = (true || !e10s || os != "win") # Bug 1213631
Loading

0 comments on commit 77600af

Please sign in to comment.