github web-platform-tests/wpt merge_pr_46325

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
16 months ago

Use boolean in cross-origin reportEvent() opt in header.

The opt in header currently expects the string literal "true" to opt
the fenced frame's config into being used for reportEvent() calls
originating from cross-origin subframes. Using string literals are an
outdated syntax. Instead, the current spec prefers using the boolean
values "?0" and "?1". This CL updates the header to expect a boolean.

The feature has not shipped yet, so there is no need for backwards
compatibility for the existing syntax.

Change-Id: I2d2aea9713b98acb6984f7c57971413fe684afb3
Bug: 331844131
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5542760
Reviewed-by: Daniel Cheng dcheng@chromium.org
Reviewed-by: mmenke mmenke@chromium.org
Reviewed-by: Alex Moshchuk alexmos@chromium.org
Commit-Queue: Liam Brady lbrady@google.com
Cr-Commit-Position: refs/heads/main@{#1303418}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.