[Webkit-unassigned] [Bug 56142] New: Web Inspector: display bug: displaying multiple duplicated databases although there may be only one in the backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 13:53:55 PST 2011


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

           Summary: Web Inspector: display bug: displaying multiple
                    duplicated databases although there may be only one in
                    the backend
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: junchen at microsoft.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Everytime we call web SQL API opendatabase with the same database name, there is one more database shown up in the develop tools.
So after 6 times call, we have 6 duplicated database with the same name shown under the databases. And the size of 6 databases are same as 1 database.

In our codes, we only get hold of one database. When we wipe off or sync the database, all the 6 databases get wipedoff or filled with same content.

So I believe this is a display bug.

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