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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 09:45:24 PST 2010


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





--- Comment #21 from Joseph Pecoraro <joepeck at webkit.org>  2010-11-18 09:45:23 PST ---
Created an attachment (id=74245)
 --> (https://bugs.webkit.org/attachment.cgi?id=74245&action=review)
[PATCH] Patch that Will Land

Just attaching the patch I'll land.

  • addressed Antti's comment, remove "isForHistory" and just use the response. cacheControlContainsNoStore
  • addressed Darin's comment, use the static "protocolIs" function.
  • added some comments to clarify this in MemoryCache::requestResource
  • switched from remove() to evict() because all remove does is call evict =)

Rebasing and landing now.

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