Bug 36787 - HTML5 databases should each have a universal unique identifier (UUID)
Summary: HTML5 databases should each have a universal unique identifier (UUID)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-03-29 15:19 PDT by David Kilzer (:ddkilzer)
Modified: 2010-03-29 15:20 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-03-29 15:19:46 PDT
* 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.)
Comment 1 David Kilzer (:ddkilzer) 2010-03-29 15:20:10 PDT
<rdar://problem/7806005>