Remove DocShell::GetVisibility() call from nsXULPopupManager.cpp
Categories
(Core :: DOM: Navigation, task, P3)
Tracking
()
People
(Reporter: smacleod, Unassigned)
References
Details
Bug 1646561 removed many calls to DocShell::GetVisibility
, but left https://searchfox.org/mozilla-central/rev/aa9a7136835deb0eeba00c62bb50a4a0e2cdea2d/layout/xul/nsXULPopupManager.cpp#1644 since it's still working under Fission. We should follow-up and remove this call to be consistent.
Comment 1•4 years ago
|
||
There is no such thing as Document::GetVisibility. Perhaps you meant DocShell::GetVisibility?
Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #1)
There is no such thing as Document::GetVisibility. Perhaps you meant DocShell::GetVisibility?
Woops, yup, typo. Thanks!
Comment 3•4 years ago
|
||
Do we need to fix this bug for Fission MVP? Is this a defect fix or a cleanup task?
This bug is blocked by GetInProcessParentDocshell bug 1646561, which Edgar is fixing for Fission M7a.
Comment 4•4 years ago
|
||
I don't quite understand https://hg.mozilla.org/mozilla-central/rev/a7513fc59f07
but this all should be parent process only. And the initial comment here talks about consistency only.
Description
•