Bug 236639

Summary: [WebGPU] Update IDLs and stubs to latest version of the spec
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, cdumez, dino, esprehn+autocc, ews-watchlist, gyuyoung.kim, kondapallykalyan, rmorisset, ryuan.choi, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
WIP
none
Patch
none
Patch
ews-feeder: commit-queue-
Patch
ews-feeder: commit-queue-
Patch
dino: review+, ews-feeder: commit-queue-
Patch for committing none

Description Myles C. Maxfield 2022-02-15 02:01:06 PST
[WebGPU] Update IDLs and stubs to latest version of the spec
Comment 1 Myles C. Maxfield 2022-02-15 02:02:23 PST
Created attachment 452005 [details]
WIP
Comment 2 Myles C. Maxfield 2022-02-15 20:42:10 PST
Created attachment 452133 [details]
Patch
Comment 3 Myles C. Maxfield 2022-02-15 20:56:46 PST
Created attachment 452137 [details]
Patch
Comment 4 Myles C. Maxfield 2022-02-15 21:04:59 PST
Created attachment 452140 [details]
Patch
Comment 5 Myles C. Maxfield 2022-02-15 22:20:22 PST
Created attachment 452145 [details]
Patch
Comment 6 Dean Jackson 2022-02-16 04:23:32 PST
Comment on attachment 452145 [details]
Patch

rs=me
Comment 7 Myles C. Maxfield 2022-02-16 09:54:14 PST
Comment on attachment 452145 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=452145&action=review

> Source/WebCore/Modules/WebGPU/GPUObjectBase.idl:32
> +    attribute USVString? label; // FIXME: This is supposed to be (USVString or undefined) but our bindings generator can't handle that.

I should file a bug for this.
Comment 8 Myles C. Maxfield 2022-02-16 11:48:45 PST
Comment on attachment 452145 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=452145&action=review

>> Source/WebCore/Modules/WebGPU/GPUObjectBase.idl:32
>> +    attribute USVString? label; // FIXME: This is supposed to be (USVString or undefined) but our bindings generator can't handle that.
> 
> I should file a bug for this.

https://bugs.webkit.org/show_bug.cgi?id=236723
Comment 9 Myles C. Maxfield 2022-02-16 13:41:19 PST
Created attachment 452244 [details]
Patch for committing
Comment 10 Myles C. Maxfield 2022-02-16 15:50:18 PST
Committed r289978 (247364@trunk): <https://commits.webkit.org/247364@trunk>
Comment 11 Radar WebKit Bug Importer 2022-02-16 15:51:21 PST
<rdar://problem/89053370>