Bug 236639 - [WebGPU] Update IDLs and stubs to latest version of the spec
Summary: [WebGPU] Update IDLs and stubs to latest version of the spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-15 02:01 PST by Myles C. Maxfield
Modified: 2022-02-16 15:51 PST (History)
11 users (show)

See Also:


Attachments
WIP (191.50 KB, patch)
2022-02-15 02:02 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (294.12 KB, patch)
2022-02-15 20:42 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (293.78 KB, patch)
2022-02-15 20:56 PST, Myles C. Maxfield
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (295.55 KB, patch)
2022-02-15 21:04 PST, Myles C. Maxfield
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (295.92 KB, patch)
2022-02-15 22:20 PST, Myles C. Maxfield
dino: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch for committing (329.36 KB, patch)
2022-02-16 13:41 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>