Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 46357e1e9c0005ef59cf21f008a40a59bfca156b
https://github.com/WebKit/WebKit/commit/46357e1e9c0005ef59cf21f008a40a59bfca156b
Author: Cole Carley <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/page/QuirksData.h
Log Message:
-----------
[Quirks] Remove isDomain and isEmbedDomain
rdar://185837295
Reviewed by Brent Fulgham.
Quirks::isDomain and Quirks::isEmbedDomain have no place in the Quirks
implementation after the introduction of QuirkMatch. I removed them and
converted their callers to named site specific quirks. This introduced
two new quirks: NeedsLimitedMatroskaSupportQuirk and
NeedsSupportsProgressMonitoringQuirk. I also needed to add Reddit to
QuirkSites to remove one of the callers.
* Source/WebCore/page/Quirks.cpp:
* Source/WebCore/page/Quirks.h:
* Source/WebCore/page/QuirksData.h:
Canonical link: https://commits.webkit.org/319890@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications