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 13.1.0.
  • Loading branch information
reffy-bot committed Jun 17, 2023
1 parent 4705ffc commit c442373
Show file tree
Hide file tree
Showing 9 changed files with 1,415 additions and 632 deletions.
529 changes: 468 additions & 61 deletions ed/dfns/turtledove.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion ed/headings/nav-tracking-mitigations.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"id": "subtitle",
"href": "https://privacycg.github.io/nav-tracking-mitigations/#subtitle",
"level": 2,
"title": "Draft Community Group Report, 9 June 2023"
"title": "Draft Community Group Report, 16 June 2023"
},
{
"id": "abstract",
Expand Down Expand Up @@ -216,6 +216,13 @@
"title": "Deletion",
"number": "6.2.4"
},
{
"id": "privacy-and-security-considerations",
"href": "https://privacycg.github.io/nav-tracking-mitigations/#privacy-and-security-considerations",
"level": 2,
"title": "Privacy and Security Considerations",
"number": "7"
},
{
"id": "acknowledgements",
"href": "https://privacycg.github.io/nav-tracking-mitigations/#acknowledgements",
Expand Down
34 changes: 30 additions & 4 deletions ed/idl/turtledove.idl
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ dictionary AuctionAd {
any metadata;
};

dictionary AuctionAdInterestGroup {
dictionary GenerateBidInterestGroup {
required USVString owner;
required USVString name;
required double lifetimeMs;

double priority = 0.0;
boolean enableBiddingSignalsPrioritization = false;
record<DOMString, double> priorityVector;
record<DOMString, double> prioritySignalsOverrides;

DOMString executionMode = "compatibility";
USVString biddingLogicURL;
Expand All @@ -34,6 +32,11 @@ dictionary AuctionAdInterestGroup {
sequence<AuctionAd> adComponents;
};

dictionary AuctionAdInterestGroup : GenerateBidInterestGroup {
double priority = 0.0;
record<DOMString, double> prioritySignalsOverrides;
};

[SecureContext]
partial interface Navigator {
Promise<undefined> leaveAdInterestGroup(optional AuctionAdInterestGroupKey group = {});
Expand All @@ -54,7 +57,7 @@ dictionary AuctionAdConfig {
required USVString decisionLogicURL;
USVString trustedScoringSignalsURL;
sequence<USVString> interestGroupBuyers;
any auctionSignals;
Promise<any> auctionSignals;
any sellerSignals;
USVString directFromSellerSignals;
unsigned long long sellerTimeout;
Expand Down Expand Up @@ -119,11 +122,34 @@ dictionary GenerateBidOutput {
boolean allowComponentAuction = false;
};

dictionary ReportResultOutput {
DOMString signalsForWinner;
USVString reportUrl;
any reportingBeaconMap;
};

[SecureContext]
partial interface Navigator {
undefined updateAdInterestGroups();
};

dictionary PreviousWin {
required long long timeDelta;
required DOMString adJSON;
};

dictionary BiddingBrowserSignals {
required DOMString topWindowHostname;
required USVString seller;
required long joinCount;
required long bidCount;

USVString topLevelSeller;
sequence<PreviousWin> prevWinsMs;
object wasmHelper;
unsigned long dataVersion;
};

dictionary ScoreAdOutput {
required double desirability;
double bid;
Expand Down
2 changes: 1 addition & 1 deletion ed/ids/nav-tracking-mitigations.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A0%E2%91%A1",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-top-level-traversable-bounce-tracking-record%E2%91%A4",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-bounce-tracking-record-storage-access-set",
"https://privacycg.github.io/nav-tracking-mitigations/#issue-2818c702",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-process-a-fetch-storage-access-for-bounce-tracking-mitigations%E2%91%A0",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-http-network-or-cache-fetch",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-node-append",
Expand Down Expand Up @@ -509,6 +508,7 @@
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-concept-host%E2%91%A1%E2%91%A0",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-list-iterate%E2%91%A2",
"https://privacycg.github.io/nav-tracking-mitigations/#ref-for-section-2%E2%91%A0",
"https://privacycg.github.io/nav-tracking-mitigations/#privacy-and-security-considerations",
"https://privacycg.github.io/nav-tracking-mitigations/#acknowledgements",
"https://privacycg.github.io/nav-tracking-mitigations/#w3c-conformance",
"https://privacycg.github.io/nav-tracking-mitigations/#w3c-conventions",
Expand Down
1,374 changes: 841 additions & 533 deletions ed/ids/turtledove.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2023-06-16T18:32:16.606Z",
"date": "2023-06-17T00:46:33.729Z",
"options": {
"fallback": "webref-fallback/ed/index.json",
"output": "report",
Expand Down Expand Up @@ -2913,10 +2913,10 @@
],
"crawled": "https://privacycg.github.io/nav-tracking-mitigations/",
"crawlCacheInfo": {
"lastModified": "Fri, 09 Jun 2023 19:56:24 GMT"
"lastModified": "Fri, 16 Jun 2023 20:34:33 GMT"
},
"generator": "bikeshed",
"date": "9 June 2023",
"date": "16 June 2023",
"links": "links/nav-tracking-mitigations.json",
"refs": "refs/nav-tracking-mitigations.json",
"dfns": "dfns/nav-tracking-mitigations.json",
Expand Down Expand Up @@ -5735,9 +5735,9 @@
],
"crawled": "https://tc39.es/ecma402/",
"crawlCacheInfo": {
"lastModified": "Thu, 15 Jun 2023 14:18:58 GMT"
"lastModified": "Sat, 17 Jun 2023 00:37:38 GMT"
},
"date": "15 June 2023",
"date": "17 June 2023",
"links": "links/ecma-402.json",
"dfns": "dfns/ecma-402.json",
"headings": "headings/ecma-402.json",
Expand Down Expand Up @@ -11439,7 +11439,7 @@
],
"crawled": "https://wicg.github.io/turtledove/",
"crawlCacheInfo": {
"lastModified": "Fri, 16 Jun 2023 16:24:26 GMT"
"lastModified": "Fri, 16 Jun 2023 20:40:22 GMT"
},
"generator": "bikeshed",
"date": "16 June 2023",
Expand Down Expand Up @@ -12056,7 +12056,7 @@
"https://www.rfc-editor.org/rfc/rfc2397"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc2397",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc2397.json",
"ids": "ids/rfc2397.json"
},
Expand Down Expand Up @@ -12095,7 +12095,7 @@
"https://www.rfc-editor.org/rfc/rfc4120"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc4120",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc4120.json",
"ids": "ids/rfc4120.json"
},
Expand Down Expand Up @@ -12228,7 +12228,7 @@
"https://www.rfc-editor.org/rfc/rfc6454"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc6454",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc6454.json",
"ids": "ids/rfc6454.json"
},
Expand Down Expand Up @@ -12267,7 +12267,7 @@
"https://www.rfc-editor.org/rfc/rfc6797"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc6797",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc6797.json",
"ids": "ids/rfc6797.json"
},
Expand Down Expand Up @@ -12306,7 +12306,7 @@
"https://www.rfc-editor.org/rfc/rfc7034"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc7034",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc7034.json",
"ids": "ids/rfc7034.json"
},
Expand Down Expand Up @@ -12628,7 +12628,7 @@
"https://www.rfc-editor.org/rfc/rfc7239"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc7239",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc7239.json",
"ids": "ids/rfc7239.json"
},
Expand Down Expand Up @@ -12667,7 +12667,7 @@
"https://www.rfc-editor.org/rfc/rfc7469"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc7469",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc7469.json",
"ids": "ids/rfc7469.json"
},
Expand Down Expand Up @@ -12800,7 +12800,7 @@
"https://www.rfc-editor.org/rfc/rfc7578"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc7578",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc7578.json",
"ids": "ids/rfc7578.json"
},
Expand Down Expand Up @@ -13168,7 +13168,7 @@
"https://www.rfc-editor.org/rfc/rfc8942"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc8942",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc8942.json",
"refs": "refs/rfc8942.json",
"headings": "headings/rfc8942.json",
Expand Down Expand Up @@ -13211,7 +13211,7 @@
"https://www.rfc-editor.org/rfc/rfc9110"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9110",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9110.json",
"refs": "refs/rfc9110.json",
"headings": "headings/rfc9110.json",
Expand Down Expand Up @@ -13254,7 +13254,7 @@
"https://www.rfc-editor.org/rfc/rfc9111"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9111",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9111.json",
"refs": "refs/rfc9111.json",
"headings": "headings/rfc9111.json",
Expand Down Expand Up @@ -13297,7 +13297,7 @@
"https://www.rfc-editor.org/rfc/rfc9112"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9112",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9112.json",
"refs": "refs/rfc9112.json",
"headings": "headings/rfc9112.json",
Expand Down Expand Up @@ -13340,7 +13340,7 @@
"https://www.rfc-editor.org/rfc/rfc9113"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9113",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9113.json",
"refs": "refs/rfc9113.json",
"headings": "headings/rfc9113.json",
Expand Down Expand Up @@ -13383,7 +13383,7 @@
"https://www.rfc-editor.org/rfc/rfc9114"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9114",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9114.json",
"refs": "refs/rfc9114.json",
"headings": "headings/rfc9114.json",
Expand Down Expand Up @@ -13426,7 +13426,7 @@
"https://www.rfc-editor.org/rfc/rfc9163"
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9163",
"date": "16 June 2023",
"date": "17 June 2023",
"links": "links/rfc9163.json",
"refs": "refs/rfc9163.json",
"headings": "headings/rfc9163.json",
Expand Down
1 change: 1 addition & 0 deletions ed/links/nav-tracking-mitigations.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
},
"https://wiki.mozilla.org/Firefox_Security_Newsletter/FSN-2021-Q4": {},
"https://wiki.mozilla.org/Security/Anti_tracking_policy": {},
"https://www.chromium.org/developers/design-documents/site-engagement/": {},
"https://www.w3.org/": {},
"https://www.w3.org/TR/tracking-dnt/": {
"anchors": [
Expand Down
Loading

0 comments on commit c442373

Please sign in to comment.