Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e870702ed8dede211eee49c127422f392c3148c
https://github.com/WebKit/WebKit/commit/2e870702ed8dede211eee49c127422f392c3148c
Author: Franco Vieira de Souza <[email protected]>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M LayoutTests/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/QuirkNames.h
M Source/WebCore/page/QuirkTable.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
M Source/WebCore/style/StyleAdjuster.cpp
Log Message:
-----------
Remove Prime Video user-select quirk
https://bugs.webkit.org/show_bug.cgi?id=323112
rdar://186371399
Reviewed by Zak Ridouh and Tim Nguyen.
Quirk seems outdated:
- document.querySelector('.webPlayerSDKUiContainer') returns nothing,
so the quirk doesn't match anything (see StyleAdjuster.cpp)
- Cannot reproduce the behavior described on rdar://128962002 by
disabling site-specific quirks. (also tried with a disabled
"unprefixed user select")
* LayoutTests/fast/quirks/active-quirks-by-domain-expected.txt:
*
LayoutTests/platform/mac-sequoia/fast/quirks/active-quirks-by-domain-expected.txt:
*
LayoutTests/platform/mac-tahoe/fast/quirks/active-quirks-by-domain-expected.txt:
* Source/WebCore/page/QuirkNames.h:
* Source/WebCore/page/QuirkTable.cpp:
* Source/WebCore/page/Quirks.cpp:
* Source/WebCore/page/Quirks.h:
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjustForSiteSpecificQuirks const):
Canonical link: https://commits.webkit.org/320268@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications