Closed
Bug 1286196
Opened 9 years ago
Closed 9 years ago
Use the new constructor of Range<T> in KeyframeUtils
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
Details
Attachments
(1 file)
Bug 1276573 implemented a new Range<T> constructor which accepts two RangePtr<T> arguments, so we can use it in KeyframeUtils.cpp [1] to make our code simpler.
[1] https://dxr.mozilla.org/mozilla-central/rev/88bebcaca249aeaca9197382e89d35b02be8292e/dom/animation/KeyframeUtils.cpp#526-527,549-556,560,577
Updated•9 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•9 years ago
|
Summary: Use the new constructor of Range<T> in KeyframeUtils::ApplySpacing → Use the new constructor of Range<T> in KeyframeUtils
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63832/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63832/
Attachment #8770368 -
Flags: review?(bbirtles)
Updated•9 years ago
|
Attachment #8770368 -
Flags: review?(bbirtles) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8770368 [details]
Bug 1286196 - Use the new constructor of Range<T> in KeyframeUtils.
https://reviewboard.mozilla.org/r/63832/#review60892
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6eda84753785
Use the new constructor of Range<T> in KeyframeUtils. r=birtles
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•