Bug 1425559 - nsPrompter must use nsIThreadManager::spinEventLoopUntilOrShutdown, r=smaug

This commit is contained in:
Andrea Marchesini 2018-01-28 08:41:36 +01:00
Родитель 3eea0de148
Коммит 2ced31c722
3 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -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) {