RESOLVED INVALID 22960
set decoded size for style sheets
https://bugs.webkit.org/show_bug.cgi?id=22960
Summary set decoded size for style sheets
Cary Clark
Reported 2008-12-22 07:15:17 PST
Set the decoded size for style sheets, to help manage cached memory usage better.
Attachments
report decoded size for style sheets (1.22 KB, patch)
2008-12-22 07:17 PST, Cary Clark
sam: review-
Cary Clark
Comment 1 2008-12-22 07:17:05 PST
Created attachment 26201 [details] report decoded size for style sheets
Sam Weinig
Comment 2 2008-12-22 08:19:55 PST
Comment on attachment 26201 [details] report decoded size for style sheets We immediately clear m_decodedSheetText after checkNotify, so you would have to call setDecodedSize(0) then. But, I don't think it makes sense to set the decodedSize at all, since I don't believe the cache will ever check the decoded size in between these two calls. r-
Cary Clark
Comment 3 2009-01-06 11:06:32 PST
original android bug has been fixed in webkit; please ignore this patch
Note You need to log in before you can comment on or make changes to this bug.