Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6569ba93f116ac23e87f372ae88fb1f0cbcfd81a
https://github.com/WebKit/WebKit/commit/6569ba93f116ac23e87f372ae88fb1f0cbcfd81a
Author: Sam Weinig <[email protected]>
Date: 2026-02-02 (Mon, 02 Feb 2026)
Changed paths:
M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
M Source/WebCore/bindings/scripts/IDLParser.pm
M Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp
M Source/WebCore/bindings/scripts/test/TestObj.idl
Log Message:
-----------
[Bindings] Make the ImplementationRequired extended attribute a parse time
transformation like ImplementationDefaultValue
https://bugs.webkit.org/show_bug.cgi?id=306775
Reviewed by Anne van Kesteren.
Makes the `ImplementationRequired` IDL extended attribute a parse time
transformation
(just like `ImplementationDefaultValue`) to avoid needing to check for it in
every spot
where `isRequired` is checked.
Also adds some tests for for both `ImplementationRequired` and
`ImplementationDefaultValue`.
* Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
* Source/WebCore/bindings/scripts/IDLParser.pm:
* Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:
* Source/WebCore/bindings/scripts/test/TestObj.idl:
Canonical link: https://commits.webkit.org/306649@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications