[Webkit-unassigned] [Bug 82287] MemoryCache should adopt our standard RefCounted model for object lifetime
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 16:07:12 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82287
Nate Chapin <japhet at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #145888| |review?, commit-queue?
Flag| |
--- Comment #37 from Nate Chapin <japhet at chromium.org> 2012-06-05 16:07:09 PST ---
Created an attachment (id=145888)
--> (https://bugs.webkit.org/attachment.cgi?id=145888&action=review)
Another potential solution - add a CachedResourceClient callback for 304s
I'm not thrilled with my previous two solutions, so I put together a patch using the strategy of solving the 304 problem by adding a mandatory function, switchClientsToRevalidatedResource(), to CachedResourceClient. I'm not totally sure that this is cleaner than the previous strategies, but I think it's pretty readable.
This patch doesn't actually include the final goal of making CachedResource RefCounted, it's just re-plumbing.
--
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