Bug 104499 - Add convenience methods to use ListHashSet for a LRU cache
Summary: Add convenience methods to use ListHashSet for a LRU cache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-09 16:58 PST by Benjamin Poulain
Modified: 2012-12-10 11:27 PST (History)
6 users (show)

See Also:


Attachments
Patch (18.76 KB, patch)
2012-12-09 17:03 PST, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-12-09 16:58:08 PST
Add convenience methods to use ListHashSet for a LRU cache
Comment 1 Benjamin Poulain 2012-12-09 17:03:30 PST
Created attachment 178455 [details]
Patch
Comment 2 Benjamin Poulain 2012-12-09 17:07:28 PST
Simon, if you want to use ListHashSet with OwnPtr or RefPtr, I'll make a follow up to add support for the PassTraits.
Comment 3 Benjamin Poulain 2012-12-10 11:27:19 PST
Comment on attachment 178455 [details]
Patch

Clearing flags on attachment: 178455

Committed r137188: <http://trac.webkit.org/changeset/137188>
Comment 4 Benjamin Poulain 2012-12-10 11:27:22 PST
All reviewed patches have been landed.  Closing bug.