Skip to content

Commit 2f1bd5c

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.3.
1 parent 4cf3d12 commit 2f1bd5c

File tree

6 files changed

+215
-105
lines changed

6 files changed

+215
-105
lines changed

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,10 +1150,8 @@ network.FetchTimingInfo = {
11501150
connectStart: float,
11511151
connectEnd: float,
11521152
tlsStart: float,
1153-
11541153
requestStart: float,
11551154
responseStart: float,
1156-
11571155
responseEnd: float,
11581156
}
11591157

@@ -1707,14 +1705,12 @@ script.RemoteReference = (
17071705

17081706
script.SharedReference = {
17091707
sharedId: script.SharedId
1710-
17111708
? handle: script.Handle,
17121709
Extensible
17131710
}
17141711

17151712
script.RemoteObjectReference = {
17161713
handle: script.Handle,
1717-
17181714
? sharedId: script.SharedId
17191715
Extensible
17201716
}
@@ -3500,14 +3496,12 @@ script.RemoteReference = (
35003496

35013497
script.SharedReference = {
35023498
sharedId: script.SharedId
3503-
35043499
? handle: script.Handle,
35053500
Extensible
35063501
}
35073502

35083503
script.RemoteObjectReference = {
35093504
handle: script.Handle,
3510-
35113505
? sharedId: script.SharedId
35123506
Extensible
35133507
}
@@ -4702,10 +4696,8 @@ network.FetchTimingInfo = {
47024696
connectStart: float,
47034697
connectEnd: float,
47044698
tlsStart: float,
4705-
47064699
requestStart: float,
47074700
responseStart: float,
4708-
47094701
responseEnd: float,
47104702
}
47114703

@@ -5060,14 +5052,12 @@ script.RemoteReference = (
50605052

50615053
script.SharedReference = {
50625054
sharedId: script.SharedId
5063-
50645055
? handle: script.Handle,
50655056
Extensible
50665057
}
50675058

50685059
script.RemoteObjectReference = {
50695060
handle: script.Handle,
5070-
50715061
? sharedId: script.SharedId
50725062
Extensible
50735063
}

tr/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,8 @@ network.FetchTimingInfo = {
608608
connectStart: float,
609609
connectEnd: float,
610610
tlsStart: float,
611-
612611
requestStart: float,
613612
responseStart: float,
614-
615613
responseEnd: float,
616614
}
617615

@@ -966,14 +964,12 @@ script.RemoteReference = (
966964

967965
script.SharedReference = {
968966
sharedId: script.SharedId
969-
970967
? handle: script.Handle,
971968
Extensible
972969
}
973970

974971
script.RemoteObjectReference = {
975972
handle: script.Handle,
976-
977973
? sharedId: script.SharedId
978974
Extensible
979975
}
@@ -2387,14 +2383,12 @@ script.RemoteReference = (
23872383

23882384
script.SharedReference = {
23892385
sharedId: script.SharedId
2390-
23912386
? handle: script.Handle,
23922387
Extensible
23932388
}
23942389

23952390
script.RemoteObjectReference = {
23962391
handle: script.Handle,
2397-
23982392
? sharedId: script.SharedId
23992393
Extensible
24002394
}
@@ -3589,10 +3583,8 @@ network.FetchTimingInfo = {
35893583
connectStart: float,
35903584
connectEnd: float,
35913585
tlsStart: float,
3592-
35933586
requestStart: float,
35943587
responseStart: float,
3595-
35963588
responseEnd: float,
35973589
}
35983590

@@ -3947,14 +3939,12 @@ script.RemoteReference = (
39473939

39483940
script.SharedReference = {
39493941
sharedId: script.SharedId
3950-
39513942
? handle: script.Handle,
39523943
Extensible
39533944
}
39543945

39553946
script.RemoteObjectReference = {
39563947
handle: script.Handle,
3957-
39583948
? sharedId: script.SharedId
39593949
Extensible
39603950
}

tr/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,14 +1073,12 @@ script.RemoteReference = (
10731073

10741074
script.SharedReference = {
10751075
sharedId: script.SharedId
1076-
10771076
? handle: script.Handle,
10781077
Extensible
10791078
}
10801079

10811080
script.RemoteObjectReference = {
10821081
handle: script.Handle,
1083-
10841082
? sharedId: script.SharedId
10851083
Extensible
10861084
}
@@ -2740,14 +2738,12 @@ script.RemoteReference = (
27402738

27412739
script.SharedReference = {
27422740
sharedId: script.SharedId
2743-
27442741
? handle: script.Handle,
27452742
Extensible
27462743
}
27472744

27482745
script.RemoteObjectReference = {
27492746
handle: script.Handle,
2750-
27512747
? sharedId: script.SharedId
27522748
Extensible
27532749
}
@@ -3942,10 +3938,8 @@ network.FetchTimingInfo = {
39423938
connectStart: float,
39433939
connectEnd: float,
39443940
tlsStart: float,
3945-
39463941
requestStart: float,
39473942
responseStart: float,
3948-
39493943
responseEnd: float,
39503944
}
39513945

@@ -4300,14 +4294,12 @@ script.RemoteReference = (
43004294

43014295
script.SharedReference = {
43024296
sharedId: script.SharedId
4303-
43044297
? handle: script.Handle,
43054298
Extensible
43064299
}
43074300

43084301
script.RemoteObjectReference = {
43094302
handle: script.Handle,
4310-
43114303
? sharedId: script.SharedId
43124304
Extensible
43134305
}

tr/dfns/WGSL.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,28 @@
23662366
"definedIn": "table",
23672367
"links": []
23682368
},
2369+
{
2370+
"id": "language_extension-subgroup_uniformity",
2371+
"href": "https://www.w3.org/TR/WGSL/#language_extension-subgroup_uniformity",
2372+
"linkingText": [
2373+
"subgroup_uniformity"
2374+
],
2375+
"localLinkingText": [],
2376+
"type": "dfn",
2377+
"for": [
2378+
"language_extension"
2379+
],
2380+
"access": "private",
2381+
"informative": false,
2382+
"heading": {
2383+
"id": "language-extensions-sec",
2384+
"href": "https://www.w3.org/TR/WGSL/#language-extensions-sec",
2385+
"title": "Language Extensions",
2386+
"number": "4.1.2"
2387+
},
2388+
"definedIn": "table",
2389+
"links": []
2390+
},
23692391
{
23702392
"id": "global-diagnostic-filter",
23712393
"href": "https://www.w3.org/TR/WGSL/#global-diagnostic-filter",
@@ -12629,6 +12651,86 @@
1262912651
"definedIn": "prose",
1263012652
"links": []
1263112653
},
12654+
{
12655+
"id": "uniformity-scope",
12656+
"href": "https://www.w3.org/TR/WGSL/#uniformity-scope",
12657+
"linkingText": [
12658+
"uniformity scope"
12659+
],
12660+
"localLinkingText": [],
12661+
"type": "dfn",
12662+
"for": [],
12663+
"access": "private",
12664+
"informative": false,
12665+
"heading": {
12666+
"id": "uniformity-concepts",
12667+
"href": "https://www.w3.org/TR/WGSL/#uniformity-concepts",
12668+
"title": "Terminology and Concepts",
12669+
"number": "15.2.1"
12670+
},
12671+
"definedIn": "prose",
12672+
"links": []
12673+
},
12674+
{
12675+
"id": "workgroup-uniformity-scope",
12676+
"href": "https://www.w3.org/TR/WGSL/#workgroup-uniformity-scope",
12677+
"linkingText": [
12678+
"Workgroup uniformity scope"
12679+
],
12680+
"localLinkingText": [],
12681+
"type": "dfn",
12682+
"for": [],
12683+
"access": "private",
12684+
"informative": false,
12685+
"heading": {
12686+
"id": "uniformity-concepts",
12687+
"href": "https://www.w3.org/TR/WGSL/#uniformity-concepts",
12688+
"title": "Terminology and Concepts",
12689+
"number": "15.2.1"
12690+
},
12691+
"definedIn": "prose",
12692+
"links": []
12693+
},
12694+
{
12695+
"id": "draw-uniformity-scope",
12696+
"href": "https://www.w3.org/TR/WGSL/#draw-uniformity-scope",
12697+
"linkingText": [
12698+
"Draw uniformity scope"
12699+
],
12700+
"localLinkingText": [],
12701+
"type": "dfn",
12702+
"for": [],
12703+
"access": "private",
12704+
"informative": false,
12705+
"heading": {
12706+
"id": "uniformity-concepts",
12707+
"href": "https://www.w3.org/TR/WGSL/#uniformity-concepts",
12708+
"title": "Terminology and Concepts",
12709+
"number": "15.2.1"
12710+
},
12711+
"definedIn": "prose",
12712+
"links": []
12713+
},
12714+
{
12715+
"id": "subgroup-uniformity-scope",
12716+
"href": "https://www.w3.org/TR/WGSL/#subgroup-uniformity-scope",
12717+
"linkingText": [
12718+
"Subgroup uniformity scope"
12719+
],
12720+
"localLinkingText": [],
12721+
"type": "dfn",
12722+
"for": [],
12723+
"access": "private",
12724+
"informative": false,
12725+
"heading": {
12726+
"id": "uniformity-concepts",
12727+
"href": "https://www.w3.org/TR/WGSL/#uniformity-concepts",
12728+
"title": "Terminology and Concepts",
12729+
"number": "15.2.1"
12730+
},
12731+
"definedIn": "prose",
12732+
"links": []
12733+
},
1263212734
{
1263312735
"id": "uniform-value",
1263412736
"href": "https://www.w3.org/TR/WGSL/#uniform-value",

0 commit comments

Comments
 (0)