Bug 252057

Summary: [GLIB] Unify code for accessing default `cairo_font_options`
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Vitaly Dyackhov 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`.
Comment 1 Vitaly Dyackhov 2023-02-10 08:24:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/9929
Comment 2 EWS 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.