Bug 75401

Summary: Remove Document::collectionInfo() and let collections manage their caches.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 75403    
Attachments:
Description Flags
Patch andersca: review+

Andreas Kling
Reported 2011-12-30 20:09:30 PST
Instead of always storing 10 CollectionCaches on the Document, let the collections create them as needed. This was not possible before since there could be multiple collections using the same cache.
Attachments
Patch (3.79 KB, patch)
2011-12-30 20:13 PST, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2011-12-30 20:13:20 PST
Andreas Kling
Comment 2 2011-12-31 16:50:13 PST
Note You need to log in before you can comment on or make changes to this bug.