Bug 182296

Summary: Service worker registration soft updates happen too frequently
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Service WorkersAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, ggaren, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2018-01-30 09:32:49 PST
Service worker registration soft updates happen too frequently. This is because the registration's last-update-check time is not updated when the newly downloaded script is identical to the previous one (common case).
Comment 1 Radar WebKit Bug Importer 2018-01-30 09:33:34 PST
<rdar://problem/37031862>
Comment 2 Chris Dumez 2018-01-30 09:36:32 PST
Created attachment 332661 [details]
Patch
Comment 3 WebKit Commit Bot 2018-01-30 10:47:56 PST
Comment on attachment 332661 [details]
Patch

Clearing flags on attachment: 332661

Committed r227796: <https://trac.webkit.org/changeset/227796>
Comment 4 WebKit Commit Bot 2018-01-30 10:47:57 PST
All reviewed patches have been landed.  Closing bug.