зеркало из https://github.com/mozilla/gecko-dev.git
Bug 452401 - Create tests for mixed content, disabling the tests
This commit is contained in:
Родитель
ffb73497d9
Коммит
e139fa17ee
|
@ -241,10 +241,9 @@ user_pref("javascript.options.jit.content", true);
|
|||
user_pref("gfx.color_management.force_srgb", true);
|
||||
user_pref("network.manage-offline-status", false);
|
||||
user_pref("security.default_personal_cert", "Select Automatically"); // Need to client auth test be w/o any dialogs
|
||||
user_pref("security.warn_viewing_mixed", false);
|
||||
|
||||
user_pref("camino.warn_when_closing", false); // Camino-only, harmless to others
|
||||
""" % { "downloadDir": (os.path.join(profileDir, "downloads")) }
|
||||
"""
|
||||
|
||||
prefs.append(part)
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ VPATH = @srcdir@
|
|||
MODULE = pipnss
|
||||
DIRS = \
|
||||
bugs \
|
||||
mixedcontent \
|
||||
$(NULL)
|
||||
# mixedcontent \ Need re-review, occasionally fail and probably collide with other tests
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче