forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IndexedDB: Notify Quota about write errors.
Adds calls to QuotaManagerProxy::NotifyWriteFailed() where write errors might occur in IndexedDB code. With this information, the quota system can reasonably guess if the disk storing the user's profile is out of space, and decide if any actions should be taken from there. Bug: 997258 Change-Id: Ifd7ea5c129a8467e47676a5d9ab157ef2015daea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029308 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#741674}
- Loading branch information
Jarryd
authored and
Commit Bot
committed
Feb 15, 2020
1 parent
57ae4c5
commit 1752f0c
Showing
2 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters