WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301227
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-10-21 15:21:51 PDT
<
rdar://problem/163146056
>
zak ridouh
Comment 2
2025-10-21 15:24:35 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52770
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.
Top of Page
Format For Printing
XML
Clone This Bug