[webkit-changes] [WebKit/WebKit] f5f63b: MiniBrowser should accept the '--url' command line...

Ryan Reno noreply at github.com
Thu Nov 3 13:20:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f5f63bec40dd7da7b6a041b369639bcfb47c58d5
      https://github.com/WebKit/WebKit/commit/f5f63bec40dd7da7b6a041b369639bcfb47c58d5
  Author: Ryan Reno <rreno at apple.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

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

  Log Message:
  -----------
  MiniBrowser should accept the '--url' command line argument
https://bugs.webkit.org/show_bug.cgi?id=247451
rdar://101924215

Reviewed by Tim Horton.

Just like https://bugs.webkit.org/show_bug.cgi?id=247378 we want Mac MiniBrowser to accept
the --url command line argument.

And just like in the MobileMiniBrowser case, this patch will allow you to set a --url argument
in the Xcode scheme with something like --url https://www.apple.com

* Tools/MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate targetURLOrDefaultURL]):
(-[BrowserAppDelegate newWindow:]):

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




More information about the webkit-changes mailing list