Page MenuHomePhabricator

Bug 1612289 - Remove IDBTransaction.commit from webidl, since its implementation is only a stub. r=#dom-workers-and-storage
ClosedPublic

Authored by sg on Jan 30 2020, 1:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 17 2025, 11:00 AM
Unknown Object (File)
Nov 16 2025, 11:13 PM
Unknown Object (File)
Nov 16 2025, 5:06 AM
Unknown Object (File)
Nov 10 2025, 4:40 PM
Unknown Object (File)
Nov 10 2025, 3:23 PM
Unknown Object (File)
May 25 2025, 2:58 AM
Unknown Object (File)
Jan 10 2025, 10:29 PM
Unknown Object (File)
Jan 3 2025, 2:10 PM
Subscribers

Details

Reviewers
emilio
asuth
Group Reviewers
Restricted Project
Bugzilla Bug ID
1612289
Summary

Disable tests for IDBTransaction.commit to avoid intermittent timeouts.

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Branch
default

Unit TestsFailed

TimeTest
32,358 mscode-review::mercurial
WARNING: The code review bot failed to apply your patch.
unable to find 'testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini' for patching
(use '--prefix' to apply patch relative to the current directory)
1 out of 1 hunks FAILED -- saving rejects to file testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini.rej
abort: patch failed to apply

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
emilio added subscribers: asuth, emilio.

So here's my understanding of this for the other webidl folks as @asuth explained to me in person: The first patch implementing this API was just a stub, and that got to beta, but the actual implementation didn't. It should've probably landed behind a pref or such, but uplifting this to beta to correct that mistake looks good.

The API is implemented and passing tests on nightly.

This revision is now accepted and ready to land.Jan 30 2020, 5:05 PM