Remove now unnecessary DevTools workaround for IDX_OverrideDPPX in BrowsingContext.cpp
Categories
(Core :: DOM: Navigation, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: kmag)
References
Details
Attachments
(1 file)
In https://searchfox.org/mozilla-central/rev/b6f52976b562008c9d9ceeda22907e1eda506c8e/docshell/base/BrowsingContext.cpp#2694-2695 , there's a FIXME mentioning DevTools code setting the overrideDppx from content process.
DevTools now set the flag from the parent process (done in Bug 1703178), so we can probably remove the devtools specific and probably add an assertion to ensure this is only set from parent process.
| Reporter | ||
Comment 1•5 years ago
|
||
cc kmag since I think he's the once that introduced the workaround for us in the first place
Comment 2•5 years ago
|
||
Assigning to kmag.
Tracking for Fission M8. Setting overrideDppx in the parent process was fixed in Fission M7a by bug 1703178, but (AFAICT) removing this code from the content process seems low-enough priority that we can fix in Fission M8.
| Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•