[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:11:33 PST 2008


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24966|review?                     |review+
               Flag|                            |




------- Comment #6 from mitz at webkit.org  2008-11-06 23:11 PDT -------
(From update of attachment 24966)
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.

+     if (!m_decodedSheetText.isNull())

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

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