Bug 169756

Summary: Add a reload policy where only expired subresources are revalidated
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, berto, cdumez, cgarcia, commit-queue, dbates, gustavo, japhet, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch
none
patch
none
patch
kling: review+
patch none

Description Antti Koivisto 2017-03-16 08:41:11 PDT
Currently a reload will revalidate all subresources on the page (except those with Cache-Control: immutable). Add a weaker policy where only expired subresources are revalidated.
Comment 1 Antti Koivisto 2017-03-17 06:29:47 PDT
Created attachment 304772 [details]
patch
Comment 2 Antti Koivisto 2017-03-17 06:54:20 PDT
Created attachment 304774 [details]
patch
Comment 3 Antti Koivisto 2017-03-17 07:16:01 PDT
Created attachment 304775 [details]
patch
Comment 4 Antti Koivisto 2017-03-17 07:18:45 PDT
Created attachment 304776 [details]
patch
Comment 5 Andreas Kling 2017-03-17 07:47:01 PDT
Comment on attachment 304775 [details]
patch

r=me
Comment 6 Antti Koivisto 2017-03-17 07:54:45 PDT
Created attachment 304777 [details]
patch
Comment 7 WebKit Commit Bot 2017-03-17 07:55:50 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 8 WebKit Commit Bot 2017-03-17 12:52:53 PDT
Comment on attachment 304777 [details]
patch

Clearing flags on attachment: 304777

Committed r214113: <http://trac.webkit.org/changeset/214113>
Comment 9 WebKit Commit Bot 2017-03-17 12:52:58 PDT
All reviewed patches have been landed.  Closing bug.