Closed
Bug 1971696
Opened 4 months ago
Closed 4 months ago
Location.reload should use nsDocShell::ReloadNavigable
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
141 Branch
Tracking | Status | |
---|---|---|
firefox141 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•4 months ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 months ago
|
||
This inverts the relationship between nsDocShell::Reload and
nsDocShell::ReloadNavigable, making nsDocShell::Reload be exclusively
a UI operation and really only a thin wrapper around
nsDocShell::ReloadNavigable. Also change Location.reload to use
nsDocShell::ReloadNavigable.
Updated•4 months ago
|
Severity: -- → S3
Pushed by afarre@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/af8576d12498
https://hg.mozilla.org/integration/autoland/rev/cb5096082654
Refactor nsDocShell::Reload. r=jjaschke,smaug
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
You need to log in
before you can comment on or make changes to this bug.
Description
•