RESOLVED WONTFIX 222655
Style updates should be done by rendering update
https://bugs.webkit.org/show_bug.cgi?id=222655
Summary Style updates should be done by rendering update
Antti Koivisto
Reported 2021-03-03 07:49:54 PST
Remove Document::m_styleRecalcTimer
Attachments
wip (12.63 KB, patch)
2021-03-03 08:14 PST, Antti Koivisto
ews-feeder: commit-queue-
Antti Koivisto
Comment 1 2021-03-03 08:14:17 PST
Antti Koivisto
Comment 2 2021-03-04 04:01:48 PST
Looks like this would regress comp PLT. I think this is because style updates trigger resource loads (for background images, fonts and similar) and those get delayed when we wait until the next rendering update.
Simon Fraser (smfr)
Comment 3 2021-03-04 09:38:02 PST
I did this in bug 201019, and found that we rely on tree style recalc timer to trigger work.
Note You need to log in before you can comment on or make changes to this bug.