Bug 274012

Summary: VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long`
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: Web AudioAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2024-05-10 13:25:40 PDT
Hi Team,

While looking into WebCodecs failure, I also came across this slight misalignment from web-spec:

WebKit Source: https://searchfox.org/wubkat/rev/5169139ac1127c419017b37d9f2106a2c199070f/Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoderConfig.idl#27

Web Spec: https://w3c.github.io/webcodecs/#video-decoder-config

__

We should change:

typedef [EnforceRange] unsigned long long WebCodecsVideoDecoderConfigSize;

to

typedef [EnforceRange] unsigned long WebCodecsVideoDecoderConfigSize;

___

Just wanted to raise so we can fix it.

Thanks!
Comment 1 Radar WebKit Bug Importer 2024-05-17 13:29:28 PDT
<rdar://problem/128291404>
Comment 2 EWS 2024-05-28 01:44:38 PDT
Committed 279370@main (5282ec7af05e): <https://commits.webkit.org/279370@main>

Reviewed commits have been landed. Closing PR #29046 and removing active labels.