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

Explainer and spec update for header errors debug reports #1180

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

linnan-github
Copy link
Collaborator

@linnan-github linnan-github commented Feb 29, 2024

Fixes #801


Preview | Diff

@linnan-github
Copy link
Collaborator Author

@arpanah Could you PTAL, thanks!

EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
app_to_web.md Outdated Show resolved Hide resolved
app_to_web.md Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 4, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 5, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
EVENT.md Outdated Show resolved Hide resolved
EVENT.md Outdated Show resolved Hide resolved
@linnan-github linnan-github merged commit a7c686c into WICG:main Mar 5, 2024
3 checks passed
@linnan-github linnan-github deleted the parsingError branch March 5, 2024 17:34
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 5, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334963
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Brendon Tiszka <[email protected]>
Reviewed-by: Andrew Paseltiner <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1268584}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Mar 5, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334963
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Brendon Tiszka <[email protected]>
Reviewed-by: Andrew Paseltiner <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1268584}
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Mar 14, 2024
…ttribution Reporting API, a=testonly

Automatic update from web-platform-tests
Support header error debug reports for Attribution Reporting API

WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334963
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Brendon Tiszka <[email protected]>
Reviewed-by: Andrew Paseltiner <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1268584}

--

wpt-commits: 11df0cd533436c33c98299fd9a52e2393d1cf21f
wpt-pr: 44904
jamienicol pushed a commit to jamienicol/gecko that referenced this pull request Mar 17, 2024
…ttribution Reporting API, a=testonly

Automatic update from web-platform-tests
Support header error debug reports for Attribution Reporting API

WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334963
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Brendon Tiszka <[email protected]>
Reviewed-by: Andrew Paseltiner <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1268584}

--

wpt-commits: 11df0cd533436c33c98299fd9a52e2393d1cf21f
wpt-pr: 44904
BruceDai pushed a commit to BruceDai/wpt that referenced this pull request Mar 25, 2024
WICG/attribution-reporting-api#1180

This CL introduces a new mojo method in AttributionDataHost mojo
interface to plumb the errors from header validation in the renderer to
the browser. This is necessary as the permission check for debug
reporting is performed in the browser, and also it helps to unify the
code path for errors from header validation in the browser.

Bug: 328043301
Change-Id: If8c0f1295dfc08d914138362c9275b0952b2e4b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5334963
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Brendon Tiszka <[email protected]>
Reviewed-by: Andrew Paseltiner <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1268584}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug reports for parse failures
4 participants