[webkit-changes] [WebKit/WebKit] 6e9950: Unreadable Font Picker in Outlook

Commit Queue noreply at github.com
Tue Jul 16 17:09:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e9950481966c02ef24a1d2cb49630deddf68895
      https://github.com/WebKit/WebKit/commit/6e9950481966c02ef24a1d2cb49630deddf68895
  Author: Matthew Finkel <m_finkel at apple.com>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp

  Log Message:
  -----------
  Unreadable Font Picker in Outlook
https://bugs.webkit.org/show_bug.cgi?id=276575
rdar://131850041

Reviewed by David Kilzer.

Currently, user agent string quirks are scoped to registrable domains. This bug
is evidence that we need more granular control. I'm already working on that,
but it is a much larger change. This patch resolves the immediate issue where
we only quirk the user agent string on teams.live.com.

Manually tested.

* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::storageAccessUserAgentStringQuirkForDomain):

Canonical link: https://commits.webkit.org/281027@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