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

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed)

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

Description

DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. Remove the "Debug on start" option from Resources / Service Workers. Committed: https://crrev.com/63bdc4d2b130967783f25a770a95c561471b0e5f Cr-Commit-Position: refs/heads/master@{#384347}

Patch Set 1 #

Patch Set 2 : #

Total comments: 13

Patch Set 3 : for landing #

Patch Set 4 : test fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -342 lines) Patch
M content/browser/devtools/protocol/service_worker_handler.h View 1 2 3 chunks +1 line, -5 lines 0 comments Download
M content/browser/devtools/protocol/service_worker_handler.cc View 1 2 5 chunks +4 lines, -34 lines 0 comments Download
M content/browser/devtools/service_worker_devtools_manager.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/devtools/service_worker_devtools_manager.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 2 chunks +10 lines, -7 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 2 chunks +1 line, -17 lines 0 comments Download
M content/browser/service_worker/service_worker_context_observer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_watcher.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_watcher.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_info.h View 3 chunks +0 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_info.cc View 3 chunks +0 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.h View 2 chunks +0 lines, -6 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load.html View 1 2 3 2 chunks +2 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/devtools.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js View 1 2 4 chunks +4 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/module.json View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css View 1 chunk +3 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js View 1 2 4 chunks +16 lines, -43 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/sources/ServiceWorkersSidebarPane.js View 1 chunk +0 lines, -125 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 chunks +1 line, -17 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
pfeldman
4 years, 8 months ago (2016-03-30 00:51:29 UTC) #2
horo
https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js File third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js (left): https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js#oldcode24 third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js:24: var debugOnStartCheckboxLabel = createCheckboxLabel(WebInspector.UIString("Open DevTools window and pause JavaScript ...
4 years, 8 months ago (2016-03-30 05:17:35 UTC) #3
pfeldman
https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js File third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js (left): https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js#oldcode24 third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js:24: var debugOnStartCheckboxLabel = createCheckboxLabel(WebInspector.UIString("Open DevTools window and pause JavaScript ...
4 years, 8 months ago (2016-03-30 17:11:44 UTC) #4
dgozman
https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js File third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js (left): https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js#oldcode181 third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js:181: this._manager.setDebugOnStart(this._debugOnStartCheckbox.checked); Remove it from manager, protocol and backend. https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js ...
4 years, 8 months ago (2016-03-30 21:09:54 UTC) #5
dgozman
lgtm modulo previous comments
4 years, 8 months ago (2016-03-30 21:28:57 UTC) #6
horo
https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js File third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js (left): https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js#oldcode24 third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js:24: var debugOnStartCheckboxLabel = createCheckboxLabel(WebInspector.UIString("Open DevTools window and pause JavaScript ...
4 years, 8 months ago (2016-03-31 02:39:45 UTC) #7
pfeldman
https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js File third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js (left): https://codereview.chromium.org/1841863003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js#oldcode181 third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js:181: this._manager.setDebugOnStart(this._debugOnStartCheckbox.checked); On 2016/03/30 21:09:54, dgozman wrote: > Remove it ...
4 years, 8 months ago (2016-03-31 05:02:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841863003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841863003/40001
4 years, 8 months ago (2016-03-31 06:00:08 UTC) #11
horo
Please write about the removal of DebugOnStart checkbox in the CL description. lgtm.
4 years, 8 months ago (2016-03-31 06:17:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841863003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841863003/40001
4 years, 8 months ago (2016-03-31 06:37:31 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_oilpan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_blink_oilpan_rel/builds/23945)
4 years, 8 months ago (2016-03-31 07:09:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841863003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841863003/60001
4 years, 8 months ago (2016-03-31 14:56:48 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/167001)
4 years, 8 months ago (2016-03-31 14:58:53 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1841863003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1841863003/60001
4 years, 8 months ago (2016-03-31 18:16:46 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-31 18:51:03 UTC) #28
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 18:52:29 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/63bdc4d2b130967783f25a770a95c561471b0e5f
Cr-Commit-Position: refs/heads/master@{#384347}

Powered by Google App Engine
This is Rietveld 408576698