Closed
Bug 1266273
Opened 7 years ago
Closed 7 years ago
Change type of ComputedTimingProperties.progress from unrestricted double? to double?
Categories
(Core :: DOM: Animation, defect)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
Details
Attachments
(1 file)
1.38 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The spec has changed the type of this dictionary because it doesn't seem like there are any cases where this will be +/-Infinity or NaN: https://github.com/w3c/web-animations/commit/df138ee1314da46c6d671d7e406433c3e675ee61 Bug 1266257 adds an assertion that the progress is finite before we set it (specifically, the very end of the first patch in that series) and it doesn't seem to have failed in any of our automated tests so it seems like this change is ok.
Assignee | ||
Comment 1•7 years ago
|
||
To reflect updates to the spec: https://github.com/w3c/web-animations/commit/df138ee1314da46c6d671d7e406433c3e675ee61 MozReview-Commit-ID: 525eLGCK4tl
Attachment #8743642 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•7 years ago
|
||
Comment on attachment 8743642 [details] [diff] [review] Change type of ComputedTimingProperties.progress from unrestricted double? to double? r=me
Attachment #8743642 -
Flags: review?(bzbarsky) → review+
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ad1be09eddb
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•