[Webkit-unassigned] [Bug 47389] IndexedDB does not have a quota mechanism.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 11:43:02 PDT 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

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




--- Comment #5 from Jeremy Orlow <jorlow at chromium.org>  2010-10-08 11:43:02 PST ---
(From update of attachment 70272)
View in context: https://bugs.webkit.org/attachment.cgi?id=70272&action=review

r=me

> WebCore/storage/IDBObjectStoreBackendImpl.cpp:303
> +    if (!insert.prepare()) {

compare against the constants

> WebCore/storage/IDBObjectStoreBackendImpl.cpp:311
> +    if (!insert.step()) {

compare against the constants

> WebCore/storage/IDBObjectStoreBackendImpl.h:86
> +    static void putInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBKey> key, bool addOnly, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBTransactionBackendInterface> transaction);

don't need the word transaction

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