Closed
Bug 1349487
Opened 8 years ago
Closed 8 years ago
stylo: eagerly style content appended in a ShadowRoot
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
layout/reftests/bugs/1066554-1.html trips the bug 1345695 assertions due to calling RecreateFramesForContent on an element with a ShadowRoot, whenever we append any content anywhere within the ShadowRoot. (And this happens before the checks that decide whether to do lazy frame construction or eagerly restyle.)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Assignee: nobody → cam
Priority: -- → P1
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8849923 [details]
Bug 1349487 - stylo: Eagerly style content appended in a ShadowRoot.
https://reviewboard.mozilla.org/r/122674/#review125008
Attachment #8849923 -
Flags: review?(bobbyholley) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8e366bd6d5f4
stylo: Eagerly style content appended in a ShadowRoot. r=bholley
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•