[webkit-changes] [WebKit/WebKit] 63319a: [WPE] Initialize `textScaleFactor` member of `_Web...

Vitaly Dyachkov noreply at github.com
Thu Aug 24 07:50:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 63319aa06cd804e1b292243930368066d0722322
      https://github.com/WebKit/WebKit/commit/63319aa06cd804e1b292243930368066d0722322
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
    M Tools/TestWebKitAPI/glib/TestExpectations.json

  Log Message:
  -----------
  [WPE] Initialize `textScaleFactor` member of `_WebKitWebViewPrivate`
https://bugs.webkit.org/show_bug.cgi?id=260535

Reviewed by Carlos Garcia Campos.

`267031 at main` changed the way the `textScaleFactor` member of
`_WebKitWebViewPrivate` is initialized.

But it only covers GTK. On WPE it remains uninitialized.
This patch fixes it.

* Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:
(webkitWebViewConstructed):
* Tools/TestWebKitAPI/glib/TestExpectations.json:

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




More information about the webkit-changes mailing list