[Webkit-unassigned] [Bug 62348] New: IndexedDB: some string keys not properly stored and retrieved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 20:07:57 PDT 2011


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

           Summary: IndexedDB: some string keys not properly stored and
                    retrieved
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: tony at chromium.org, hans at chromium.org,
                    dgrogan at chromium.org


Created an attachment (id=96531)
 --> (https://bugs.webkit.org/attachment.cgi?id=96531&action=review)
test case

Spun off from bug 62322, this test uses odd Unicode strings ("\u0000", "\ufffe", etc) as database names, objectstore names, record keys, and record values. It opens a database, creates an object store, adds a record, closes the database, then re-opens the database and opens a cursor to check the key and value that were previously added.

Most string keys work fine in this scenario, however 2 specific strings ("\u0000" and "\ufffe") are not stored properly as keys. (As values they are stored properly.)

Test case attached.

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