Closed
Bug 1507080
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14048 - service worker: Let register('data://blah') throw a TypeError
Categories
(Core :: DOM: Service Workers, enhancement, P4)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14048 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14048
Details from upstream follow.
Amos Lim <eui-sang.lim@samsung.com> wrote:
> service worker: Let register('data://blah') throw a TypeError
>
> register('data://blah') should throw a TypeError instead of SecurityError.
> If scopeURL’s scheme is not one of "http" and "https", reject promise
> with a TypeError and abort these steps.[1]
>
> [1]: https://w3c.github.io/ServiceWorker/#start-register-algorithm
>
> Bug: 877138
> Change-Id: Ic1e8cae52ec9393152044aa37da389eb499165bb
>
> Reviewed-on: https://chromium-review.googlesource.com/1189688
> WPT-Export-Revision: 1364d022092a7df03e9f2b732493fca551d0ec6a
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Service Workers
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b019225d9277eb00d8b18b1e8f98140c15b55c23
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Ran 2 tests and 15 subtests
OK : 2
PASS : 14
FAIL : 1
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/service-workers/service-worker/registration-scope.https.html
Scope URL is same-origin filesystem: URL: FAIL
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5e6f8ee26ff9194c3d3c170bf1d25afd9cd9ba71
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e6d88d9f73af
[wpt PR 14048] - service worker: Let register('data://blah') throw a TypeError, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/30d8f48aab99
[wpt PR 14048] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9fb1d44b1895
[wpt PR 14048] - service worker: Let register('data://blah') throw a TypeError, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/c409ea7851c6
[wpt PR 14048] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9fb1d44b1895
https://hg.mozilla.org/mozilla-central/rev/c409ea7851c6
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•