Bug 162294 - URLParser: Fix parsing relative URLs with one slash after the scheme:
Summary: URLParser: Fix parsing relative URLs with one slash after the scheme:
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-20 09:51 PDT by Alex Christensen
Modified: 2016-09-20 11:33 PDT (History)
0 users

See Also:


Attachments
Patch (2.73 KB, patch)
2016-09-20 09:53 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-20 09:51:07 PDT
URLParser: Fix parsing relative URLs with one slash after the scheme:
Comment 1 Alex Christensen 2016-09-20 09:53:14 PDT
Created attachment 289363 [details]
Patch
Comment 2 Tim Horton 2016-09-20 11:07:19 PDT
Comment on attachment 289363 [details]
Patch

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

> Source/WebCore/ChangeLog:12
> +

You should really explain what was broken here, not just how it's tested.
Comment 3 Alex Christensen 2016-09-20 11:33:51 PDT
http://trac.webkit.org/changeset/206158