Closed
Bug 887337
Opened 12 years ago
Closed 3 years ago
JS error when submitting a form from the sidebar
Categories
(Toolkit :: Password Manager, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: florian, Unassigned)
References
Details
Saw this in my terminal when using a debug build, possibly worth investigating:
Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'PopupNotifications_show: invalid browser' when calling method: [nsILoginManagerPrompter::promptToSavePassword]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: resource://gre/modules/LoginManagerContent.jsm :: LoginManagerContent._onFormSubmit :: line 482" data: no]
Comment 1•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/annotate/c3598b276048/toolkit/components/passwordmgr/nsLoginManagerPrompter.js#l825 fails for social frames.
We probably need to separately audit any other callers of getBrowserForDocument for whether they handle social frames.
Component: SocialAPI → Password Manager
Product: Firefox → Toolkit
Updated•9 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 years ago
|
||
There is no getBrowserForDocument in 2022, nothing to investigate.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•