DescriptionMake registration.update() no longer force bypassing the HTTP cache
As per the last f2f and the follow-up discussion,
ServiceWorkerRegistration.update() should not always bypass the HTTP cache but
bypass it only when 24 hours have passed since the last update check. So, this
patch involves a change in the behavior of ServiceWorkerRegistration.update().
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-update
Spec discussion: https://github.com/slightlyoff/ServiceWorker/issues/514#issuecomment-130664373
This CL merged two CLs that were created and under review before Blink and
Chromium repos were merged:
1. Blink: https://codereview.chromium.org/1332303002/
2. Chromium: https://codereview.chromium.org/1339623002/
BUG=530540
Committed: https://crrev.com/395e4a2444b1e74c753cde3eb4de342e57bb2915
Cr-Commit-Position: refs/heads/master@{#352232}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|