Closed
Bug 1508904
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14152 - IndexedDB: Handle the opaque origin case for IDBFactory.databases()
Categories
(Core :: Storage: IndexedDB, enhancement, P4)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14152 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14152
Details from upstream follow.
Andreas Butler <andreasbutler@google.com> wrote:
> IndexedDB: Handle the opaque origin case for IDBFactory.databases()
>
> Implemented the proper throwing behaviour for handling the case of an
> opaque origin for IDBFactory.databases(). Also included is a WPT for
> verifying the behaviour written by jsbell@.
>
> Spec PR: https://github.com/w3c/IndexedDB/pull/250
>
> Change-Id: I506f82bf69b27d34b499eacbe12aaa18a69b63be
> Reviewed-on: https://chromium-review.googlesource.com/1344629
> WPT-Export-Revision: 43ad3904557950b0a28d7a9df9176df123ba1e24
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: IndexedDB
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 2 subtests
TIMEOUT: 2
NOTRUN : 1
New tests that have failures or other problems:
/IndexedDB/idbfactory-databases-opaque-origin.html: TIMEOUT
IDBFactory.databases() in non-sandboxed iframe should not reject: TIMEOUT
IDBFactory.databases() in sandboxed iframe should reject: NOTRUN
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f60c647ec24be4b6b87266b058cbad3d513617e
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e93fd4f50dd1
[wpt PR 14152] - IndexedDB: Handle the opaque origin case for IDBFactory.databases(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/48ab9c0a88dd
[wpt PR 14152] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e93fd4f50dd1
https://hg.mozilla.org/mozilla-central/rev/48ab9c0a88dd
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
•