Closed
Bug 1437135
Opened 7 years ago
Closed 7 years ago
Remove nsIDOMValidityState
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: adrian17, Assigned: adrian17)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8949827 [details]
Bug 1437135 - Remove nsIDOMValidityState.
https://reviewboard.mozilla.org/r/219136/#review224902
r=me
::: dom/html/nsIConstraintValidation.h:82
(Diff revision 1)
> protected:
>
> // You can't instantiate an object from that class.
> nsIConstraintValidation();
>
> - nsresult GetValidity(nsIDOMValidityState** aValidity);
> + nsresult GetValidity(mozilla::dom::ValidityState** aValidity);
Is this function actually used? It doesn't seem to be; you can probably just remove it instead of fixing it.
Attachment #8949827 -
Flags: review?(bzbarsky) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f17747bf190
Remove nsIDOMValidityState. r=bz
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•