forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IndexedDB: Remove observer transactions from frontend
These transactions are no longer supported in the backend and we've planned to remove them from the frontend for some time. This CL updates OnChanges() to no longer create this type of transaction and removes the corresponding codepaths from IDBTransaction. Bug: 717812 Change-Id: I5bd807d11411ad18cab2737025647fc00230dae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526802 Commit-Queue: Chase Phillips <[email protected]> Reviewed-by: Daniel Murphy <[email protected]> Cr-Commit-Position: refs/heads/master@{#642199}
- Loading branch information
1 parent
872a179
commit 1b0da98
Showing
3 changed files
with
1 addition
and
47 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
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