[Webkit-unassigned] [Bug 213464] New: [Mac] Migrate to webkitpy based run-minibrowser script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 22 07:46:08 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213464
Bug ID: 213464
Summary: [Mac] Migrate to webkitpy based run-minibrowser script
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pnormand at igalia.com
CC: jbedard at apple.com
In Bug 213431 we aim for run-minibrowser to become a Python script. But as the current logic to run MB on Mac platforms is implemented in webkitdirs.pm, that logic would need to migrate to webkitpy now. For now the old Perl script remains usable:
1. Python run-minibrowser hooks into webkitpy Port infrastructure and calls `run_minibrowser()`
2. The base Port `run_minibrowser()` method calls old-run-minibrowser
On Darwin webkitpy Port subclasses this method should instead run the WebKit.app, the same way as webkitdirs.pm does it, and supporting the same command-line options.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200622/ad5b63c0/attachment.htm>
More information about the webkit-unassigned
mailing list