Bug 233418 - [GTK] Change hardware-acceleration-policy setting default value to always
Summary: [GTK] Change hardware-acceleration-policy setting default value to always
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2021-11-22 04:15 PST by Carlos Garcia Campos
Modified: 2021-11-25 20:07 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.75 KB, patch)
2021-11-22 04:19 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch (3.72 KB, patch)
2021-11-22 04:28 PST, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2021-11-22 04:15:16 PST
Use always by default, since it currently provides the best experience in most of the cases with async scrolling enabled.
Comment 1 Carlos Garcia Campos 2021-11-22 04:19:46 PST
Created attachment 444956 [details]
Patch
Comment 2 EWS Watchlist 2021-11-22 04:21:05 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2021-11-22 04:28:34 PST
Created attachment 444957 [details]
Patch
Comment 4 Michael Catanzaro 2021-11-22 06:06:38 PST
Comment on attachment 444957 [details]
Patch

If there are problems, we can always just switch it back.
Comment 5 Carlos Garcia Campos 2021-11-23 04:00:20 PST
Committed r286130 (244517@main): <https://commits.webkit.org/244517@main>