Exception... "Could not convert JavaScript argument arg 4 [nsIWebBrowserPersist.savePrivacyAwareURI]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS) after attempting to Save Page As on View Source window.
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr91 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: lasana, Assigned: lasana)
References
Details
Attachments
(1 file)
STR:
- Open a message.
- Click More > View Source.
- In the View Source Window, click File > Save Page As
- Wait for the dialog to come up and attempt to save the page.
Expected Result:
The contents of the message should be saved wherever you specified.
Actual Result:
Nothing saves, error is thrown in the console.
[Exception... "Could not convert JavaScript argument arg 4 [nsIWebBrowserPersist.savePrivacyAwareURI]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: chrome://global/content/contentAreaUtils.js :: internalPersist :: line 497" data: no] contentAreaUtils.js:497:13
internalPersist chrome://global/content/contentAreaUtils.js:497
continueSave chrome://global/content/contentAreaUtils.js:387
internalSave chrome://global/content/contentAreaUtils.js:335
Comment 1•3 years ago
|
||
Looks like the cookiejar settings param is missing (we're trying to pass the document as cookiejarsettings). https://searchfox.org/comm-central/rev/99fb01a74eff1dae4430bd3b41a4c25abbb09708/mail/base/content/viewSource.js#128
Assignee | ||
Comment 2•3 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #1)
Looks like the cookiejar settings param is missing (we're trying to pass the document as cookiejarsettings). https://searchfox.org/comm-central/rev/99fb01a74eff1dae4430bd3b41a4c25abbb09708/mail/base/content/viewSource.js#128
Thanks, I was confused looking at the nsIWebBrowserPersist.idl signature.
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/31042e4016bf
Add missing cookieJarSettings parameter to internalSave. r=mkmelin
Updated•3 years ago
|
Description
•