Bug 1679325 - Part 1: Making contentAreaUtils.saveURL to accept cookieJarSettings. r=smaug

This patch makes the contentAreaUtils.saveURL to be aware of the
cookieJarSettings, and updates all callers.

This also updates the documentation of the persistArgs
'cookieJarSettings' for internalPersist().

Differential Revision: https://phabricator.services.mozilla.com/D98455
This commit is contained in:
Tim Huang
2020-12-03 20:10:36 +00:00
parent 3f3e8a0647
commit b77a2550da
7 changed files with 17 additions and 5 deletions

View File

@@ -6969,6 +6969,7 @@ function handleLinkClick(event, href, linkNode) {
true,
true,
referrerInfo,
doc.cookieJarSettings,
doc
);
event.preventDefault();