[Webkit-unassigned] [Bug 44700] IDBObjectStore::get should run in a transaction.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 07:11:15 PDT 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68514|review?                     |review+
               Flag|                            |




--- Comment #28 from Jeremy Orlow <jorlow at chromium.org>  2010-09-23 07:11:15 PST ---
(From update of attachment 68514)
View in context: https://bugs.webkit.org/attachment.cgi?id=68514&action=review

> LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html:104
> +    transaction.onabort = unexpectedErrorCallback;

do abort events have messages and codes?  if so, this won't work

> WebCore/storage/IDBTransactionCoordinator.cpp:57
> +    m_startedTransactions.add(transaction);

assert it's in m_transactions maybe?

> WebCore/storage/IDBTransactionCoordinator.cpp:86
> +    m_runningTransactions.add(transaction);

assert it's in m_transaction still?

-- 
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