[webkit-changes] [WebKit/WebKit] 52dfae: [Mac] run-minibrowser won't accept url as an argument

Commit Queue noreply at github.com
Mon Sep 2 10:45:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52dfae23d5ab8ad96edc90f600bf689da66af2cf
      https://github.com/WebKit/WebKit/commit/52dfae23d5ab8ad96edc90f600bf689da66af2cf
  Author: Basuke Suzuki <basuke at apple.com>
  Date:   2024-09-02 (Mon, 02 Sep 2024)

  Changed paths:
    M Tools/MiniBrowser/mac/AppDelegate.m

  Log Message:
  -----------
  [Mac] run-minibrowser won't accept url as an argument
https://bugs.webkit.org/show_bug.cgi?id=278955

Reviewed by Sam Weinig.

On Mac's MiniBrowser, it won't accept url as an launch argument so that
run-minibrowser's behavior is different from other platform.

Change implementation of AppDelegate to convert the file path argument to
url if possible. Existing `--url` is kept as is for compatibility.

* Tools/MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate application:openFile:]):

Canonical link: https://commits.webkit.org/283063@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list