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

Issue 304543002: Show the unregistered workers in chrome://serviceworker-internals and chrome://inspect (Closed)

Created:
6 years, 7 months ago by horo
Modified:
6 years, 6 months ago
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, nhiroki, darin-cc_chromium.org, arv+watch_chromium.org, horo+watch_chromium.org, kinuko+serviceworker, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Show the unregistered workers in chrome://serviceworker-internals and chrome://inspect. BUG=358657 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273567

Patch Set 1 #

Patch Set 2 : Pass live_registrations to chrome://inspect. #

Total comments: 24

Patch Set 3 : incorporated falken's comment #

Total comments: 2

Patch Set 4 : fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+712 lines, -685 lines) Patch
M chrome/browser/resources/inspect/inspect.js View 1 2 3 2 chunks +4 lines, -11 lines 0 comments Download
M content/browser/resources/service_worker/serviceworker_internals.css View 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/resources/service_worker/serviceworker_internals.html View 2 chunks +57 lines, -35 lines 0 comments Download
M content/browser/resources/service_worker/serviceworker_internals.js View 1 2 3 1 chunk +240 lines, -184 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_info.h View 3 chunks +5 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_info.cc View 3 chunks +14 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.h View 1 2 2 chunks +12 lines, -7 lines 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.cc View 1 2 5 chunks +336 lines, -438 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
horo
falken@ Could you please review this?
6 years, 7 months ago (2014-05-27 12:52:35 UTC) #1
falken
style nits https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js File content/browser/resources/service_worker/serviceworker_internals.js (right): https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js#newcode6 content/browser/resources/service_worker/serviceworker_internals.js:6: 'use strict'; it's late to point out ...
6 years, 6 months ago (2014-05-28 08:21:40 UTC) #2
horo
https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js File content/browser/resources/service_worker/serviceworker_internals.js (right): https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js#newcode6 content/browser/resources/service_worker/serviceworker_internals.js:6: 'use strict'; On 2014/05/28 08:21:40, falken wrote: > it's ...
6 years, 6 months ago (2014-05-28 09:06:39 UTC) #3
falken
lgtm https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js File content/browser/resources/service_worker/serviceworker_internals.js (right): https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js#newcode31 content/browser/resources/service_worker/serviceworker_internals.js:31: // All commands are sent with the partition_path ...
6 years, 6 months ago (2014-05-28 16:26:06 UTC) #4
horo
https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js File content/browser/resources/service_worker/serviceworker_internals.js (right): https://codereview.chromium.org/304543002/diff/20001/content/browser/resources/service_worker/serviceworker_internals.js#newcode31 content/browser/resources/service_worker/serviceworker_internals.js:31: // All commands are sent with the partition_path and ...
6 years, 6 months ago (2014-05-29 01:31:24 UTC) #5
horo
kaznacheev@ Could you please review chrome/browser/resources/inspect/inspect.js? Thank you.
6 years, 6 months ago (2014-05-29 01:34:42 UTC) #6
Vladislav Kaznacheev
On 2014/05/29 01:34:42, horo wrote: > kaznacheev@ > Could you please review chrome/browser/resources/inspect/inspect.js? > Thank ...
6 years, 6 months ago (2014-05-29 07:08:50 UTC) #7
horo
The CQ bit was checked by horo@chromium.org
6 years, 6 months ago (2014-05-29 12:50:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/304543002/60001
6 years, 6 months ago (2014-05-29 12:51:38 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 15:48:33 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-05-29 20:10:05 UTC) #11
Message was sent while issue was closed.
Change committed as 273567

Powered by Google App Engine
This is Rietveld 408576698