Bug 42966
Summary: | [IndexedDB] IndexedDB API is out of sync with the latest specification. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrei Popescu <andreip> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bulach, jorlow |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.w3.org/Bugs/Public/show_bug.cgi?id=9975 | ||
Bug Depends on: | 42967, 42969, 43052, 43250 | ||
Bug Blocks: | 42970 |
Andrei Popescu
The IndexedDB API has changed as a result of
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9975
We need to update the WebKit implementation. The main changes are:
- renaming IndexedDatabase interface to IDBFactory
- dropping the "Request" suffix from the asynchronous interface names
- read access to meta-data, such as objectStore and index names, is synchronous
I will be filing individual patches for each of the above and sending the appropriate patches.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jeremy Orlow
These have been fixed for a while.