Open
Bug 1598129
Opened 5 years ago
Updated 16 days ago
Audit usages of Window.getWindowGlobalChild() to see if they should handle null somehow
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
(Whiteboard: [domcore-bugbash-triaged])
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.
Reporter | ||
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
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
Updated•3 years ago
|
Severity: normal → S3
Updated•16 days ago
|
Type: defect → task
Whiteboard: [domcore-bugbash-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•