[webkit-reviews] review granted: [Bug 52576] IndexedDB: Support auto-increment keys : [Attachment 79424] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 08:07:13 PST 2011


Jeremy Orlow <jorlow at chromium.org> has granted Hans Wennborg
<hans at chromium.org>'s request for review:
Bug 52576: IndexedDB: Support auto-increment keys
https://bugs.webkit.org/show_bug.cgi?id=52576

Attachment 79424: Patch
https://bugs.webkit.org/attachment.cgi?id=79424&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79424&action=review

r=me

> Source/WebCore/storage/IDBObjectStoreBackendImpl.cpp:220
> +	      
callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UNKNOWN_ERR,
"Adding data to object stores with auto increment and in-line keys not
currently supported."));

"Not yet supported"?


More information about the webkit-reviews mailing list