Print preview can try to open printPreviewProgress.xhtml on android which doesn't exist there
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
People
(Reporter: Gijs, Unassigned)
References
Details
bug 1724718 flagged up that the crashtest at https://searchfox.org/mozilla-central/source/dom/base/crashtests/1697525.html just crashes on android when we fail on missing files - because the print code tries to open printPreviewProgress.xhtml which we do not ship on android.
We should either not try to open it or start shipping this stuff on android. I don't know what the right solution is.
(I'll likely "fix" this for bug 1724718 by just skipping the crashtest on android, just like the test in bug 1665792 is already skipped on android, but if the web can cause really broken stuff to happen, we should probably at least stopgap things?)
Comment 1•3 years ago
|
||
That test is using SpecialPowers.wrap(window)
to call privileged APIs. So unless we want to implement print preview on android somehow this is wontfix.
Description
•