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

FF65 Reporting API updates #24112

Merged
merged 5 commits into from
Aug 12, 2024
Merged

FF65 Reporting API updates #24112

merged 5 commits into from
Aug 12, 2024

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented Aug 12, 2024

This updates FF features for the Reporting API

Most of this was implemented in FF65 in the "legacy v0 API" in https://bugzilla.mozilla.org/show_bug.cgi?id=1492036 behind pref. Where supported, to_JSON and worker support added in https://bugzilla.mozilla.org/show_bug.cgi?id=1630947

Note, FF does not support:

There's a new header being added in #24047, so this is "backfilling"

Related docs work tracked in mdn/content#35279

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 12, 2024
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Further down is a toJSON method. The spec IDL includes this in DeprecationReportBody and the parent class ReportBody base class too. But this method is NOT declared in FF in DeprecationReportBody - would it still be updated here because it is inherited?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If Firefox doesn't support it, then keeping it set to false seems correct to me.

@hamishwillee hamishwillee marked this pull request as ready for review August 12, 2024 04:20
@hamishwillee hamishwillee changed the title FF Reporting API updates FF65 Reporting API updates Aug 12, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Hamish! 👍

@Elchi3 Elchi3 merged commit 4272abd into mdn:main Aug 12, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants