Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7aa4b9e99b4634ce650c258383aed6c9e65eafc3
https://github.com/WebKit/WebKit/commit/7aa4b9e99b4634ce650c258383aed6c9e65eafc3
Author: Anne van Kesteren <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M Source/WebCore/bindings/IDLTypes.h
M Source/WebCore/bindings/js/JSDOMConvertSequences.h
M Source/WebCore/bindings/js/JSDOMPromiseDeferredForward.h
M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
M Source/WebCore/bindings/scripts/IDLAttributes.json
M Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp
M Source/WebCore/bindings/scripts/test/TestObj.idl
M Source/WebCore/testing/Internals.idl
Log Message:
-----------
Add [InlineCapacity] to IDL for HEVCParameters
https://bugs.webkit.org/show_bug.cgi?id=312345
Reviewed by Sam Weinig, Chris Dumez, and Abrar Rahman Protyasha.
HEVCParameters's generalConstraintIndicatorFlags's type is
Vector<unsigned char, 6>. HEVCParameters is tested through a dictionary
in Internals.
With the legacy dictionary bindings this is fine, but with aggregate
initialization the types have to match exactly. Thus we add
[InlineCapacity] support to IDL so we don't have to regress existing
code.
Canonical link: https://commits.webkit.org/311273@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications