Closed
Bug 1716964
Opened 3 years ago
Closed 3 years ago
Expose defaultLoadFlags on the BrowsingContext for use by devtools
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Fission Milestone:M8, firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
With target-switching on, within the same process we get a distinct Browsing Context per navigation (e.g reload) but the docshell is shared. ATM nsIDocShell::defaultLoadFlags
is used in devtools. We hit a race issue in Bug 1710810, which would be solved by enabling defaultLoadFlags
on the Browsing Context.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Whiteboard: dt-fission-future → dt-fission-triage
Assignee | ||
Updated•3 years ago
|
Whiteboard: dt-fission-triage → dt-fission-m3-triage
Updated•3 years ago
|
Fission Milestone: --- → M8
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0faf04e9f69d
Expose defaultLoadFlags on the BrowsingContext for use by the devtools r=ochameau,nika
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•