Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d508ef34a245890f462af1e12d62e8e61276458
https://github.com/WebKit/WebKit/commit/1d508ef34a245890f462af1e12d62e8e61276458
Author: Cole Carley <[email protected]>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
Log active quirks to inspector console
https://bugs.webkit.org/show_bug.cgi?id=322057
rdar://185246801
Reviewed by Brent Fulgham.
I added a log to the web inspector that shows the active quirks
on a website if they are present. The log is triggered after the
frame loader recieves it's first data in the main frame, so the
log will look something like this:
[Warning] https://www.example.com/ has active WebKit quirks: QuirkName
The log should be present on the first load and after each reload.
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::receivedFirstData):
* Source/WebCore/page/Quirks.cpp:
* Source/WebCore/page/Quirks.h:
Canonical link: https://commits.webkit.org/319533@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications