RESOLVED FIXED Bug 124301
Move setIndexKeys() to the IDBServerConnection
https://bugs.webkit.org/show_bug.cgi?id=124301
Summary Move setIndexKeys() to the IDBServerConnection
Brady Eidson
Reported 2013-11-13 12:09:22 PST
Move setIndexKeys() to the IDBServerConnection This is a big step towards moving knowledge of the backing store out of the frontend.
Attachments
Patch v1 (17.58 KB, patch)
2013-11-13 12:11 PST, Brady Eidson
andersca: review+
Brady Eidson
Comment 1 2013-11-13 12:11:54 PST
Created attachment 216837 [details] Patch v1
Anders Carlsson
Comment 2 2013-11-13 14:59:32 PST
Comment on attachment 216837 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=216837&action=review > Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.cpp:254 > + RefPtr<IDBDatabaseBackend> backend(this); Is this used?
Brady Eidson
Comment 3 2013-11-13 15:07:24 PST
Note You need to log in before you can comment on or make changes to this bug.