mirror of
https://review.haiku-os.org/haiku
synced 2025-01-26 00:04:54 +01:00
ced0e0be04
* The RFC provide a regular expression for URI parsing, so just use it. * Allows parsing URIs with missing components (no scheme or authority) * This allows to parse relative URLs as expected * Can also handle things such as data: or mailto: * Also more fixes to handling of incomplete URIs, some flags weren't always set to the right values. This gets Windows Live Mail (or is it called Outlook?) working, with some other fixes on WebKit side.