[Webkit-unassigned] [Bug 30862] Dynamically inserted subresources aren't revalidated even when the containing document is reloaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 13:02:30 PST 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #15 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-02-02 13:02:30 PST ---
(In reply to comment #12)
> But if instead a resource is not marked *until the time of reload* (meaning all currently loaded resources in a page are marked when you hit refresh), then it shouldn't matter how those resources got to the page originally, right?

I understand why you might want reload to work that way, but that's not how things work.  The browser does not remember the set of URLs loaded in a page upon reload.  Instead, reload just means go refetch the document, and for any subresource requested by the document *before onload*, apply a similar cache validation policy.

You see, the set of subresources requested by a document can change when you reload the document.  It would be odd to only apply the validation logic to the set of subresources previously requested, which may not fully cover the set of subresources newly requested.

I think this bug report is INVALID.  WebKit is functioning as intended.

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