Bug 182296 - Service worker registration soft updates happen too frequently
Summary: Service worker registration soft updates happen too frequently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-30 09:32 PST by Chris Dumez
Modified: 2018-01-30 10:47 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2018-01-30 09:36 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.