[Webkit-unassigned] [Bug 22093] Don't keep decoded stylesheet data in cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 23:17:58 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22093





------- Comment #7 from koivisto at iki.fi  2008-11-06 23:17 PDT -------
(In reply to comment #6)
> (From update of attachment 24966 [edit])
> You could use a file static for the decoded text and save the cost of a String
> in every CachedCSSStyleSheet, but would not be very elegant.

Not very elegant plus there is bound to be some crazy way this recurses...

> +     if (!m_decodedSheetText.isNull())
> 
> I thought you could write just if (m_decodedSheetText) but perhaps you can't.

True. All these fancy operators. Fixed.

> 
> r=me
> 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list