Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9e504e9d9c7aa1934df8f10269372f202adfb4f
https://github.com/WebKit/WebKit/commit/d9e504e9d9c7aa1934df8f10269372f202adfb4f
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-01 (Sun, 01 Feb 2026)
Changed paths:
M Source/WebCore/Modules/url-pattern/URLPattern.cpp
M Source/WebCore/Modules/url-pattern/URLPatternResult.idl
M Source/WebCore/Modules/web-locks/WebLockManagerSnapshot.idl
M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
M Source/WebCore/bindings/scripts/IDLAttributes.json
Log Message:
-----------
Remove LegacyNativeDictionaryRequiredInterfaceNullability in URL Pattern and
Web Locks
https://bugs.webkit.org/show_bug.cgi?id=306699
Reviewed by Sam Weinig.
To keep the changes to C++ to a minimum we add [ImplementationRequired]
for dictionary members that are effectively required by the
specification, but currently do not use the required keyword due to a
standards community disagreement.
Canonical link: https://commits.webkit.org/306615@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications