зеркало из https://github.com/mozilla/gecko-dev.git
b=599878 restore showAlertNotification and disable unit_ipc tests for MacOS r=joshmatthews a=test
--HG-- rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js extra : rebase_source : ee1a0d39f4f54d40ab0816a24c3fdcd6a9913018
This commit is contained in:
Родитель
56db792738
Коммит
cf5ad74ca3
|
@ -52,8 +52,11 @@ MODULE = test_uriloader_exthandler
|
|||
XPCSHELL_TESTS = unit
|
||||
|
||||
ifdef MOZ_IPC
|
||||
#FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
WriteArgument.cpp \
|
||||
|
|
|
@ -86,8 +86,16 @@ DownloadMgrUI.prototype = {
|
|||
getAttention: function () { }
|
||||
}
|
||||
|
||||
function AlertsSVC() { }
|
||||
AlertsSVC.prototype = {
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIAlertsService]),
|
||||
contractID: "@mozilla.org/alerts-service;1",
|
||||
showAlertNotification: function (url, title, text, clickable, cookie, listener, name) { },
|
||||
}
|
||||
|
||||
registerTemporaryComponent(HelperAppDlg);
|
||||
registerTemporaryComponent(DownloadMgrUI);
|
||||
registerTemporaryComponent(AlertsSVC);
|
||||
|
||||
function initChildTestEnv()
|
||||
{
|
Загрузка…
Ссылка в новой задаче