Bug 167779 - URLParser: implement forbidden host code points for non-special URLs
Summary: URLParser: implement forbidden host code points for non-special URLs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 22:50 PST by Alex Christensen
Modified: 2017-02-06 01:29 PST (History)
2 users (show)

See Also:


Attachments
Patch (19.59 KB, patch)
2017-02-02 22:54 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (19.59 KB, patch)
2017-02-02 23:01 PST, Alex Christensen
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2017-02-02 22:50:10 PST
URLParser: implement forbidden host code points for non-special URLs
Comment 1 Alex Christensen 2017-02-02 22:54:12 PST
Created attachment 300501 [details]
Patch
Comment 2 WebKit Commit Bot 2017-02-02 22:56:13 PST
Attachment 300501 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:17:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alex Christensen 2017-02-02 23:01:04 PST
Created attachment 300503 [details]
Patch
Comment 4 Alex Christensen 2017-02-03 09:46:05 PST
http://trac.webkit.org/r211638
Comment 5 Simon Fraser (smfr) 2017-02-05 20:26:40 PST
This broke 2 API tests:

Tests that failed:
  URLParserTest.ParserFailures

Tests that timed out:
  URLParserTest.ParserDifferences
Comment 6 Alex Christensen 2017-02-06 01:29:59 PST
http://trac.webkit.org/r211719