Bug 99774
Summary: | IndexedDB: Flatten out backend interface | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alec Flett <alecflett> |
Component: | WebCore Misc. | Assignee: | Alec Flett <alecflett> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 100055, 100426, 102736, 102741, 106377 | ||
Bug Blocks: |
Alec Flett
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*
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alec Flett
yay, everything now fixed.