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
Reported 2010-07-26 05:02:19 PDT
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
Jeremy Orlow
Comment 1 2010-09-06 10:46:27 PDT
These have been fixed for a while.
Note You need to log in before you can comment on or make changes to this bug.