From cde17f73f738ffbd1873f4ebd5c03ec7eabb14ed Mon Sep 17 00:00:00 2001 From: Jen Simmons <108474+jensimmons@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:41:55 -0500 Subject: [PATCH 1/2] Removing redundant note from WebGPU I noticed the page for WebGPU says "All major browser engines are working on implementing this spec. All major browser engines are working on implementing this spec." Hm. The same sentence twice? I came here to fix it. But in JSON, it's only there once. Interesting. Well, this note isn't needed at all in Feb 2025, since seeing feature flags for both WebKit and Gecko browsers tells the same story. So I'm deleting it, expecting that will fix the bug as well. --- features-json/webgpu.json | 1 - 1 file changed, 1 deletion(-) diff --git a/features-json/webgpu.json b/features-json/webgpu.json index 9e050d49c0..3417674f05 100644 --- a/features-json/webgpu.json +++ b/features-json/webgpu.json @@ -657,7 +657,6 @@ "3.0-3.1":"n d #1" } }, - "notes":"All major browser engines are working on implementing this spec.", "notes_by_num":{ "1":"Can be enabled in Firefox with the `dom.webgpu.enabled` flag.", "2":"Can be enabled in Safari with the `WebGPU` feature flag.", From 6385892f22c652f5ef4d8cbaf3f2e9e786948b3f Mon Sep 17 00:00:00 2001 From: Jen Simmons <108474+jensimmons@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:29:19 -0500 Subject: [PATCH 2/2] Update webgpu.json Fixing mistake in P.R. --- features-json/webgpu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features-json/webgpu.json b/features-json/webgpu.json index 3417674f05..4b36317130 100644 --- a/features-json/webgpu.json +++ b/features-json/webgpu.json @@ -657,6 +657,7 @@ "3.0-3.1":"n d #1" } }, + "notes":"", "notes_by_num":{ "1":"Can be enabled in Firefox with the `dom.webgpu.enabled` flag.", "2":"Can be enabled in Safari with the `WebGPU` feature flag.",