[webkit-changes] [WebKit/WebKit] 63d0be: run-minibrowser: document how to pass extra parame...

Carlos Alberto Lopez Perez noreply at github.com
Fri Apr 28 06:47:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 63d0be648fd8f20ec94cadbb884a358bc6eba18b
      https://github.com/WebKit/WebKit/commit/63d0be648fd8f20ec94cadbb884a358bc6eba18b
  Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py

  Log Message:
  -----------
  run-minibrowser: document how to pass extra parameters to the minibrowser
https://bugs.webkit.org/show_bug.cgi?id=256086

Reviewed by Adrian Perez de Castro.

This patch adds some notes documenting how to pass extra parameters to the
minibrowser (after two dashes --) and also changes the code to show the
help of the "run-minibrowser" script itself instead of the help of the
minibrowser binary. Printing the help of the minibrowser binary is
still possible by passing "-- --help" (that is: after the two dashes).

* Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py:
(main):

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




More information about the webkit-changes mailing list