[Webkit-unassigned] [Bug 220925] [webkit-patch] Allow user to opt out of browser for viewing the diff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 13:56:20 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220925

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
> The motivating use case is that the user does want to see the diff, except
> not in a browser. This may be the case when they're connected over ssh to a
> remote box that has a text-mode browser installed for other reasons, but the
> diff is not really viewable in the text-mode browser.

Is there a way to detect this automatically? There probably is one on macOS at least, although I'm do not know how exactly. The design of this function is that webbrowser.get() raises an exception when it's not available, so this is probably where the check for WEBKIT_PATCH_NO_BROWSER needs to go, if there is no automatic solution.

What is the failure behavior that you are currently observing?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210125/d8c91d7e/attachment.htm>


More information about the webkit-unassigned mailing list