Closed
Bug 1353317
Opened 8 years ago
Closed 8 years ago
stylo: do lazy restyling of newly inserted content through the flattened tree parent
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)
Like in bug 1349134 for the non-lazy frame construction case, we need to note dirty descendants to do lazy restyling of newly inserted content through the flattened tree parent.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8854380 -
Flags: review?(bobbyholley)
Assignee | ||
Comment 3•8 years ago
|
||
Looks like that patch doesn't work, but we do need something like this...
Comment 4•8 years ago
|
||
Cameron, feel free to downgrade priority if you think that this should wait until later.
Assignee: nobody → cam
Priority: -- → P1
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8854380 [details]
Bug 1353317 - stylo: For newly added content, note dirty descendants in the lazy frame construction case through the flattened tree parent.
https://reviewboard.mozilla.org/r/126306/#review131220
Attachment #8854380 -
Flags: review?(bobbyholley) → review+
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e725e29460d
stylo: For newly added content, note dirty descendants in the lazy frame construction case through the flattened tree parent. r=bholley
Comment 9•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
•