Bug 23909
Summary: | Avoid re-resolving style on the entire document when adding @keyframes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Chris Marrin <cmarrin> |
Status: | NEW | ||
Severity: | Normal | CC: | cmarrin, dino |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
When adding @keyframes rules to style via script, we re-resolve style on the entire document, which is slow. Since we know that @keyframes only affect animations, this can be optimized.
<rdar://problem/6284606>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |