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

Issue 1194813003: Service Worker: Remove ServiceWorker.terminate() method (Closed)

Created:
5 years, 6 months ago by jungkees
Modified:
5 years, 6 months ago
CC:
blink-reviews, michaeln, jsbell, tzik, serviceworker-reviews, nhiroki, dglazkov+blink, kinuko+serviceworker, horo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Service Worker: Remove ServiceWorker.terminate() method ServiceWorker interface does not inherit Worker interface anymore (It's still a type of web workers implementing AbstractWorker.): https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-interface. This CL removes its terminate() method and update the related layout tests. Related spec issue: https://github.com/slightlyoff/ServiceWorker/issues/410. BUG=502934 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197557

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -31 lines) Patch
M LayoutTests/http/tests/serviceworker/interfaces.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/serviceworkerobject-terminate.html View 1 1 chunk +0 lines, -21 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorker.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorker.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorker.idl View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
jungkees
PTAL
5 years, 6 months ago (2015-06-19 08:04:03 UTC) #2
lgombos
peer review looks good to me
5 years, 6 months ago (2015-06-19 14:50:10 UTC) #4
jungkees
PTAL As this change suggests removing .terminate() method, it may be more reasonable to remove ...
5 years, 6 months ago (2015-06-20 05:40:19 UTC) #6
falken
lgtm, I'd prefer you create a bug though for tracking purposes (we can more easily ...
5 years, 6 months ago (2015-06-22 06:16:27 UTC) #7
jungkees
Created a bug and removed the test file. Thanks for review! https://codereview.chromium.org/1194813003/diff/1/LayoutTests/http/tests/serviceworker/serviceworkerobject-terminate.html File LayoutTests/http/tests/serviceworker/serviceworkerobject-terminate.html (right): ...
5 years, 6 months ago (2015-06-22 06:52:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1194813003/20001
5 years, 6 months ago (2015-06-22 06:53:32 UTC) #11
commit-bot: I haz the power
5 years, 6 months ago (2015-06-22 08:19:47 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197557

Powered by Google App Engine
This is Rietveld 408576698