Bug 213464 - [Mac] Migrate to webkitpy based run-minibrowser script
Summary: [Mac] Migrate to webkitpy based run-minibrowser script
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-22 07:46 PDT by Philippe Normand
Modified: 2020-06-22 07:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2020-06-22 07:46:08 PDT
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.