diff --git a/spec.bs b/spec.bs index 49fd7c05..2e43239a 100644 --- a/spec.bs +++ b/spec.bs @@ -785,8 +785,8 @@ The runAdAuction(|config|) method steps are: 1. [=parallel queue/enqueue steps|Enqueue the following steps=] to |queue|: 1. Let |bidDebugReportInfoList| be a new [=list=] of [=bid debug reporting info=]. 1. If |auctionConfig|'s [=auction config/server response=] is not null: - 1. Let |winnerInfo| be the result of running [=parse and validate server response=] with |auctionConfig|, - null, |global|, |bidIgs|, and |bidDebugReportInfoList|. + 1. Let |winnerInfo| be the result of running [=parse and validate server response=] with + |auctionConfig|, null, |global|, and |bidIgs|. 1. Otherwise: 1. Let |realTimeContributionsMap| be a new [=real time reporting contributions map=]. 1. Let |winnerInfo| be the result of running [=generate and score bids=] with |auctionConfig|, @@ -1718,7 +1718,7 @@ and a [=real time reporting contributions map=] |realTimeContributionsMap|: [=parallel queue/enqueue steps|enqueue the following steps=] to |queue|: 1. If |component|'s [=auction config/server response=] is not null: 1. Let |compWinnerInfo| be the result of running [=parse and validate server response=] with - |component|, |auctionConfig|, |global|, |bidIgs|, and |bidDebugReportInfoList|. + |component|, |auctionConfig|, |global|, and |bidIgs|. 1. Otherwise: 1. Let |compWinnerInfo| be the result of running [=generate and score bids=] with |component|, |auctionConfig|, |global|, |bidIgs|, |bidDebugReportInfoList|, and |realTimeContributionsMap|. @@ -2819,9 +2819,9 @@ a {{ReportingBrowserSignals}} |browserSignals|, a [=direct from seller signals=]
To parse and validate server response given an [=auction config=] |auctionConfig|, an -[=auction config=]-or-null |topLevelAuctionConfig|, a [=global object=] |global|, -a [=list=] of [=interest groups=] |bidIgs|, and a [=list=] of [=bid debug reporting info=] -|bidDebugReportInfoList|, perform the following steps. They return a [=leading bid info=] or a failure. +[=auction config=]-or-null |topLevelAuctionConfig|, a [=global object=] |global|, and a [=list=] of +[=interest groups=] |bidIgs|, perform the following steps. They return a [=leading bid info=] or a +failure. 1. [=Assert=] that these steps are running [=in parallel=]. 1. If [=waiting until server response promise resolves=] given |auctionConfig| returns failure, then @@ -2964,10 +2964,6 @@ a [=list=] of [=interest groups=] |bidIgs|, and a [=list=] of [=bid debug report 1. If [=current wall time=] − |ig|'s [=interest group/last updated=] ≥ |updateIfOlderThan|, set |ig|'s [=interest group/next update after=] to the [=current wall time=] + |updateIfOlderThan|. -1. Insert the debug reporting URLs from |response| into |bidDebugReportInfoList|. - - Issue: TODO: Handle forDebuggingOnly reports from server auction. - (WICG/turtledove#1254) 1. Return |winningBidInfo|.