[webkit-changes] [WebKit/WebKit] 24ad5f: Merge 255668 at main - [WPE] checkbox and radio butto...

Fujii Hironori noreply at github.com
Tue Oct 18 03:47:20 PDT 2022


  Branch: refs/heads/webkitglib/2.38
  Home:   https://github.com/WebKit/WebKit
  Commit: 24ad5fc9a0f2308a4b719cc438ff13d0e132796c
      https://github.com/WebKit/WebKit/commit/24ad5fc9a0f2308a4b719cc438ff13d0e132796c
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/adwaita/ThemeAdwaita.cpp
    M Source/WebCore/platform/adwaita/ThemeAdwaita.h

  Log Message:
  -----------
  Merge 255668 at main - [WPE] checkbox and radio button aren't painted because ThemeAdwaita::m_accentColor is the invalid color
https://bugs.webkit.org/show_bug.cgi?id=246667

Reviewed by Carlos Garcia Campos.

ThemeAdwaita is painting checkbox and radio button with the accent
color. GTK port supports accent color, but WPE doesn't.
ThemeAdwaita::m_accentColor was initialized as the invalid color that
was transparent.

* Source/WebCore/platform/adwaita/ThemeAdwaita.cpp:
(WebCore::ThemeAdwaita::accentColor):
* Source/WebCore/platform/adwaita/ThemeAdwaita.h:

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

(cherry picked from commit d03dce63e768d08101b3902ab6f5259d5857035d)




More information about the webkit-changes mailing list