Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec: Fix error and not requested cases around trusted bidding signals #1180

Merged
merged 9 commits into from
May 29, 2024

Conversation

morlovich
Copy link
Collaborator

@morlovich morlovich commented May 16, 2024

Trusted bidding signals URL does not have to be specified, and the fetches can fail. In those cases, the Chrome implementation will pass in null for the argument, while the current spec didn't really handle them. Null is also passed in when the requested keys are empty, rather than an empty dict.


Preview | Diff

Maks Orlovich added 3 commits May 16, 2024 11:04
Trusted bidding signals do not have to be specified, and the fetches
can fail. In those cases, we will pass in null for the argument, while
the current spec didn't really handle them. Null is also passed in
when the requested keys are empty, rather than an empty dict.
spec.bs Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
@caraitto caraitto self-requested a review May 17, 2024 18:42
spec.bs Show resolved Hide resolved
spec.bs Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Show resolved Hide resolved
spec.bs Show resolved Hide resolved
@qingxinwu qingxinwu added the spec Relates to the spec label May 17, 2024
@morlovich morlovich requested review from domfarolino and miketaylr and removed request for domfarolino May 20, 2024 12:40
spec.bs Outdated Show resolved Hide resolved
spec.bs Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
spec.bs Outdated Show resolved Hide resolved
@domfarolino domfarolino merged commit 0435e7e into WICG:main May 29, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request May 29, 2024
#1180)

SHA: 0435e7e
Reason: push, by domfarolino

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to morlovich/turtledove that referenced this pull request May 29, 2024
WICG#1180)

SHA: 0435e7e
Reason: push, by morlovich

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to qingxinwu/turtledove that referenced this pull request May 31, 2024
WICG#1180)

SHA: 0435e7e
Reason: push, by qingxinwu

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec Relates to the spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants