You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visiting a site requesting basic auth credentials doesn't work on ESR91. With ESR78 a Silica credential dialog is shown, but with ESR91 "authorization required" HTTP status page is immediately shown.
LOGIN: aWindow: [object Window]
===== asyncPromptAuth called =====
Async prompt key = 2|https://dav.jollamobile.com|Password Required
Adding new prompt to the queue, callback = [xpconnect wrapped nsIAuthPromptCallback]
===== promptAuth called =====
found 0 matching logins.
0 matching logins remain after deduping
LOGIN: Checking popup note.
LOGIN: Popup note: undefined
JavaScript error: resource://gre/modules/Prompter.jsm, line 1291: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWindowWatcher.openWindow]
CONSOLE message:
[JavaScript Error: "NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWindowWatcher.openWindow]" {file: "resource://gre/modules/Prompter.jsm" line: 1291}]
The text was updated successfully, but these errors were encountered:
Based on quick look, it looks that a wrong nsILoginManagerPrompter implementation is getting loaded and hitting then Prompter.jsm that we do not have implemented/used. We have similarly cleared Prompter creation from DownloadPrompter.
I'd think that there are changes in the idls implemented by embedlite-components LoginManagerPrompter that we are missing. Thus, a wrong implementation is loaded.
Visiting a site requesting basic auth credentials doesn't work on ESR91. With ESR78 a Silica credential dialog is shown, but with ESR91 "authorization required" HTTP status page is immediately shown.
LOGIN: aWindow: [object Window]
===== asyncPromptAuth called =====
Async prompt key = 2|https://dav.jollamobile.com|Password Required
Adding new prompt to the queue, callback = [xpconnect wrapped nsIAuthPromptCallback]
===== promptAuth called =====
found 0 matching logins.
0 matching logins remain after deduping
LOGIN: Checking popup note.
LOGIN: Popup note: undefined
JavaScript error: resource://gre/modules/Prompter.jsm, line 1291: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWindowWatcher.openWindow]
CONSOLE message:
[JavaScript Error: "NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWindowWatcher.openWindow]" {file: "resource://gre/modules/Prompter.jsm" line: 1291}]
The text was updated successfully, but these errors were encountered: