WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
80853
Avoid unnecessary forced style recalcs
https://bugs.webkit.org/show_bug.cgi?id=80853
Summary
Avoid unnecessary forced style recalcs
Antti Koivisto
Reported
2012-03-12 09:42:13 PDT
Document::scheduleForcedStyleRecalc() schedules the recalc even if there is no style to update yet. Before the timer fires the parser may create new elements with correct style. Doing forced recalc on those is wasted work.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug