[Webkit-unassigned] [Bug 49672] Allow no-store resources to be used for back navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 19:17:47 PST 2010


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





--- Comment #16 from Antti Koivisto <koivisto at iki.fi>  2010-11-17 19:17:46 PST ---
How about just directly testing for resource->response().cacheControlContainsNoStore()? I think that would be simpler and less confusing than yet another field in CachedResource. 

Response caches the cache control parse result so there is no performance penalty for calling it repeatedly.

-- 
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