Closed
Bug 1596763
Opened 6 years ago
Closed 6 years ago
Remove unused ParentSHistory
Categories
(Core :: DOM: Navigation, task, P2)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
ParentSHistory was added for some now abandoned plan for session history.
The webidl interface has just two attributes
https://searchfox.org/mozilla-central/rev/cac340f10816707e91c46db6d285f80259420f07/dom/webidl/ParentSHistory.webidl#16,18
and those aren't even implemented
https://searchfox.org/mozilla-central/rev/cac340f10816707e91c46db6d285f80259420f07/docshell/shistory/ParentSHistory.h#47-49
Having these random work-in-progress-from-the-past classes around make it just harder to understand session history code.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Type: defect → task
Fission Milestone: --- → M5
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/61813f7951e2
Remove unused ParentSHistory, r=peterv
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•