[Webkit-unassigned] [Bug 17352] New: Origin of a Document from a data: URI should be a GUID

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 15:13:30 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17352

           Summary: Origin of a Document from a data: URI should be a GUID
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: sam at webkit.org
OtherBugsDependingO 17331
             nThis:


According to HTML5
<http://www.whatwg.org/specs/web-apps/current-work/#origin0>:

> The origin of a Document or image that was generated from a data: URI
> from another source is a globally unique identifier assigned when the
> document is created.

Where "from another source" means "not from another Document or script".

Currently we always assign a scheme/host/port tuple as the origin of a Document
(though I'm not sure what the parts of this tuple end up being for a data:
URI).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list