[Webkit-unassigned] [Bug 92069] IndexedDB: IDBTransaction::abort() should throw DOMException

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 00:23:39 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92069





--- Comment #2 from Kentaro Hara <haraken at chromium.org>  2012-07-24 00:23:43 PST ---
(From update of attachment 153971)
View in context: https://bugs.webkit.org/attachment.cgi?id=153971&action=review

> Source/WebCore/ChangeLog:7
> +

Please add the spec link to this ChangeLog.

> Source/WebCore/ChangeLog:8
> +        Update storage/indexeddb/resources/transaction-abort.js to cover this case.

In WebKit convention, we write this line like this:

    Test: storage/indexeddb/transaction-abort.html

> Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:196
> +void IDBTransaction::abort(ExceptionCode& ec)

We do not want two abort() methods if possible. How about just changing the current 'void abort()' to 'void abort(ExceptionCode& ec)'?

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



More information about the webkit-unassigned mailing list