Open
Bug 1831994
Opened 2 years ago
Updated 11 months ago
Implement `GPUAdapterInfo`'s diagnostic attributes
Categories
(Core :: Graphics: WebGPU, defect, P3)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 2 open bugs)
Details
Bug 1653164 introduced some non-standard WebGPU diagnostic information that is only exposed in about:support
; this is because we (1) needed good system diagnostic information now and (2) have not taken the time yet to implement standard GPUAdapterInfo
fields. WRT these fields, we need to:
- Determine which fields we'd like to expose, considering the fingerprinting risk associated.
- Determine when we would actually like to populate these fields.
- Implement the above determinations.
Updated•2 years ago
|
Type: defect → task
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Comment 1•1 years ago
|
||
Classifying this as a bug again, as this is a standard API that we are missing in our implementation.
Type: task → defect
Reporter | ||
Updated•1 years ago
|
Blocks: webgpu-phase-2
No longer depends on: webgpu-v1
Updated•11 months ago
|
Blocks: webgpu-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•