WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252057
[GLIB] Unify code for accessing default `cairo_font_options`
https://bugs.webkit.org/show_bug.cgi?id=252057
Summary
[GLIB] Unify code for accessing default `cairo_font_options`
Vitaly Dyackhov
Reported
2023-02-10 08:17:53 PST
Currently, there are two different implementations of `getDefaultCairoFontOptions()` on WPE and GTK. WPE version simply returns a static value created by `cairo_font_options_create()`, whereas GTK one is creating a singleton class that stores and updates an instance variable to keep it in sync with `GtkSettings`.
Attachments
Add attachment
proposed patch, testcase, etc.
Vitaly Dyackhov
Comment 1
2023-02-10 08:24:43 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9929
EWS
Comment 2
2023-02-15 01:02:23 PST
Committed
260301@main
(9ccc5caacd23): <
https://commits.webkit.org/260301@main
> Reviewed commits have been landed. Closing PR #9929 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug