[Webkit-unassigned] [Bug 84303] New: IndexedDB: Inspector should handle null, string, and array keyPaths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 17:06:45 PDT 2012


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

           Summary: IndexedDB: Inspector should handle null, string, and
                    array keyPaths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org


When the IDB inspector was implemented only string-type key paths were supported for the IDBObjectStore.keyPath and IDBIndex.keyPath properties. Null was not distinguished from the empty string.

https://bugs.webkit.org/show_bug.cgi?id=84207 is adding support for array-type keypaths, which will need to be displayed somehow. Also, null and empty string should be distinguished, as the behavior differs.

-- 
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