[WebGPU] Update IDLs and stubs to latest version of the spec
Created attachment 452005 [details] WIP
Created attachment 452133 [details] Patch
Created attachment 452137 [details] Patch
Created attachment 452140 [details] Patch
Created attachment 452145 [details] Patch
Comment on attachment 452145 [details] Patch rs=me
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 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
Created attachment 452244 [details] Patch for committing
Committed r289978 (247364@trunk): <https://commits.webkit.org/247364@trunk>
<rdar://problem/89053370>