Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e8639fda964b5ba082cd441adabda472426e20b2
https://github.com/WebKit/WebKit/commit/e8639fda964b5ba082cd441adabda472426e20b2
Author: Cole Carley <[email protected]>
Date: 2026-09-04 (Fri, 04 Sep 2026)
Changed paths:
M LayoutTests/fast/quirks/active-quirks-by-domain-expected.txt
M LayoutTests/platform/glib/fast/quirks/active-quirks-by-domain-expected.txt
M
LayoutTests/platform/mac-sequoia/fast/quirks/active-quirks-by-domain-expected.txt
M
LayoutTests/platform/mac-tahoe/fast/quirks/active-quirks-by-domain-expected.txt
M Source/WebCore/page/QuirkTable.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
[Quirks] Remove additional compile flags in the Quirk accessor functions
https://bugs.webkit.org/show_bug.cgi?id=323285
rdar://186539998
Reviewed by Brent Fulgham.
320338@main removed compile flags from the Quirk table and created a single
source of truth for which Quirks are available on each platform. There are still
compile flags in the Quirk accessors in Quirks.cpp. This patch removes those
redundant compile flags.
* Source/WebCore/page/QuirkTable.cpp:
(WebCore::SiteSpecificQuirks::isAvailable):
* Source/WebCore/page/Quirks.cpp:
Canonical link: https://commits.webkit.org/320537@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications