Closed
Bug 1668577
Opened 4 years ago
Closed 4 years ago
Make child process to send offset to parent process, not index
Categories
(Core :: DOM: Navigation, task, P3)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
consecutive
history.back(); history.back();
is problematic currently.
It is tested by popstate_event.html
Assignee | ||
Comment 1•4 years ago
|
||
The patch takes rather conservative approach in ChildSHistory and passes index for old implementation and new
one can use offset. Once nsDocShell::GotoIndex and similar go away, this can be simplified.
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Fission Milestone: --- → M6b
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•4 years ago
|
Status: NEW → ASSIGNED
Whiteboard: patch in draft mode
Updated•4 years ago
|
Attachment #9179020 -
Attachment description: Bug 1668577 - Make child process to send offset to parent process, not index → Bug 1668577 - Make child process to send offset to parent process, not index, r=peterv
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a3cbffeb24a3
Make child process to send offset to parent process, not index, r=peterv
Updated•4 years ago
|
Whiteboard: patch in draft mode
Comment 4•4 years ago
|
||
Backed out for perma failures.
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=317398232&repo=autoland&lineNumber=4846
Backout: https://hg.mozilla.org/integration/autoland/rev/eb9fbdec50a13c43e4c10dca4e0b344fe3bbf3a2
Flags: needinfo?(bugs)
Assignee | ||
Comment 5•4 years ago
|
||
Based on the discussion in Matrix, this didn't seem to be the cause for the failures.
Trying to reland.
Flags: needinfo?(bugs)
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/573659457e9c
Make child process to send offset to parent process, not index, r=peterv
Comment 7•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•