Closed Bug 1725614 Opened 3 years ago Closed 3 years ago

Print preview can try to open printPreviewProgress.xhtml on android which doesn't exist there

Categories

(GeckoView :: General, defect)

All
Android
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

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?)

Blocks: 1697525

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.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.