[wpt-sync] Sync PR 42007 - IndexedDB: Fix quota miscalculation
Categories
(Core :: Storage: Quota Manager, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42007 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42007
Details from upstream follow.
Evan Stade <estade@chromium.org> wrote:
IndexedDB: Fix quota miscalculation
Transactions can have multiple writes, but only the last write was
counted for the quota check. This was broken in
crrev.com/0e32ebfe62206b572a35b361992857572b20888dBug: none
Change-Id: I0a04becf9d1a215f28cb86990306aaab966d2b8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4866997
Commit-Queue: Evan Stade \<estade@chromium.org>
Reviewed-by: Ayu Ishii \<ayui@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1198091}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 2
Chrome
OK
: 2
FAIL
: 2
Safari
OK
: 2
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /storage/buckets/bucket-quota-indexeddb.tentative.https.any.worker.html [wpt.fyi]
- IDB respects bucket quota:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- IDB respects bucket quota:
- /storage/buckets/bucket-quota-indexeddb.tentative.https.any.html [wpt.fyi]
- IDB respects bucket quota:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- IDB respects bucket quota:
Comment 4•2 years ago
|
||
bugherder |
Description
•