Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3b16fd1ed5236037b5fea73f819a33adec1399ec https://github.com/WebKit/WebKit/commit/3b16fd1ed5236037b5fea73f819a33adec1399ec Author: Rose <83477269+ataridre...@users.noreply.github.com> Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths: M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/terminal.py Log Message: ----------- Scripts: Run the start command to open a URL in a browser on Windows https://bugs.webkit.org/show_bug.cgi?id=253515 Reviewed by Jonathan Bedard. On Windows, running explorer https://www.github.com opens a File Explorer window, not a web browser window. The start command on the other hand opens the URL in the correct browser, so let's use that instead. * Tools\Scripts\libraries\webkitcorepy\webkitcorepy\terminal.py: Run 'start' command instead of 'explorer' Canonical link: https://commits.webkit.org/261332@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes