ASSERTION: Unexpected UpdateTransformLayer hint: '!(aChange & nsChangeHint_UpdateTransformLayer) || aFrame->IsTransformed() || aFrame->StyleDisplay()->HasTransformStyle()', file RestyleManagerBase.cpp, line 915
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: hiro, Assigned: hiro)
References
(Blocks 1 open bug, Regressed 2 open bugs)
Details
(Keywords: assertion)
Attachments
(5 files)
459 bytes,
text/html
|
Details | |
Bug 1332588 - Set NS_FRAME_MAY_BE_TRANSFORMED bit in nsIFrame::SetMayHaveTransformAnimation. r?boris
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Presumably we should also drop nsChangeHint_UpdateTransformLayer here along with nsChangeHint_UpdatePostTransformOverflow.
Let's see if what happens on try;
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b33125977930765b6bdb71e0b1f1c3543aa1b07
Assignee | ||
Comment 7•5 years ago
|
||
The try run told us that there is a pre-exising issue that we don't set NS_FRAME_MAY_BE_TRANSFORMED property here in KeyframeEffect::UpdateEffectSet.
Pushed another try;
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cbfd4723e84c1be75439d32e0a837fa505273fef
Assignee | ||
Comment 8•5 years ago
|
||
Without this change stacking-context-transform-changing-keyframe.html will fail
with the next change, since we will incorrectly remove
nsChangeHint_UpdateTransformLayer from the target nsIFrame if the frame doesn't
have NS_FRAME_MAY_BE_TRANSFORMED bit.
Updated•5 years ago
|
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D75049
Assignee | ||
Comment 10•5 years ago
|
||
The right place to set the bit was in
nsIFrame::SetMayHaveTransformAnimations() (i.e. when we call
KeyframeEffect::UpdateEffectSet) for cases where we add transform animations.
on an nsIFrame which has been already initialized.
Depends on D75050
Assignee | ||
Comment 11•5 years ago
|
||
Since we no longer see the "Unexpected UpdateTransformLayer hint" assertion
on those tests.
Depends on D75051
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/641d8019eb5e
https://hg.mozilla.org/mozilla-central/rev/194aab18de04
https://hg.mozilla.org/mozilla-central/rev/2eb1dfb0ba11
https://hg.mozilla.org/mozilla-central/rev/a14a719778ae
Updated•5 years ago
|
Description
•