Bug 124301

Summary: Move setIndexKeys() to the IDBServerConnection
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, jsbell
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 andersca: review+

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.