[Webkit-unassigned] [Bug 94972] New: IndexedDB: Remove IDBDatabase.setVersion API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 13:58:14 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94972

           Summary: IndexedDB: Remove IDBDatabase.setVersion API
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org
                CC: dgrogan at chromium.org, alecflett at chromium.org


The IDBDatabase.setVersion() API is from an older version of the spec, and maintained for compatibility until sites using the Chromium implementation of IndexedDB have had a chance to update. The new IDBFactory.open(name, version) / "upgradeneeded" event model is the new way to version databases.

Once a grace period has passed, we should remove it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list