Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 661e581daadc68ec9ec332c6f34a39184dc5e651
https://github.com/WebKit/WebKit/commit/661e581daadc68ec9ec332c6f34a39184dc5e651
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-04 (Sun, 04 Jan 2026)
Changed paths:
M Source/WebCore/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations
M Source/WebCore/dom/make_names.pl
Log Message:
-----------
Have make_names.pl construct QualifiedName objects without table to avoid
unsafe cast
https://bugs.webkit.org/show_bug.cgi?id=304905
Reviewed by Chris Dumez.
According to Claude AI (which helped draft this) this results in more
generated code, but the compiled code should decrease due to the
removed table.
Helps with https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines
Canonical link: https://commits.webkit.org/305097@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications