[Webkit-unassigned] [Bug 154187] New: Modern IDB: Simplify the relationship between IDBObjectStore and IDBIndex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 12:55:47 PST 2016


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

            Bug ID: 154187
           Summary: Modern IDB: Simplify the relationship between
                    IDBObjectStore and IDBIndex
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: Simplify the relationship between IDBObjectStore and IDBIndex

The patch that landed to resolve https://bugs.webkit.org/show_bug.cgi?id=154110 was... weird. And an email thread has somewhat agreed we should simplify it by letting object stores build up a list of deleted indexes, instead of trying to let them die naturally, as creating/deleteing indexes are rare operations, and optimizing is not worth the... weirdness.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160212/407739d4/attachment-0001.html>


More information about the webkit-unassigned mailing list