Closed
Bug 1720304
Opened 3 years ago
Closed 3 years ago
Expose the BrowsingContext on BrowsingContextWebProgress
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
In bug 1713607, I would benefit from being able to identify to which particular BrowsingContext each state change are related to.
For now, the BrowsingContextWebProgress doesn't expose much as it can't expose DOMWindow/target from the parent process.
Whereas it does have a reference to the related BrowsingContext, which we can probably expose to all WebProgress components.
Assignee | ||
Comment 1•3 years ago
|
||
This helps knowing which particular BrowsingContext is navigating.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad93176ef80e
Implement WebProgress.browsingContext r=nika
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•