RESOLVED FIXED 23649
Update SQLTransactionErrorCallback to not return a value
https://bugs.webkit.org/show_bug.cgi?id=23649
Summary Update SQLTransactionErrorCallback to not return a value
Dimitri Glazkov (Google)
Reported 2009-01-30 10:29:54 PST
This change brings HTML5 Database implementation up to the latest spec, which was changed to always rollback the transaction after the error callback is called.
Attachments
v1 submitted for review (12.79 KB, patch)
2009-01-30 10:36 PST, Dimitri Glazkov (Google)
mjs: review+
Dimitri Glazkov (Google)
Comment 1 2009-01-30 10:36:00 PST
Created attachment 27187 [details] v1 submitted for review LayoutTests/ChangeLog | 11 ++ .../transaction-error-callback-expected.txt | 9 ++ .../storage/transaction-error-callback.html | 105 ++++++++++++++++++++ WebCore/ChangeLog | 20 ++++ .../js/JSCustomSQLTransactionErrorCallback.cpp | 11 +-- .../js/JSCustomSQLTransactionErrorCallback.h | 2 +- WebCore/storage/SQLTransaction.cpp | 29 ++---- WebCore/storage/SQLTransaction.h | 1 - WebCore/storage/SQLTransactionErrorCallback.h | 2 +- 9 files changed, 159 insertions(+), 31 deletions(-)
Dimitri Glazkov (Google)
Comment 2 2009-02-11 16:27:38 PST
Ping?
Maciej Stachowiak
Comment 3 2009-05-22 00:31:10 PDT
Comment on attachment 27187 [details] v1 submitted for review r=me
Dimitri Glazkov (Google)
Comment 4 2009-05-26 12:37:46 PDT
Note You need to log in before you can comment on or make changes to this bug.