Bug 162340 - URLParser: Correctly parse URLs that are just nonspecialscheme:/
Summary: URLParser: Correctly parse URLs that are just nonspecialscheme:/
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: 2016-09-21 09:20 PDT by Alex Christensen
Modified: 2016-09-21 11:05 PDT (History)
0 users

See Also:


Attachments
Patch (5.58 KB, patch)
2016-09-21 09:22 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (4.76 KB, patch)
2016-09-21 09:26 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (5.51 KB, patch)
2016-09-21 10:03 PDT, Alex Christensen
thorton: 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 2016-09-21 09:20:43 PDT
URLParser: Correctly parse URLs that are just nonspecialscheme:/
Comment 1 Alex Christensen 2016-09-21 09:22:33 PDT
Created attachment 289457 [details]
Patch
Comment 2 Alex Christensen 2016-09-21 09:26:27 PDT
Created attachment 289460 [details]
Patch
Comment 3 Alex Christensen 2016-09-21 10:03:14 PDT
Created attachment 289462 [details]
Patch
Comment 4 Tim Horton 2016-09-21 10:58:18 PDT
Comment on attachment 289462 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=289462&action=review

> Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:-565
> -    // This matches the spec and web platform tests, but not Chrome, Firefox, or URL::parse.

Woot.
Comment 5 Alex Christensen 2016-09-21 11:05:21 PDT
http://trac.webkit.org/changeset/206219