Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6e811aba9f4af5f5e3a31bc48703ecc2342c220a
https://github.com/WebKit/WebKit/commit/6e811aba9f4af5f5e3a31bc48703ecc2342c220a
Author: Zak Ridouh <[email protected]>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py
Log Message:
-----------
[MiniBrowser] Automatically infer URL scheme if not provided
https://bugs.webkit.org/show_bug.cgi?id=300840
rdar://162725335
Reviewed by Elliott Williams.
Add capability to automatically build the URL scheme if not provided to
`run-minibrowser`.
For example, run-minibrowser --url webkit.org doesn't work. Make it so we can
infer the URL scheme and use it.
webkit.org -> 'https://webkit.org'
localhost:8080 -> 'http://localhost:8080'
and so on.
* Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py:
(main):
Canonical link: https://commits.webkit.org/301651@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes