[Webkit-unassigned] [Bug 119779] New: The length of scheme is at least five characters even when the scheme has 'web+' prefix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 18:29:35 PDT 2013


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

           Summary: The length of scheme is at least five characters even
                    when the scheme has 'web+' prefix
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


The content-scheme handler specification requires that it is SecurityError if the length of scheme isn't five characters at least, including 'web+' prefix. Thus, we need to check the length of scheme on the 'web+' scheme.

Spec: http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers

Blink merge from https://src.chromium.org/viewvc/blink?view=rev&revision=156049

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