Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 607677af1f14505457fa9fcd5aacb9ff042ca57c
https://github.com/WebKit/WebKit/commit/607677af1f14505457fa9fcd5aacb9ff042ca57c
Author: Zak Ridouh <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py
Log Message:
-----------
[MiniBrowser] Allow run-minibrowser script to support both explicit '--'
separator
https://bugs.webkit.org/show_bug.cgi?id=301789
rdar://163826630
Reviewed by Alexey Proskuryakov.
Currently, running something like
`run-minibrowser --release -WebKit2Logging RemoteLayerTree -WebCoreLogging
Style`
doesn't work since the script tries to parse the -NSUserDefault as something
else.
Change the script to support the following style of passing fallthrough args:
Explicit '--' separator: `run-minibrowser --release -- -WebKit2Logging
RemoteLayerTree`
where anything after `--` falls through to the application
* Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py:
(main):
Canonical link: https://commits.webkit.org/308241@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications