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 RenderingAssignee: 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)
Reported 2009-02-11 17:42:21 PST
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
Note You need to log in before you can comment on or make changes to this bug.