зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425559 - nsPrompter must use nsIThreadManager::spinEventLoopUntilOrShutdown, r=smaug
This commit is contained in:
Родитель
3eea0de148
Коммит
2ced31c722
|
@ -1,7 +1,4 @@
|
|||
[user_prompts.py]
|
||||
expected:
|
||||
if debug: TIMEOUT # https://bugzilla.mozilla.org/show_bug.cgi?id=1425559
|
||||
|
||||
[test_handle_prompt_accept]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[user_prompts.py]
|
||||
expected:
|
||||
if debug: TIMEOUT # https://bugzilla.mozilla.org/show_bug.cgi?id=1425559
|
||||
|
||||
[test_handle_prompt_accept]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -507,7 +507,7 @@ function openRemotePrompt(domWin, args, tabPrompt) {
|
|||
|
||||
messageManager.sendAsyncMessage("Prompt:Open", args, {});
|
||||
|
||||
Services.tm.spinEventLoopUntil(() => closed);
|
||||
Services.tm.spinEventLoopUntilOrShutdown(() => closed);
|
||||
}
|
||||
|
||||
function ModalPrompter(domWin) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче