Bug 143137

Summary: [WK2][NetworkCache] Rename requestNeedsRevalidation() to requestRequiresRevalidation()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-03-27 10:54:57 PDT
Rename requestNeedsRevalidation() to requestRequiresRevalidation() as I think it is more accurate. It is not the request that needs revalidating. The requests just requires us to revalidate the response.
Comment 1 Chris Dumez 2015-03-27 10:56:16 PDT
Created attachment 249584 [details]
Patch
Comment 2 Chris Dumez 2015-03-27 10:57:03 PDT
Alternatively, requestRequiresResponseRevalidation() would be clear I think but it is a bit long.
Comment 3 WebKit Commit Bot 2015-03-27 13:17:45 PDT
Comment on attachment 249584 [details]
Patch

Clearing flags on attachment: 249584

Committed r182074: <http://trac.webkit.org/changeset/182074>
Comment 4 WebKit Commit Bot 2015-03-27 13:17:49 PDT
All reviewed patches have been landed.  Closing bug.