Remove browser.tabs.remote.desktopbehavior pref
Categories
(Core :: Widget, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: gregp, Assigned: gregp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It's not clear to me what exactly this pref is for. It's only read once in PuppetWidget::NeedsPaint
.
Comment 1•2 years ago
|
||
Yeah I don't think we have WindowType::Popup
in content process at all, probably should just be removed.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Backed out for causing assertion failures in widget/PuppetWidget.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/255a1a956d0f1bab4f46a48bd3ecbe28827d2d8e
Assignee | ||
Comment 5•2 years ago
•
|
||
Fascinating.
It looks like the failure comes from 336999-1.xhtml (bug 336999)
Is this even possible normally? As in, <menulist><menupopup></menupopup></menulist>
in content, or is it just this crashtest?
Assignee | ||
Comment 6•2 years ago
|
||
(has any crashtest or reftest that involves menupopup
in content been semi-broken the whole time? I don't know much about the reftest harness so not sure)
Updated•2 years ago
|
Comment 7•2 years ago
|
||
(In reply to Gregory Pappas [:gregp] from comment #6)
(has any crashtest or reftest that involves
menupopup
in content been semi-broken the whole time? I don't know much about the reftest harness so not sure)
Yeah, menupopup
can't work in the child process. I'd just remove that test, it's broken.
Comment 9•2 years ago
|
||
Backed out for causing assertion failures in widget/PuppetWidget.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/fd8fb7be79bb55c487b5259c4a57ccf507c61403
Assignee | ||
Comment 10•2 years ago
|
||
Another one. This time it's 360339-1.xhtml.
Emilio, we have about 15 crashtests that involve menupopup. Is it ok to remove all of them?
Assignee | ||
Comment 11•2 years ago
|
||
For now, let's just annotate the broken tests
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
Description
•