Closed
Bug 1824095
Opened 3 years ago
Closed 3 years ago
Tidy up nsIWebBrowserPersist a little to remove the `saveURI` API which got obsoleted in favour of savePrivacyAwareURI
Categories
(Firefox :: File Handling, task)
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
Details
Attachments
(2 files)
We have a bunch of "save this URL" APIs, and some have no test coverage and are trivially equivalent to ones that do, so let's save ourselves a tiny bit of binary size and risk and duplicate code by tidying that up.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D173432
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/55758737625e
remove obsolete saveURI API in favour of savePrivacyAwareURI, r=mtigley
https://hg.mozilla.org/integration/autoland/rev/6e122dae3b82
rename savePrivacyAwareURI to saveURI, r=mtigley
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/55758737625e
https://hg.mozilla.org/mozilla-central/rev/6e122dae3b82
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•