RESOLVED FIXED 169178
Fix URLs relative to file URLs with paths beginning with Windows drive letters
https://bugs.webkit.org/show_bug.cgi?id=169178
Summary Fix URLs relative to file URLs with paths beginning with Windows drive letters
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.