Chromium Code Reviews

Issue 515323002: Revert of ServiceWorker: throw when close() or terminate() called (Closed)

Created:
6 years, 3 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 3 months ago
Reviewers:
jsbell, horo
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org
Project:
blink
Visibility:
Public.

Description

Revert of ServiceWorker: throw when close() or terminate() called (patchset #3 of https://codereview.chromium.org/505063002/) Reason for revert: Break compilation on various bots. Maybe Win only. Original issue's description: > ServiceWorker: throw when close() or terminate() called > > Per spec: > * ServiceWorker#terminate() should throw InvalidAccessError > * ServiceWorkerGlobalScope#close() should throw InvalidAccessError > > ... since the behaviors inherited from the base interfaces are not > supported. > > Spec: slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html > > BUG=398318 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181049 TBR=horo@chromium.org,jsbell@chromium.org NOTREECHECKS=true NOTRY=true BUG=398318 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181050

Patch Set 1 #

Messages

Total messages: 4 (0 generated)
mlamouri (slow - plz ping)
Created Revert of ServiceWorker: throw when close() or terminate() called
6 years, 3 months ago (2014-08-28 17:23:33 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/515323002/1
6 years, 3 months ago (2014-08-28 17:24:08 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1) as 181050
6 years, 3 months ago (2014-08-28 17:24:37 UTC) #3
jsbell
6 years, 3 months ago (2014-08-28 19:22:32 UTC) #4
Message was sent while issue was closed.
A revert of this CL (patchset #1) has been created in
https://codereview.chromium.org/513353002/ by jsbell@chromium.org.

The reason for reverting is: The CL reverted by this patchset was not
responsible for the breakage. Re-landing..

Powered by Google App Engine