[Webkit-unassigned] [Bug 15976] Throwing an exception within Database.transaction ASSERTs then crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 21:01:26 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15976


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17254|review?                     |review-
               Flag|                            |




------- Comment #4 from aroben at apple.com  2007-11-13 21:01 PDT -------
(From update of attachment 17254)
+        m_transactionError = new SQLError(0, "the SQLTransactionCallback was
null or threw an exception");

Do we need to localize this string? Should "the" be capitalized? Where is this
text used?

It doesn't look like m_transactionError gets set everywhere
deliverTransactionErrorCallback() is called -- do we need to do it elsewhere?
What's the rule?

r- until there's a regression test (you should be able to turn the attached
testcase into a test pretty easily).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list