[Webkit-unassigned] [Bug 36787] New: HTML5 databases should each have a universal unique identifier (UUID)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 15:19:46 PDT 2010


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

           Summary: HTML5 databases should each have a universal unique
                    identifier (UUID)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mjs at apple.com, beidson at apple.com


* SUMMARY
It would be useful to have universal unique identifier (UUID) for each HTML5
database created in WebKit.  This would allow you to identify situations where
a database with the exact same name and schema has been deleted and recreated. 
It would also allow you to uniquely identify a database without having to pass
around a set of information like security origin, name, etc.

Note that this will most likely be an internal identifier and not be exposed
through JavaScript.  (Exposing it to web pages would be a separate issue if
that's desirable.)

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