Closed
Bug 1390013
Opened 8 years ago
Closed 7 years ago
stylo: Drop the comment about the transition in nsCSSFrameConstructor::ResolveStyleContext
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | wontfix |
| firefox58 | --- | affected |
People
(Reporter: hiro, Unassigned)
Details
We have below comment in nsCSSFrameConstructor::ResolveStyleContext [1], but I think we can drop this comment now because test cases that were added when the code for transition was added have been already passed on stylo. (but I'd like someone who is familiar with transition and frame construction to check it)
// ServoRestyleManager does not handle transitions yet, and when it does
// it probably won't need to track reframed style contexts to start
// transitions correctly.
https://hg.mozilla.org/mozilla-central/file/3bfcbdf5c6c3/layout/base/nsCSSFrameConstructor.cpp#l5242
[1] https://hg.mozilla.org/mozilla-central/rev/51037224ba03
Updated•8 years ago
|
status-firefox56:
--- → unaffected
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
| Reporter | ||
Comment 1•7 years ago
|
||
The comment had been dropped in bug 1447476.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•