Bug 239043

Summary: [WebGPU] Hook up device.queue to the IDL
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dino, djg, esprehn+autocc, ews-watchlist, kkinnunen, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 239050    
Bug Blocks:    
Attachments:
Description Flags
Patch kkinnunen: review+, ews-feeder: commit-queue-

Description Myles C. Maxfield 2022-04-10 00:28:03 PDT
.
Comment 1 Myles C. Maxfield 2022-04-10 00:31:59 PDT
Created attachment 457193 [details]
Patch
Comment 2 Kimmo Kinnunen 2022-04-11 00:04:47 PDT
Comment on attachment 457193 [details]
Patch

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

> Source/WebCore/Modules/WebGPU/GPUDevice.idl:38
> +    [SameObject] readonly attribute GPUQueue queue;

Is this patch missing the WGPU API part?
Comment 3 Myles C. Maxfield 2022-04-11 16:22:20 PDT
Comment on attachment 457193 [details]
Patch

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

>> Source/WebCore/Modules/WebGPU/GPUDevice.idl:38
>> +    [SameObject] readonly attribute GPUQueue queue;
> 
> Is this patch missing the WGPU API part?

That part already exists! \o/
Comment 4 Myles C. Maxfield 2022-04-11 17:04:44 PDT
Committed r292741 (249525@trunk): <https://commits.webkit.org/249525@trunk>
Comment 5 Radar WebKit Bug Importer 2022-04-11 17:05:15 PDT
<rdar://problem/91597189>