[Webkit-unassigned] [Bug 128035] New: IDB: Index cursors use wrong deserialization for the retrieved value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 20:23:45 PST 2014


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

           Summary: IDB: Index cursors use wrong deserialization for the
                    retrieved value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


IDB: Index cursors use wrong deserialization for the retrieved value

The values stored in the index are encoded IDBKeys, and not encoded ScriptValues.

Fixing the (de)serialization confusion throughout the IDB mechanism will be a long, iterative process.  For now, we'll change the cursor operation callbacks to include a "value key" instead of the value buffer, and the IDB front end will choose the appropriate one to use as the result value.

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