[webkit-changes] [WebKit/WebKit] 4844fb: [GTK] webkit_settings_set_enable_2d_canvas_acceler...

Michael Catanzaro noreply at github.com
Wed Sep 18 11:47:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4844fb011b186e6a8965174d77633769c49eac40
      https://github.com/WebKit/WebKit/commit/4844fb011b186e6a8965174d77633769c49eac40
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp

  Log Message:
  -----------
  [GTK] webkit_settings_set_enable_2d_canvas_acceleration fails on s390x
https://bugs.webkit.org/show_bug.cgi?id=279220

Reviewed by Carlos Garcia Campos, Adrian Perez de Castro, and Fujii Hironori.

Cairo doesn't support hardware acceleration. (Too bad for Windows and
PlayStation and s390x!) So this setting only makes sense when Skia is
used, or on Apple platforms.

Also, the older setting no longer does anything, so it should default to
OFF.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:
(webkit_settings_class_init):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list