Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 811728be98f197efb051306b1cb69c21ccae10c4
https://github.com/WebKit/WebKit/commit/811728be98f197efb051306b1cb69c21ccae10c4
Author: Antti Koivisto <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
REGRESSION(301878@main): ftp-eplf-directory.py is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=301329
rdar://163245149
Reviewed by Alan Baradlay.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::setCompatibilityMode):
Before 301878@main we relied on extension stylesheet invalidation to invalidate
the style scope
on quirks mode flip. Do this explicitly instead.
Also remove the optimization that no longer avoids any work.
Canonical link: https://commits.webkit.org/302024@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications