Open Bug 1598129 Opened 5 years ago Updated 2 years ago

Audit usages of Window.getWindowGlobalChild() to see if they should handle null somehow

Categories

(Core :: DOM: Core & HTML, defect, P3)

defect

Tracking

()

People

(Reporter: emilio, Unassigned)

References

Details

Bug 1597965 makes it nullable, but we have a bunch of callers that don't check for it.

The cases when it is null are pretty rare (as it can be seen by the crash-stats in bug 1597965), but we should consider if just throwing is fine or if the callers need some more subtle changes.

Priority: -- → P3
Summary: Audit usages of Window.getWindowGlobalParent() to see if they should handle null somehow → Audit usages of Window.getWindowGlobalChild() to see if they should handle null somehow
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.