mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 11:48:19 +02:00
REMOVED
-------
toolkit/components/url-classifier/tests/browser/browser_flashblock_{on,off}_with_{always,ask to,never}_activate.js
bug 1350381
Test Flash user pref and Flash Block combination wrt sites blocklisted in different ways
toolkit/components/forgetaboutsite/test/browser/browser_clearplugindata.js
Test plugindata part of ForgetAboutSite's use of nsIClearDataService, which uses nsPluginHost to call's the plugin's (here, testplugin's) exported NPP_ClearSiteData function.
Differential Revision: https://phabricator.services.mozilla.com/D95917
16 lines
556 B
Python
16 lines
556 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
MOCHITEST_MANIFESTS += ["mochitest/mochitest.ini"]
|
|
MOCHITEST_CHROME_MANIFESTS += ["mochitest/chrome.ini"]
|
|
XPCSHELL_TESTS_MANIFESTS += ["unit/xpcshell.ini"]
|
|
|
|
TESTING_JS_MODULES += [
|
|
"UrlClassifierTestUtils.jsm",
|
|
]
|
|
|
|
if CONFIG["ENABLE_TESTS"]:
|
|
DIRS += ["gtest"]
|