RESOLVED FIXED301227
[MiniBrowser] Fix logging channel names being normalized as URLs
https://bugs.webkit.org/show_bug.cgi?id=301227
Summary [MiniBrowser] Fix logging channel names being normalized as URLs
zak ridouh
Reported 2025-10-21 15:21:46 PDT
After commits.webkit.org/301651@main, we treat string without a scheme as a URL, and normalize it with the proper scheme before passing it to MIniBrowser. This caused issues with WebKit logging channels, which do not have schemes, and thus were being treated as URLs and getting schemes added. Fix this by only normalizing if it actually looks like a URL (to not accidentally normalize a logging stream): - starts with localhost - looks like an IP address - contains a dot (likely a domain) or slash (path)
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-21 15:21:51 PDT
zak ridouh
Comment 2 2025-10-21 15:24:35 PDT
EWS
Comment 3 2025-10-21 21:09:53 PDT
Committed 301927@main (92b7489e014a): <https://commits.webkit.org/301927@main> Reviewed commits have been landed. Closing PR #52770 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.