[webkit-reviews] review granted: [Bug 17998] When a resource is cached locally, WebKit should follow RFC 2616 "Specific end-to-end revalidation" instead of "Unspecified end-to-end revalidation" : [Attachment 25046] WebKit patch for enabling revalidation on reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 13:51:30 PST 2008


Darin Adler <darin at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 17998: When a resource is cached locally, WebKit should follow RFC 2616
"Specific end-to-end revalidation" instead of "Unspecified end-to-end
revalidation"
https://bugs.webkit.org/show_bug.cgi?id=17998

Attachment 25046: WebKit patch for enabling revalidation on reload
https://bugs.webkit.org/attachment.cgi?id=25046&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +    // FIXME: This is a hack to make shift-reload work on shipping Safari.
Remove when Safari has this functionality.
> +    if ([[[NSBundle mainBundle] bundleIdentifier]
isEqualToString:@"com.apple.Safari"])

Normally we would do a linked-on-or-after check to make this back off
automatically when the new Safari ships.


More information about the webkit-reviews mailing list