Bug 124301 - Move setIndexKeys() to the IDBServerConnection
Summary: Move setIndexKeys() to the IDBServerConnection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 12:09 PST by Brady Eidson
Modified: 2013-11-13 15:07 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (17.58 KB, patch)
2013-11-13 12:11 PST, Brady Eidson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 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.
Comment 1 Brady Eidson 2013-11-13 12:11:54 PST
Created attachment 216837 [details]
Patch v1
Comment 2 Anders Carlsson 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?
Comment 3 Brady Eidson 2013-11-13 15:07:24 PST
http://trac.webkit.org/changeset/159245