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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 07:14:12 PDT 2010


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





--- Comment #20 from Jeremy Orlow <jorlow at chromium.org>  2010-09-21 07:14:13 PST ---
(From update of attachment 68163)
View in context: https://bugs.webkit.org/attachment.cgi?id=68163&action=review

>> WebCore/storage/IDBObjectStoreBackendImpl.cpp:84
>> +    if (transaction) {
> 
> FIXME: This is only necessary until ....

oh.....i see......i guess 2 methods is cleaner

> WebCore/storage/IDBObjectStoreBackendImpl.cpp:86
> +            callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::NOT_ALLOWED_ERR, "Get must be called in the context of a transaction."));

crap...at some point this will need to be thrown synchronously....but fine to leave for now.

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