Closed
Bug 1611509
Opened 5 years ago
Closed 5 years ago
Remove Date support
Categories
(Core :: DOM: Bindings (WebIDL), defect, P2)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(3 files)
It's been gone from the spec for years. See https://github.com/heycam/webidl/pull/69 and https://www.w3.org/Bugs/Public/show_bug.cgi?id=22824
The only non-test consumers we have are:
HTMLInputElement.valueAsDate
. This is defined to returnobject
in the spec now; we can just change to that without too much trouble.DeprecationReportBody.anticipatedRemoval
. This doesn't exist in the reporting api draft, as far as I can see; can we just remove it? In any case, https://github.com/w3c/reporting/issues/132 talks about this and ends up with "don't use an ES Date", right?
Assignee | ||
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac6f554eb279
part 1. Stop using Date in HTMLInputElement.webidl. r=baku
https://hg.mozilla.org/integration/autoland/rev/6a6ab9ca6a0a
part 2. Stop using Date in Reporting.webidl. r=baku
https://hg.mozilla.org/integration/autoland/rev/874c47828960
part 3. Remove the Date type from Web IDL. r=edgar
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ac6f554eb279
https://hg.mozilla.org/mozilla-central/rev/6a6ab9ca6a0a
https://hg.mozilla.org/mozilla-central/rev/874c47828960
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•