Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.5.
  • Loading branch information
reffy-bot committed Sep 20, 2024
1 parent 2cb792c commit 881ecff
Show file tree
Hide file tree
Showing 12 changed files with 1,393 additions and 1,025 deletions.
334 changes: 202 additions & 132 deletions ed/algorithms/shared-storage.json

Large diffs are not rendered by default.

418 changes: 224 additions & 194 deletions ed/algorithms/turtledove.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ed/algorithms/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -7816,7 +7816,7 @@
"rationale": "if",
"steps": [
{
"html": "<p>If <var>fragment</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#fragment-depthpassed\" id=\"ref-for-fragment-depthpassed①\">depthPassed</a> is <code>false</code> and the <code>frag_depth</code> <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#built-in-values\" id=\"ref-for-built-in-values④\">builtin</a> is not produced by the\nshader the following steps may be skipped.</p>"
"html": "<p>If <var>fragment</var>.<a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#fragment-depthpassed\" id=\"ref-for-fragment-depthpassed①\">depthPassed</a> is <code>false</code>, the <code>frag_depth</code> <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#built-in-values\" id=\"ref-for-built-in-values④\">builtin</a> is not produced by the\nshader entry point, and the shader entry point does not write to any <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#internal-usage-storage\" id=\"ref-for-internal-usage-storage⑥\">storage</a> bindings,\nthe following steps may be skipped.</p>"
},
{
"html": "Set the shader input <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#built-in-values\" id=\"ref-for-built-in-values⑤\">builtins</a>. For each non-composite argument of the entry point,\nannotated as a <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#built-in-values\" id=\"ref-for-built-in-values⑥\">builtin</a>, set its value based on the annotation:",
Expand Down
159 changes: 158 additions & 1 deletion ed/dfns/shared-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,106 @@
},
"definedIn": "dt"
},
{
"id": "shared-storage-page-budget-saved-query-map",
"href": "https://wicg.github.io/shared-storage/#shared-storage-page-budget-saved-query-map",
"linkingText": [
"saved query map"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"shared storage page budget"
],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "dt"
},
{
"id": "saved-query-map-data-origin",
"href": "https://wicg.github.io/shared-storage/#saved-query-map-data-origin",
"linkingText": [
"data origin"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"saved query map"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "prose"
},
{
"id": "saved-query-map-worklet-script-url",
"href": "https://wicg.github.io/shared-storage/#saved-query-map-worklet-script-url",
"linkingText": [
"worklet script URL"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"saved query map"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "prose"
},
{
"id": "saved-query-map-operation-name",
"href": "https://wicg.github.io/shared-storage/#saved-query-map-operation-name",
"linkingText": [
"operation name"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"saved query map"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "prose"
},
{
"id": "saved-query-map-query-name",
"href": "https://wicg.github.io/shared-storage/#saved-query-map-query-name",
"linkingText": [
"query name"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"saved query map"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "prose"
},
{
"id": "traversable-navigable-page-budget",
"href": "https://wicg.github.io/shared-storage/#traversable-navigable-page-budget",
Expand All @@ -1297,6 +1397,43 @@
},
"definedIn": "prose"
},
{
"id": "get-the-index-for-a-saved-query",
"href": "https://wicg.github.io/shared-storage/#get-the-index-for-a-saved-query",
"linkingText": [
"get the index for a saved query"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "saved-queries",
"href": "https://wicg.github.io/shared-storage/#saved-queries",
"title": "Saved queries",
"number": "2.5.2.3"
},
"definedIn": "prose"
},
{
"id": "store-the-index-for-a-saved-query",
"href": "https://wicg.github.io/shared-storage/#store-the-index-for-a-saved-query",
"linkingText": [
"store the index for a saved query"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "prose"
},
{
"id": "charge-shared-storage-top-level-traversable-budgets",
"href": "https://wicg.github.io/shared-storage/#charge-shared-storage-top-level-traversable-budgets",
Expand All @@ -1312,7 +1449,7 @@
"id": "charge-top-trav-budgets",
"href": "https://wicg.github.io/shared-storage/#charge-top-trav-budgets",
"title": "Charging the Top-Level Traversable Entropy Budgets",
"number": "2.5.2.3"
"number": "2.5.2.4"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -2385,6 +2522,26 @@
},
"definedIn": "pre"
},
{
"id": "dom-sharedstoragerunoperationmethodoptions-savedquery",
"href": "https://wicg.github.io/shared-storage/#dom-sharedstoragerunoperationmethodoptions-savedquery",
"linkingText": [
"savedQuery"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"SharedStorageRunOperationMethodOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/shared-storage/#title",
"title": "Shared Storage API"
},
"definedIn": "pre"
},
{
"id": "dictdef-sharedstorageworkletoptions",
"href": "https://wicg.github.io/shared-storage/#dictdef-sharedstorageworkletoptions",
Expand Down
12 changes: 6 additions & 6 deletions ed/dfns/turtledove.json
Original file line number Diff line number Diff line change
Expand Up @@ -3336,10 +3336,10 @@
"definedIn": "dt"
},
{
"id": "server-auction-response-bid-currency",
"href": "https://wicg.github.io/turtledove/#server-auction-response-bid-currency",
"id": "server-auction-response-top-level-seller",
"href": "https://wicg.github.io/turtledove/#server-auction-response-top-level-seller",
"linkingText": [
"bid currency"
"top level seller"
],
"localLinkingText": [],
"type": "dfn",
Expand All @@ -3357,10 +3357,10 @@
"definedIn": "dt"
},
{
"id": "server-auction-response-top-level-seller",
"href": "https://wicg.github.io/turtledove/#server-auction-response-top-level-seller",
"id": "server-auction-response-ad-metadata",
"href": "https://wicg.github.io/turtledove/#server-auction-response-ad-metadata",
"linkingText": [
"top level seller"
"ad metadata"
],
"localLinkingText": [],
"type": "dfn",
Expand Down
9 changes: 8 additions & 1 deletion ed/headings/shared-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,19 @@
"title": "Monkey patch for Navigables",
"number": "2.5.2.2"
},
{
"id": "saved-queries",
"href": "https://wicg.github.io/shared-storage/#saved-queries",
"level": 5,
"title": "Saved queries",
"number": "2.5.2.3"
},
{
"id": "charge-top-trav-budgets",
"href": "https://wicg.github.io/shared-storage/#charge-top-trav-budgets",
"level": 5,
"title": "Charging the Top-Level Traversable Entropy Budgets",
"number": "2.5.2.3"
"number": "2.5.2.4"
},
{
"id": "backend",
Expand Down
1 change: 1 addition & 0 deletions ed/idl/shared-storage.idl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ dictionary SharedStorageRunOperationMethodOptions {
boolean resolveToConfig = false;
boolean keepAlive = false;
SharedStoragePrivateAggregationConfig privateAggregationConfig;
DOMString savedQuery;
};

dictionary SharedStorageWorkletOptions : WorkletOptions {
Expand Down
Loading

0 comments on commit 881ecff

Please sign in to comment.