[wpt-sync] Sync PR 18246 - Removed 'fetch' method from ServiceWorkerGlobalScope
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18246 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18246
Details from upstream follow.
Artem Herasymenko <arherasy@microsoft.com> wrote:
Removed 'fetch' method from ServiceWorkerGlobalScope
ServiceWorkerGlobalScope does not have 'fetch' method in the spec:
https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope-interface
It should inherit the method from WorkerGlobalScope which is exposed
via partial interface WorkerGlobalScope:
https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/fetch/worker_fetch.idl?q=worker_fetch.&sq=package:chromium&g=0&l=1This change also adds a new test 'fetch-on-the-right-interface.https.html' to make sure that
'fetch' method is on the right interface.Bug: 697147
Change-Id: I4d1bd653424561e5a18cc4104fa61ebf48658500Reviewed-on: https://chromium-review.googlesource.com/1730499
WPT-Export-Revision: 20b01f169856dbe20e87005f88b35fbdfb4e9387
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=324af755cc79fb8e318afdf5e6f0c1426dd03a35
Assignee | ||
Comment 2•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=73f65f2abeacf07e292db85961e2fbd9da06c0a4
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=4df827e18f1af1f7746ca7509620354c689172f6
Assignee | ||
Comment 4•3 years ago
|
||
Ran 1 tests and 2 subtests OK : 1 PASS : 2
Assignee | ||
Comment 5•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=91602e82c8905b5726022e857bd118062cf3e275
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/1cebcb175639 [wpt PR 18246] - Removed 'fetch' method from ServiceWorkerGlobalScope, a=testonly
Comment 7•3 years ago
|
||
bugherder |
Description
•