Closed
Bug 1607214
Opened 6 years ago
Closed 5 years ago
Interfaces that return XULControllers can return null yet the webidl declarations don't allow null values
Categories
(Core :: DOM: Bindings (WebIDL), defect, P2)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
A JS-caller added in bug 1558520 will assert due to this bug.
Assignee | ||
Comment 1•6 years ago
|
||
![]() |
||
Updated•6 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Attachment #9118832 -
Attachment description: Bug 1607214, the implementations of the controllers getter, in particular HTMLInputElement, can be null. Make all the getters consistently allow null return values, r=bzbarsky → Bug 1607214, the implementation of the HTMLInputElement.controllers getter can return null, r=bzbarsky
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/870496388ab8
the implementation of the HTMLInputElement.controllers getter can return null, r=bzbarsky
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•