Bug 119779 - The length of scheme is at least five characters even when the scheme has 'web+' prefix
Summary: The length of scheme is at least five characters even when the scheme has 'we...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-08-13 18:29 PDT by Gyuyoung Kim
Modified: 2013-08-13 20:07 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.47 KB, patch)
2013-08-13 18:30 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-08-13 18:29:09 PDT
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
Comment 1 Gyuyoung Kim 2013-08-13 18:30:30 PDT
Created attachment 208695 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-13 20:07:22 PDT
Comment on attachment 208695 [details]
Patch

Clearing flags on attachment: 208695

Committed r154039: <http://trac.webkit.org/changeset/154039>
Comment 3 WebKit Commit Bot 2013-08-13 20:07:25 PDT
All reviewed patches have been landed.  Closing bug.