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

Issue 1037933002: [DevTools] Send ServiceWorkerVersion.ScriptLastModified and ScriptResponseTime to DevTools window. (Closed)

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

Description

[DevTools] Send ServiceWorkerVersion.ScriptLastModified and ScriptResponseTime to DevTools window. This cl depends on https://codereview.chromium.org/1039983003/ BUG=466871 Committed: https://crrev.com/5d811a93fd256878164ffc951514d9a7057e5fea Cr-Commit-Position: refs/heads/master@{#322985}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use ToDoubleT #

Patch Set 3 : rebase #

Total comments: 1

Patch Set 4 : ScriptLastModified/ScriptLastModified #

Patch Set 5 : fix test failure #

Patch Set 6 : fix test failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -2 lines) Patch
M content/browser/devtools/protocol/service_worker_handler.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_observer.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_watcher.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_watcher.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_info.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 2 3 4 5 3 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
horo
falken@ Could you please review this cl? dgozman@ Could you please review content/browser/devtools/protocol/service_worker_handler.cc?
5 years, 9 months ago (2015-03-26 11:22:59 UTC) #2
dgozman
devtools lgtm https://codereview.chromium.org/1037933002/diff/1/content/browser/devtools/protocol/service_worker_handler.cc File content/browser/devtools/protocol/service_worker_handler.cc (right): https://codereview.chromium.org/1037933002/diff/1/content/browser/devtools/protocol/service_worker_handler.cc#newcode90 content/browser/devtools/protocol/service_worker_handler.cc:90: ->set_update_time(version_info.update_time.ToJsTime())); We use ToDoubleT for timestamps in ...
5 years, 9 months ago (2015-03-26 11:33:22 UTC) #3
horo
Thank you! https://codereview.chromium.org/1037933002/diff/1/content/browser/devtools/protocol/service_worker_handler.cc File content/browser/devtools/protocol/service_worker_handler.cc (right): https://codereview.chromium.org/1037933002/diff/1/content/browser/devtools/protocol/service_worker_handler.cc#newcode90 content/browser/devtools/protocol/service_worker_handler.cc:90: ->set_update_time(version_info.update_time.ToJsTime())); On 2015/03/26 11:33:22, dgozman wrote: > ...
5 years, 9 months ago (2015-03-26 11:35:57 UTC) #4
falken
https://codereview.chromium.org/1037933002/diff/30001/content/browser/service_worker/service_worker_register_job.cc File content/browser/service_worker/service_worker_register_job.cc (right): https://codereview.chromium.org/1037933002/diff/30001/content/browser/service_worker/service_worker_register_job.cc#newcode405 content/browser/service_worker/service_worker_register_job.cc:405: registration()->installing_version()->set_update_time(now); Update is an operation on registration, not version, ...
5 years, 8 months ago (2015-03-30 00:46:29 UTC) #5
horo
On 2015/03/30 00:46:29, falken wrote: > https://codereview.chromium.org/1037933002/diff/30001/content/browser/service_worker/service_worker_register_job.cc > File content/browser/service_worker/service_worker_register_job.cc (right): > > https://codereview.chromium.org/1037933002/diff/30001/content/browser/service_worker/service_worker_register_job.cc#newcode405 > ...
5 years, 8 months ago (2015-03-30 08:22:46 UTC) #6
falken
sw lgtm. I'm not so familiar with DevTools testing... what's the plan for testing the ...
5 years, 8 months ago (2015-03-30 09:02:22 UTC) #7
horo
On 2015/03/30 09:02:22, falken wrote: > sw lgtm. I'm not so familiar with DevTools testing... ...
5 years, 8 months ago (2015-03-30 09:21:19 UTC) #8
dgozman
devtools still lgtm
5 years, 8 months ago (2015-03-30 11:11:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1037933002/50001
5 years, 8 months ago (2015-03-30 23:02:21 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/73381)
5 years, 8 months ago (2015-03-30 23:20:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1037933002/50001
5 years, 8 months ago (2015-03-31 00:45:07 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/2886)
5 years, 8 months ago (2015-03-31 02:21:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1037933002/70001
5 years, 8 months ago (2015-03-31 02:27:31 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/2915)
5 years, 8 months ago (2015-03-31 03:28:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1037933002/90001
5 years, 8 months ago (2015-03-31 04:42:35 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:90001)
5 years, 8 months ago (2015-03-31 05:51:25 UTC) #26
commit-bot: I haz the power
5 years, 8 months ago (2015-03-31 05:51:52 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5d811a93fd256878164ffc951514d9a7057e5fea
Cr-Commit-Position: refs/heads/master@{#322985}

Powered by Google App Engine
This is Rietveld 408576698