Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Revert back to the old style member function state machine for callbacks
https://bugs.webkit.org/show_bug.cgi?id=160756 Reviewed by Tim Horton. This is another step towards merging SQLTransactionBackend and SQLTransaction, and using a single state machine for both sides. * Modules/webdatabase/SQLTransaction.cpp: (WebCore::SQLTransaction::SQLTransaction): (WebCore::SQLTransaction::performPendingCallback): (WebCore::SQLTransaction::checkAndHandleClosedDatabase): (WebCore::SQLTransaction::scheduleCallback): (WebCore::SQLTransaction::openTransactionAndPreflight): (WebCore::SQLTransaction::runCurrentStatement): (WebCore::SQLTransaction::handleCurrentStatementError): (WebCore::SQLTransaction::handleTransactionError): (WebCore::SQLTransaction::postflightAndCommit): (WebCore::SQLTransaction::debugStepName): * Modules/webdatabase/SQLTransaction.h: Canonical link: https://commits.webkit.org/178870@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@204359 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Anders Carlsson
committed
Aug 10, 2016
1 parent
3e72663
commit 6b2de13d296ac2ba4c019b05945b62cea4c12fb7
Showing
3 changed files
with
121 additions
and
8 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