Bug 99560

Summary: StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
Product: WebKit Reporter: Elliott Sprehn <esprehn>
Component: Layout and RenderingAssignee: Elliott Sprehn <esprehn>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, jchaffraix, webkit.review.bot
Priority: P2 Keywords: EasyFix, HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Reduction
none
Patch none

Elliott Sprehn
Reported 2012-10-17 01:04:18 PDT
Created attachment 169113 [details] Reduction We only ever look at the first content data to see if the content changed which is wrong because if we went from content: "x" url(y); to content: "x" url(z); the first ContentData is identical and we won't update the content.
Attachments
Reduction (409 bytes, text/html)
2012-10-17 01:04 PDT, Elliott Sprehn
no flags
Patch (4.27 KB, patch)
2012-10-17 17:33 PDT, Elliott Sprehn
no flags
Elliott Sprehn
Comment 1 2012-10-17 17:33:24 PDT
WebKit Review Bot
Comment 2 2012-10-17 18:02:41 PDT
Comment on attachment 169311 [details] Patch Clearing flags on attachment: 169311 Committed r131685: <http://trac.webkit.org/changeset/131685>
WebKit Review Bot
Comment 3 2012-10-17 18:02:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.