Skip to content

Commit a80e702

Browse files
committed
Firefox 145 supports WebGPU on macOS 26+
1 parent 21227ae commit a80e702

39 files changed

+1250
-250
lines changed

api/GPU.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"firefox": {
3636
"version_added": "141",
3737
"partial_implementation": true,
38-
"notes": "Supported on Windows only, in all contexts except for service workers."
38+
"notes": [
39+
"Service workers are not supported.",
40+
"Before Firefox 145, supported only on Windows.",
41+
"From Firefox 145, supported only on Windows, and macOS 26+."
42+
]
3943
},
4044
"firefox_android": {
4145
"version_added": false
@@ -80,7 +84,11 @@
8084
"firefox": {
8185
"version_added": "141",
8286
"partial_implementation": true,
83-
"notes": "Supported on Windows only, in all contexts except for service workers."
87+
"notes": [
88+
"Service workers are not supported.",
89+
"Before Firefox 145, supported only on Windows.",
90+
"From Firefox 145, supported only on Windows, and macOS 26+."
91+
]
8492
},
8593
"firefox_android": {
8694
"version_added": false
@@ -138,7 +146,11 @@
138146
"firefox": {
139147
"version_added": "141",
140148
"partial_implementation": true,
141-
"notes": "Supported on Windows only, in all contexts except for service workers."
149+
"notes": [
150+
"Service workers are not supported.",
151+
"Before Firefox 145, supported only on Windows.",
152+
"From Firefox 145, supported only on Windows, and macOS 26+."
153+
]
142154
},
143155
"firefox_android": {
144156
"version_added": false
@@ -222,7 +234,11 @@
222234
"firefox": {
223235
"version_added": "141",
224236
"partial_implementation": true,
225-
"notes": "Supported on Windows only, in all contexts except for service workers."
237+
"notes": [
238+
"Service workers are not supported.",
239+
"Before Firefox 145, supported only on Windows.",
240+
"From Firefox 145, supported only on Windows, and macOS 26+."
241+
]
226242
},
227243
"firefox_android": {
228244
"version_added": false

api/GPUAdapter.json

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"firefox": {
3636
"version_added": "141",
3737
"partial_implementation": true,
38-
"notes": "Supported on Windows only, in all contexts except for service workers."
38+
"notes": [
39+
"Service workers are not supported.",
40+
"Before Firefox 145, supported only on Windows.",
41+
"From Firefox 145, supported only on Windows, and macOS 26+."
42+
]
3943
},
4044
"firefox_android": {
4145
"version_added": false
@@ -92,7 +96,11 @@
9296
"firefox": {
9397
"version_added": "141",
9498
"partial_implementation": true,
95-
"notes": "Supported on Windows only, in all contexts except for service workers."
99+
"notes": [
100+
"Service workers are not supported.",
101+
"Before Firefox 145, supported only on Windows.",
102+
"From Firefox 145, supported only on Windows, and macOS 26+."
103+
]
96104
},
97105
"firefox_android": {
98106
"version_added": false
@@ -133,7 +141,11 @@
133141
"firefox": {
134142
"version_added": "141",
135143
"partial_implementation": true,
136-
"notes": "Supported on Windows only, in all contexts except for service workers."
144+
"notes": [
145+
"Service workers are not supported.",
146+
"Before Firefox 145, supported only on Windows.",
147+
"From Firefox 145, supported only on Windows, and macOS 26+."
148+
]
137149
},
138150
"firefox_android": {
139151
"version_added": false
@@ -179,7 +191,11 @@
179191
"firefox": {
180192
"version_added": "141",
181193
"partial_implementation": true,
182-
"notes": "Supported on Windows only, in all contexts except for service workers."
194+
"notes": [
195+
"Service workers are not supported.",
196+
"Before Firefox 145, supported only on Windows.",
197+
"From Firefox 145, supported only on Windows, and macOS 26+."
198+
]
183199
},
184200
"firefox_android": {
185201
"version_added": false
@@ -237,7 +253,11 @@
237253
"firefox": {
238254
"version_added": "141",
239255
"partial_implementation": true,
240-
"notes": "Supported on Windows only, in all contexts except for service workers."
256+
"notes": [
257+
"Service workers are not supported.",
258+
"Before Firefox 145, supported only on Windows.",
259+
"From Firefox 145, supported only on Windows, and macOS 26+."
260+
]
241261
},
242262
"firefox_android": {
243263
"version_added": false
@@ -290,7 +310,11 @@
290310
"firefox": {
291311
"version_added": "141",
292312
"partial_implementation": true,
293-
"notes": "Supported on Windows only, in all contexts except for service workers."
313+
"notes": [
314+
"Service workers are not supported.",
315+
"Before Firefox 145, supported only on Windows.",
316+
"From Firefox 145, supported only on Windows, and macOS 26+."
317+
]
294318
},
295319
"firefox_android": {
296320
"version_added": false
@@ -348,7 +372,11 @@
348372
"firefox": {
349373
"version_added": "141",
350374
"partial_implementation": true,
351-
"notes": "Supported on Windows only, in all contexts except for service workers."
375+
"notes": [
376+
"Service workers are not supported.",
377+
"Before Firefox 145, supported only on Windows.",
378+
"From Firefox 145, supported only on Windows, and macOS 26+."
379+
]
352380
},
353381
"firefox_android": {
354382
"version_added": false

api/GPUAdapterInfo.json

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"firefox": {
3636
"version_added": "141",
3737
"partial_implementation": true,
38-
"notes": "Supported on Windows only, in all contexts except for service workers."
38+
"notes": [
39+
"Service workers are not supported.",
40+
"Before Firefox 145, supported only on Windows.",
41+
"From Firefox 145, supported only on Windows, and macOS 26+."
42+
]
3943
},
4044
"firefox_android": {
4145
"version_added": false
@@ -80,7 +84,11 @@
8084
"firefox": {
8185
"version_added": "141",
8286
"partial_implementation": true,
83-
"notes": "Supported on Windows only, in all contexts except for service workers."
87+
"notes": [
88+
"Service workers are not supported.",
89+
"Before Firefox 145, supported only on Windows.",
90+
"From Firefox 145, supported only on Windows, and macOS 26+."
91+
]
8492
},
8593
"firefox_android": {
8694
"version_added": false
@@ -132,7 +140,11 @@
132140
"firefox": {
133141
"version_added": "141",
134142
"partial_implementation": true,
135-
"notes": "Supported on Windows only, in all contexts except for service workers."
143+
"notes": [
144+
"Service workers are not supported.",
145+
"Before Firefox 145, supported only on Windows.",
146+
"From Firefox 145, supported only on Windows, and macOS 26+."
147+
]
136148
},
137149
"firefox_android": {
138150
"version_added": false
@@ -184,7 +196,11 @@
184196
"firefox": {
185197
"version_added": "141",
186198
"partial_implementation": true,
187-
"notes": "Supported on Windows only, in all contexts except for service workers."
199+
"notes": [
200+
"Service workers are not supported.",
201+
"Before Firefox 145, supported only on Windows.",
202+
"From Firefox 145, supported only on Windows, and macOS 26+."
203+
]
188204
},
189205
"firefox_android": {
190206
"version_added": false
@@ -220,7 +236,11 @@
220236
"firefox": {
221237
"version_added": "141",
222238
"partial_implementation": true,
223-
"notes": "Supported on Windows only, in all contexts except for service workers."
239+
"notes": [
240+
"Service workers are not supported.",
241+
"Before Firefox 145, supported only on Windows.",
242+
"From Firefox 145, supported only on Windows, and macOS 26+."
243+
]
224244
},
225245
"firefox_android": {
226246
"version_added": false
@@ -261,7 +281,11 @@
261281
"firefox": {
262282
"version_added": "141",
263283
"partial_implementation": true,
264-
"notes": "Supported on Windows only, in all contexts except for service workers."
284+
"notes": [
285+
"Service workers are not supported.",
286+
"Before Firefox 145, supported only on Windows.",
287+
"From Firefox 145, supported only on Windows, and macOS 26+."
288+
]
265289
},
266290
"firefox_android": {
267291
"version_added": false
@@ -302,7 +326,11 @@
302326
"firefox": {
303327
"version_added": "141",
304328
"partial_implementation": true,
305-
"notes": "Supported on Windows only, in all contexts except for service workers."
329+
"notes": [
330+
"Service workers are not supported.",
331+
"Before Firefox 145, supported only on Windows.",
332+
"From Firefox 145, supported only on Windows, and macOS 26+."
333+
]
306334
},
307335
"firefox_android": {
308336
"version_added": false
@@ -354,7 +382,11 @@
354382
"firefox": {
355383
"version_added": "141",
356384
"partial_implementation": true,
357-
"notes": "Supported on Windows only, in all contexts except for service workers."
385+
"notes": [
386+
"Service workers are not supported.",
387+
"Before Firefox 145, supported only on Windows.",
388+
"From Firefox 145, supported only on Windows, and macOS 26+."
389+
]
358390
},
359391
"firefox_android": {
360392
"version_added": false

api/GPUBindGroup.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"firefox": {
3636
"version_added": "141",
3737
"partial_implementation": true,
38-
"notes": "Supported on Windows only, in all contexts except for service workers."
38+
"notes": [
39+
"Service workers are not supported.",
40+
"Before Firefox 145, supported only on Windows.",
41+
"From Firefox 145, supported only on Windows, and macOS 26+."
42+
]
3943
},
4044
"firefox_android": {
4145
"version_added": false
@@ -92,7 +96,11 @@
9296
"firefox": {
9397
"version_added": "141",
9498
"partial_implementation": true,
95-
"notes": "Supported on Windows only, in all contexts except for service workers."
99+
"notes": [
100+
"Service workers are not supported.",
101+
"Before Firefox 145, supported only on Windows.",
102+
"From Firefox 145, supported only on Windows, and macOS 26+."
103+
]
96104
},
97105
"firefox_android": {
98106
"version_added": false

api/GPUBindGroupLayout.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"firefox": {
3636
"version_added": "141",
3737
"partial_implementation": true,
38-
"notes": "Supported on Windows only, in all contexts except for service workers."
38+
"notes": [
39+
"Service workers are not supported.",
40+
"Before Firefox 145, supported only on Windows.",
41+
"From Firefox 145, supported only on Windows, and macOS 26+."
42+
]
3943
},
4044
"firefox_android": {
4145
"version_added": false
@@ -92,7 +96,11 @@
9296
"firefox": {
9397
"version_added": "141",
9498
"partial_implementation": true,
95-
"notes": "Supported on Windows only, in all contexts except for service workers."
99+
"notes": [
100+
"Service workers are not supported.",
101+
"Before Firefox 145, supported only on Windows.",
102+
"From Firefox 145, supported only on Windows, and macOS 26+."
103+
]
96104
},
97105
"firefox_android": {
98106
"version_added": false

0 commit comments

Comments
 (0)