Closed
Bug 1517688
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14709 - [IndexedDB]: Add commit check to aborting txns.
Categories
(Core :: Storage: IndexedDB, enhancement, P4)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14709 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14709
Details from upstream follow.
Andreas Butler <andreasbutler@google.com> wrote:
> [IndexedDB]: Add commit check to aborting txns.
>
> A check is added to ensure that transactions that have already been sent
> a commit signal from the front end (for whatever reason) are committed
> instead of aborted in the event of an abort.
>
> Explainer: https://andreas-butler.github.io/idb-transaction-commit/EXPLAINER
> Spec Change: https://github.com/w3c/IndexedDB/pull/242
> Change-Id: I942136c1bbfb8a5347bf7cf1f9702f5cbff66521
> Reviewed-on: https://chromium-review.googlesource.com/1330692
> WPT-Export-Revision: ee0df60bd7d04d295fca1cd25db10f9bcd8e0b83
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: IndexedDB
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=773233a8e1ffe7ff70d7809ccc61bdf9ded51ccd
Assignee | ||
Comment 3•6 years ago
|
||
Ran 1 tests and 6 subtests
OK : 1
PASS : 6
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0af13c783073
[wpt PR 14709] - [IndexedDB]: Add commit check to aborting txns., a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f1961afe6051
[wpt PR 14709] - [IndexedDB]: Add commit check to aborting txns., a=testonly
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•