[Webkit-unassigned] [Bug 51134] Move loading related code from MemoryCache to CachedResourceLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 16:23:50 PST 2010


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76707|                            |review?
               Flag|                            |




--- Comment #1 from Antti Koivisto <koivisto at iki.fi>  2010-12-15 16:23:49 PST ---
Created an attachment (id=76707)
 --> (https://bugs.webkit.org/attachment.cgi?id=76707&action=review)
refactor loading code out of MemoryCache

Move loading related code from MemoryCache to CachedResourceLoader
- Merge MemoryCache::requestResource to CachedResourceLoader::requestResource
- Merge MemoryCache::requestUserCSSStyleSheet to CachedResourceLoader::requestUserCSSStyleSheet
- Move MemoryCache::revalidateResource to CachedResourceLoader::revalidateResource
- Add MemoryCache::add
- Refactor the decision on whether to reload, revalidate or use the existing resource to 
  a single function, CachedResourceLoader::determineRevalidationPolicy

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



More information about the webkit-unassigned mailing list