[webkit-reviews] review granted: [Bug 127912] IDB: Add no-op plumbing for deleteDatabase and deleteRange : [Attachment 222676] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 09:44:56 PST 2014


Alexey Proskuryakov <ap at webkit.org> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 127912: IDB: Add no-op plumbing for deleteDatabase and deleteRange
https://bugs.webkit.org/show_bug.cgi?id=127912

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=222676&action=review


> Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:639
> +void UniqueIDBDatabase::deleteRange(const IDBIdentifier&
transactionIdentifier, int64_t objectStoreID, const WebCore::IDBKeyRangeData&
keyRangeData, std::function<void(uint32_t, const String&)> callback)

Please check all cpp files for WebCore namespace prefixes, and remove them.


More information about the webkit-reviews mailing list