[Webkit-unassigned] [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"

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


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25046|review?                     |review+
               Flag|                            |




------- Comment #33 from darin at apple.com  2008-11-24 13:51 PDT -------
(From update of attachment 25046)
> +    // 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.


------- Comment #34 from darin at apple.com  2008-11-24 13:51 PDT -------
(From update of attachment 25046)
> +    // 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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list