Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IndexedDB]: Implement explicit commit() in renderer #13727

Merged
merged 1 commit into from
Nov 30, 2018

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Oct 25, 2018

Implementing an explicit commit function for the IndexedDB Transaction API.
The addition of this API allows developers to preempt IndexedDB's autocommit
functionality by sending their own explicit commit signal.

Explainer: https://andreas-butler.github.io/idb-transaction-commit/EXPLAINER
Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=898257
Change-Id: I5e8bdc697052139d014757408d9a7f2b6367655b
Reviewed-on: https://chromium-review.googlesource.com/c/1300055
Commit-Queue: Andreas Butler <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Victor Costan <[email protected]>
Reviewed-by: Daniel Murphy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#612474}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reviewed downstream.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1300055 branch 3 times, most recently from 9f8a0ae to 32d6b44 Compare October 30, 2018 23:54
@chromium-wpt-export-bot chromium-wpt-export-bot changed the title Initital explicit commit cl [IndexedDB]: Implement explicit commit() in renderer Nov 5, 2018
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1300055 branch 3 times, most recently from 7ebfc1e to 623f033 Compare November 5, 2018 22:58
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1300055 branch 3 times, most recently from f6daa1a to 75e470d Compare November 16, 2018 02:42
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1300055 branch 2 times, most recently from 2730ff4 to 603e410 Compare November 19, 2018 22:30
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-1300055 branch 5 times, most recently from c967678 to a5672e0 Compare November 29, 2018 22:53
Implementing an explicit commit function for the IndexedDB Transaction API.
The addition of this API allows developers to preempt IndexedDB's autocommit
functionality by sending their own explicit commit signal.

Explainer: https://andreas-butler.github.io/idb-transaction-commit/EXPLAINER
Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=898257
Change-Id: I5e8bdc697052139d014757408d9a7f2b6367655b
Reviewed-on: https://chromium-review.googlesource.com/c/1300055
Commit-Queue: Andreas Butler <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Victor Costan <[email protected]>
Reviewed-by: Daniel Murphy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#612474}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants