Closed
Bug 1669183
Opened 4 years ago
Closed 4 years ago
[SHIP] Calling pushState while handling the popstate event produces the wrong history.length.
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → afarre
Blocks: fission-history
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 1•4 years ago
|
||
When adding a new entry while handling popstate, this would go
throught the paremeterized version of AddPendingHistoryChange, which
doesn't re-compute length which would result in an error in
history.length.
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c23f1a298090
Make sure length delta is correctly computed. r=smaug
Updated•4 years ago
|
Fission Milestone: --- → M6b
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•