[webkit-changes] [WebKit/WebKit] 3b16fd: Scripts: Run the start command to open a URL in a ...

Rose noreply at github.com
Tue Mar 7 10:13:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b16fd1ed5236037b5fea73f819a33adec1399ec
      https://github.com/WebKit/WebKit/commit/3b16fd1ed5236037b5fea73f819a33adec1399ec
  Author: Rose <83477269+AtariDreams at 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




More information about the webkit-changes mailing list