Bug 99774 - IndexedDB: Flatten out backend interface
Summary: IndexedDB: Flatten out backend interface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alec Flett
URL:
Keywords:
Depends on: 100055 100426 102736 102741 106377
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-18 16:32 PDT by Alec Flett
Modified: 2013-02-01 13:47 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Flett 2012-10-18 16:32:08 PDT
This the tracking bug for flattening out the backend interfaces to remove stateful objects such as IDBDatabaseBackendImpl/Interface, such that most IDB backend interaction retains state in transactions and storage in IDB*BackingStore*
Comment 1 Alec Flett 2013-02-01 13:47:38 PST
yay, everything now fixed.