Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a959f4abf111072e9708778acd09be197455e1f8
https://github.com/WebKit/WebKit/commit/a959f4abf111072e9708778acd09be197455e1f8
Author: Zak Ridouh <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py
Log Message:
-----------
[MiniBrowser] Handle local file paths passed to run-minibrowser
https://bugs.webkit.org/show_bug.cgi?id=300910
rdar://162794610
Reviewed by Elliott Williams and Basuke Suzuki.
Local file paths (/, ./, ../, ~/) are converted to file:// URLs with
absolute paths resolved from the current working directory
This allows the script to handle commands like:
- `run-minibrowser ./test.html`
- `run-minibrowser ~/tests/index.html`
* Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py:
(main):
Canonical link: https://commits.webkit.org/302061@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications