-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of ServiceWorker: throw when close() or terminate() called (pa…
…tchset #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 [email protected],[email protected] NOTREECHECKS=true NOTRY=true BUG=398318 Review URL: https://codereview.chromium.org/515323002 git-svn-id: svn://svn.chromium.org/blink/trunk@181050 bbb929c8-8fbe-4397-9dbb-9b2b20218538
- Loading branch information
1 parent
197b360
commit 1471064
Showing
13 changed files
with
7 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
LayoutTests/http/tests/serviceworker/resources/serviceworkerglobalscope-close-worker.js
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
LayoutTests/http/tests/serviceworker/serviceworkerglobalscope-close.html
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
LayoutTests/http/tests/serviceworker/serviceworkerobject-terminate.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters