Closed
Bug 848293
Opened 11 years ago
Closed 11 years ago
Update AnimationEvent to be compatible with the spec
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
26.08 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
26.15 KB,
patch
|
Details | Diff | Splinter Review |
Better to do this after webidl-fication.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 1•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=3a808680861b
Attachment #745567 -
Flags: review?(dbaron)
Comment 2•11 years ago
|
||
Comment on attachment 745567 [details] [diff] [review] patch Could you add an assertion at the start of ElementAnimations::GetPositionInIteration that !aAnimation == !aEa && !aAnimation == !aEventsToDispatch. >+is(e.elapsedTime, "0.5"); I'm surprised the 0.5 is in quotes. Does that work? And again, it would be good to remove initAnimationEvent in a followup patch. r=dbaron
Attachment #745567 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/cdc859533b8d
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cdc859533b8d
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 6•10 years ago
|
||
Doc updated/created: https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent.AnimationEvent https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent.pseudoElement https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/23 I didn't changed: https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent.initAnimationEvent because the new fourth optional arguments never went into a release as the method has been removed by bug 868751 (that is still in progress to be documented).
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•