Open
Bug 1968746
Opened 2 months ago
Updated 2 months ago
Possible MOZ_RELEASE_ASSERT(domWindow) for GeckoViewOpenWindow in nsWindow.mm
Categories
(Core :: Widget, defect, P3)
Core
Widget
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
I assume this was copied from the Android version and inherits the same issue (bug 1840768): OpenWindow can return null even if it succeeds (when the window is quickly closed I guess?), so the MOZ_RELEASE_ASSERT(domWindow)
can be hit.
Updated•2 months ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•