[webkit-changes] [WebKit/WebKit] dc42c0: [GTK][WPE] Stop using `FONTS_CONF_DIR` environment...
Vitaly Dyachkov
noreply at github.com
Thu May 11 08:14:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc42c0d5cf9645c3e99859a735ec55514a7b1029
https://github.com/WebKit/WebKit/commit/dc42c0d5cf9645c3e99859a735ec55514a7b1029
Author: Vitaly Dyachkov <vitaly at igalia.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M Tools/Scripts/webkitpy/port/glib.py
M Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp
M Tools/WebKitTestRunner/InjectedBundle/wpe/ActivateFontsWPE.cpp
M Tools/WebKitTestRunner/PlatformGTK.cmake
M Tools/WebKitTestRunner/PlatformWPE.cmake
Log Message:
-----------
[GTK][WPE] Stop using `FONTS_CONF_DIR` environment variable
https://bugs.webkit.org/show_bug.cgi?id=256634
Reviewed by Carlos Garcia Campos.
Since `263863 at main` we always know the test fonts directory path and
`FONTS_CONF_DIR` is not needed anymore.
* Tools/Scripts/webkitpy/port/glib.py:
(GLibPort.setup_environ_for_server):
* Tools/WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp:
(WTR::activateFonts):
(WTR::initializeFontConfigSetting): Deleted.
* Tools/WebKitTestRunner/InjectedBundle/wpe/ActivateFontsWPE.cpp:
(WTR::activateFonts):
* Tools/WebKitTestRunner/PlatformGTK.cmake:
* Tools/WebKitTestRunner/PlatformWPE.cmake:
Canonical link: https://commits.webkit.org/263967@main
More information about the webkit-changes
mailing list