Skip to content

Commit db9c687

Browse files
committed
Remove in-browser ruleset tests.
These were implemented over two years ago, when Firefox first turned on mixed content blocking. They're no longer practical to run because they are so slow and there are too many rulesets. We will probably want to consult this code in the future to create a similar test suite that can run headless on multiple Firefoxes in response to requests from the https-everywhere-checker.
1 parent c562f8c commit db9c687

File tree

5 files changed

+0
-280
lines changed

5 files changed

+0
-280
lines changed

https-everywhere-tests/test_profile_skeleton/prefs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ user_pref("extensions.https_everywhere.toolbar_hint_shown", true);
66
// Show all logs.
77
user_pref("extensions.https_everywhere.LogLevel", 0);
88
user_pref("extensions.https_everywhere.log_to_stdout", true);
9-
// Allow running of Mixed Content Blocking tests.
10-
user_pref("extensions.https_everywhere.show_ruleset_tests", true);
119
// Make it quicker to make manual config changes.
1210
user_pref("general.warnOnAboutConfig", false);
1311
// Minimize unnecesary requests.

src/chrome/content/ruleset-tests-status.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/chrome/content/ruleset-tests-status.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/chrome/content/ruleset-tests-status.xul

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/chrome/content/ruleset-tests.js

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)