Closed
Bug 1890747
Opened 2 years ago
Closed 1 year ago
Implement `Navigation.currentEntry` and `Navigation.entries`
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: farre, Assigned: avandolder)
References
(Regressed 2 open bugs)
Details
Attachments
(1 file)
- Add the
NavigationHistoryEntryinterface,Navigation.currentEntry, and theNavigation.entries()method behinddom.navigation.webidl.enabled.
The intention here is to begin capturing the transitions building up this list of entries local to the current window.
See navigation-interface and the-navigationhistoryentry-interface
| Reporter | ||
Updated•2 years ago
|
Summary: Add list of navigation entries → Implement `Navigation.currentEntry` and `Navigation.entries`
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → avandolder
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9418688 -
Attachment description: WIP: Bug 1890747 - Track Navigation history entries. r?farre,peterv,#dom-core → Bug 1890747 - Track Navigation history entries. r?farre,peterv,#dom-core
Pushed by avandolder@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/947fdc464d85
Track Navigation history entries. r=dom-core,farre
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
| Reporter | ||
Updated•1 year ago
|
No longer blocks: navigation-api
You need to log in
before you can comment on or make changes to this bug.
Description
•