Bug 169178

Summary: Fix URLs relative to file URLs with paths beginning with Windows drive letters
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Alex Christensen
Reported 2017-03-04 19:06:32 PST
Fix URLs relative to file URLs with paths beginning with Windows drive letters
Attachments
Patch (13.86 KB, patch)
2017-03-04 19:12 PST, Alex Christensen
thorton: review+
Alex Christensen
Comment 1 2017-03-04 19:12:48 PST
Tim Horton
Comment 2 2017-03-06 13:42:21 PST
Comment on attachment 303432 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303432&action=review > Source/WebCore/platform/URLParser.cpp:492 > + if (base.protocolIs("file")) { No love for early returns?
Alex Christensen
Comment 3 2017-03-06 14:55:57 PST
Note You need to log in before you can comment on or make changes to this bug.