Skip to content

Commit 49a18b7

Browse files
authored
Updates for Chromium 146 beta (#29033)
1 parent 00b2db2 commit 49a18b7

17 files changed

+683
-29
lines changed

api/AnimationTrigger.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"api": {
3+
"AnimationTrigger": {
4+
"__compat": {
5+
"spec_url": "https://drafts.csswg.org/web-animations-2/#animationtrigger",
6+
"support": {
7+
"chrome": {
8+
"version_added": "146"
9+
},
10+
"chrome_android": "mirror",
11+
"edge": "mirror",
12+
"firefox": {
13+
"version_added": false
14+
},
15+
"firefox_android": "mirror",
16+
"oculus": "mirror",
17+
"opera": "mirror",
18+
"opera_android": "mirror",
19+
"safari": {
20+
"version_added": false
21+
},
22+
"safari_ios": "mirror",
23+
"samsunginternet_android": "mirror",
24+
"webview_android": "mirror",
25+
"webview_ios": "mirror"
26+
},
27+
"status": {
28+
"experimental": true,
29+
"standard_track": true,
30+
"deprecated": false
31+
}
32+
}
33+
}
34+
}
35+
}

api/CustomElementRegistry.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"support": {
4545
"chrome": {
46-
"version_added": false
46+
"version_added": "146"
4747
},
4848
"chrome_android": "mirror",
4949
"edge": "mirror",
@@ -63,7 +63,7 @@
6363
"webview_ios": "mirror"
6464
},
6565
"status": {
66-
"experimental": true,
66+
"experimental": false,
6767
"standard_track": true,
6868
"deprecated": false
6969
}
@@ -291,7 +291,7 @@
291291
],
292292
"support": {
293293
"chrome": {
294-
"version_added": false
294+
"version_added": "146"
295295
},
296296
"chrome_android": "mirror",
297297
"edge": "mirror",
@@ -311,7 +311,7 @@
311311
"webview_ios": "mirror"
312312
},
313313
"status": {
314-
"experimental": true,
314+
"experimental": false,
315315
"standard_track": true,
316316
"deprecated": false
317317
}

api/Document.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@
26722672
],
26732673
"support": {
26742674
"chrome": {
2675-
"version_added": false
2675+
"version_added": "146"
26762676
},
26772677
"chrome_android": "mirror",
26782678
"edge": "mirror",
@@ -2692,7 +2692,7 @@
26922692
"webview_ios": "mirror"
26932693
},
26942694
"status": {
2695-
"experimental": true,
2695+
"experimental": false,
26962696
"standard_track": true,
26972697
"deprecated": false
26982698
}

api/Element.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4358,7 +4358,7 @@
43584358
],
43594359
"support": {
43604360
"chrome": {
4361-
"version_added": false
4361+
"version_added": "146"
43624362
},
43634363
"chrome_android": "mirror",
43644364
"edge": "mirror",
@@ -4378,7 +4378,7 @@
43784378
"webview_ios": "mirror"
43794379
},
43804380
"status": {
4381-
"experimental": true,
4381+
"experimental": false,
43824382
"standard_track": true,
43834383
"deprecated": false
43844384
}
@@ -10312,7 +10312,7 @@
1031210312
],
1031310313
"support": {
1031410314
"chrome": {
10315-
"version_added": "145",
10315+
"version_added": "146",
1031610316
"notes": "Chrome 105 to Chrome 118 (inclusive) supported this method with a significantly different specification."
1031710317
},
1031810318
"chrome_android": "mirror",

api/GPUSupportedLimits.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,68 @@
12901290
}
12911291
}
12921292
},
1293+
"maxStorageBuffersInFragmentStage": {
1294+
"__compat": {
1295+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpusupportedlimits-maxstoragebuffersinfragmentstage",
1296+
"support": {
1297+
"chrome": {
1298+
"version_added": "146"
1299+
},
1300+
"chrome_android": "mirror",
1301+
"edge": "mirror",
1302+
"firefox": {
1303+
"version_added": false
1304+
},
1305+
"firefox_android": "mirror",
1306+
"oculus": "mirror",
1307+
"opera": "mirror",
1308+
"opera_android": "mirror",
1309+
"safari": {
1310+
"version_added": false
1311+
},
1312+
"safari_ios": "mirror",
1313+
"samsunginternet_android": "mirror",
1314+
"webview_android": "mirror",
1315+
"webview_ios": "mirror"
1316+
},
1317+
"status": {
1318+
"experimental": true,
1319+
"standard_track": true,
1320+
"deprecated": false
1321+
}
1322+
}
1323+
},
1324+
"maxStorageBuffersInVertexStage": {
1325+
"__compat": {
1326+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpusupportedlimits-maxstoragetexturesinvertexstage",
1327+
"support": {
1328+
"chrome": {
1329+
"version_added": "146"
1330+
},
1331+
"chrome_android": "mirror",
1332+
"edge": "mirror",
1333+
"firefox": {
1334+
"version_added": false
1335+
},
1336+
"firefox_android": "mirror",
1337+
"oculus": "mirror",
1338+
"opera": "mirror",
1339+
"opera_android": "mirror",
1340+
"safari": {
1341+
"version_added": false
1342+
},
1343+
"safari_ios": "mirror",
1344+
"samsunginternet_android": "mirror",
1345+
"webview_android": "mirror",
1346+
"webview_ios": "mirror"
1347+
},
1348+
"status": {
1349+
"experimental": true,
1350+
"standard_track": true,
1351+
"deprecated": false
1352+
}
1353+
}
1354+
},
12931355
"maxStorageBuffersPerShaderStage": {
12941356
"__compat": {
12951357
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUSupportedLimits#instance_properties",
@@ -1358,6 +1420,68 @@
13581420
}
13591421
}
13601422
},
1423+
"maxStorageTexturesInFragmentStage": {
1424+
"__compat": {
1425+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpusupportedlimits-maxstoragebuffersinfragmentstage",
1426+
"support": {
1427+
"chrome": {
1428+
"version_added": "146"
1429+
},
1430+
"chrome_android": "mirror",
1431+
"edge": "mirror",
1432+
"firefox": {
1433+
"version_added": false
1434+
},
1435+
"firefox_android": "mirror",
1436+
"oculus": "mirror",
1437+
"opera": "mirror",
1438+
"opera_android": "mirror",
1439+
"safari": {
1440+
"version_added": false
1441+
},
1442+
"safari_ios": "mirror",
1443+
"samsunginternet_android": "mirror",
1444+
"webview_android": "mirror",
1445+
"webview_ios": "mirror"
1446+
},
1447+
"status": {
1448+
"experimental": true,
1449+
"standard_track": true,
1450+
"deprecated": false
1451+
}
1452+
}
1453+
},
1454+
"maxStorageTexturesInVertexStage": {
1455+
"__compat": {
1456+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpusupportedlimits-maxstoragetexturesinvertexstage",
1457+
"support": {
1458+
"chrome": {
1459+
"version_added": "146"
1460+
},
1461+
"chrome_android": "mirror",
1462+
"edge": "mirror",
1463+
"firefox": {
1464+
"version_added": false
1465+
},
1466+
"firefox_android": "mirror",
1467+
"oculus": "mirror",
1468+
"opera": "mirror",
1469+
"opera_android": "mirror",
1470+
"safari": {
1471+
"version_added": false
1472+
},
1473+
"safari_ios": "mirror",
1474+
"samsunginternet_android": "mirror",
1475+
"webview_android": "mirror",
1476+
"webview_ios": "mirror"
1477+
},
1478+
"status": {
1479+
"experimental": true,
1480+
"standard_track": true,
1481+
"deprecated": false
1482+
}
1483+
}
1484+
},
13611485
"maxStorageTexturesPerShaderStage": {
13621486
"__compat": {
13631487
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUSupportedLimits#instance_properties",

api/GPUTexture.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,37 @@
855855
}
856856
}
857857
},
858+
"textureBindingViewDimension": {
859+
"__compat": {
860+
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-texturebindingviewdimension",
861+
"support": {
862+
"chrome": {
863+
"version_added": "146"
864+
},
865+
"chrome_android": "mirror",
866+
"edge": "mirror",
867+
"firefox": {
868+
"version_added": false
869+
},
870+
"firefox_android": "mirror",
871+
"oculus": "mirror",
872+
"opera": "mirror",
873+
"opera_android": "mirror",
874+
"safari": {
875+
"version_added": false
876+
},
877+
"safari_ios": "mirror",
878+
"samsunginternet_android": "mirror",
879+
"webview_android": "mirror",
880+
"webview_ios": "mirror"
881+
},
882+
"status": {
883+
"experimental": true,
884+
"standard_track": true,
885+
"deprecated": false
886+
}
887+
}
888+
},
858889
"usage": {
859890
"__compat": {
860891
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/usage",

api/HTMLTemplateElement.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
],
117117
"support": {
118118
"chrome": {
119-
"version_added": false
119+
"version_added": "146"
120120
},
121121
"chrome_android": "mirror",
122122
"edge": "mirror",
@@ -136,7 +136,7 @@
136136
"webview_ios": "mirror"
137137
},
138138
"status": {
139-
"experimental": true,
139+
"experimental": false,
140140
"standard_track": true,
141141
"deprecated": false
142142
}

api/NavigationPrecommitController.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationprecommitcontroller-addhandler",
3838
"support": {
3939
"chrome": {
40-
"version_added": false
40+
"version_added": "146"
4141
},
4242
"chrome_android": "mirror",
4343
"edge": "mirror",
@@ -57,7 +57,7 @@
5757
"webview_ios": "mirror"
5858
},
5959
"status": {
60-
"experimental": true,
60+
"experimental": false,
6161
"standard_track": true,
6262
"deprecated": false
6363
}

0 commit comments

Comments
 (0)