Bug 1716964 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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 moving `defaultLoadFlags` to the Browsing Context.
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.

Back to Bug 1716964 Comment 0