Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Issue 1903043005: service worker: Bump update time even when the script was identical (Closed)

Created:
4 years, 8 months ago by falken
Modified:
4 years, 8 months ago
Reviewers:
nhiroki
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, kinuko+watch, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

service worker: Bump update time even when the script was identical This regressed in https://chromium.googlesource.com/chromium/src/+/57ebec5b7cce00100000763371c56bc4991b56dd Also make the unit test more thorough and realistic: * It was using StopWorker() when the script was identical, but after the change above production doesn't take that path * don't use force_bypass_cache_for_scripts since in production that's only used by DevTools BUG=605382 Committed: https://crrev.com/82b3853597f585e25ba051cb6b1ac9063430883f Cr-Commit-Position: refs/heads/master@{#389025}

Patch Set 1 #

Patch Set 2 : fix asan #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -36 lines) Patch
M content/browser/service_worker/embedded_worker_instance.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_job_unittest.cc View 6 chunks +29 lines, -22 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.cc View 3 chunks +19 lines, -13 lines 0 comments Download

Messages

Total messages: 32 (16 generated)
falken
PTAL
4 years, 8 months ago (2016-04-21 05:44:44 UTC) #2
nhiroki
lgtm
4 years, 8 months ago (2016-04-21 07:54:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/1
4 years, 8 months ago (2016-04-21 07:59:28 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/149564)
4 years, 8 months ago (2016-04-21 08:52:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/1
4 years, 8 months ago (2016-04-21 08:54:29 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/149574)
4 years, 8 months ago (2016-04-21 09:07:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/1
4 years, 8 months ago (2016-04-21 09:08:41 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/149580)
4 years, 8 months ago (2016-04-21 09:20:19 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/1
4 years, 8 months ago (2016-04-21 21:54:03 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/150117)
4 years, 8 months ago (2016-04-21 23:34:07 UTC) #20
falken
ASAN caught an error that looks possible in the wild too. When EWInstance calls OnScriptLoaded ...
4 years, 8 months ago (2016-04-22 01:40:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/20001
4 years, 8 months ago (2016-04-22 01:40:53 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/217077)
4 years, 8 months ago (2016-04-22 02:27:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903043005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903043005/20001
4 years, 8 months ago (2016-04-22 02:32:51 UTC) #28
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-22 04:09:29 UTC) #30
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:44:17 UTC) #32
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/82b3853597f585e25ba051cb6b1ac9063430883f
Cr-Commit-Position: refs/heads/master@{#389025}

Powered by Google App Engine
This is Rietveld 408576698