DescriptionIndexedDB: Report QuotaExceededError when commit fails due to disk full
If a transaction commit fails, check to see if the underlying cause is
"disk full" and report a more specific error. Usually the quota system
prevents us from even trying to commit to disk if space is tight, but
the disk could be filled by another process which the quota system is
blissfully ignorant of.
BUG=329628
R=cmumford@chromium.org
Committed: https://crrev.com/6f21843a3f5b773b5af93e8e1b92570e6f668779
Cr-Commit-Position: refs/heads/master@{#317403}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Document ignored transactions #
Total comments: 3
Patch Set 3 : Move IndexedDBDatabaseError impl to cc file #
Messages
Total messages: 10 (2 generated)
|