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

Add idle-detection to http.headers.Feature-Policy #18196

Merged
merged 1 commit into from Nov 22, 2022

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented Nov 11, 2022

Summary

Complete the features required to represent all of the features implied by the Idle Detection spec.

Test results and supporting details

I didn't actually test this. The data here is cribbed from the existing api.IdleDetector features, but I did a little independent verification via:

Related issues

  • "Feature Policy" has been renamed "Permissions Policy" #9556 — There's whole thing here about how Permissions Policy (PP) is the new Feature Policy (FP). Nominally, this feature ought to be a PP feature too, but that's a can of worms affecting many, many features and I refuse to do any more than acknowledge that fact here. A close inspection of the links above reveal that idle-detection is enabled for both PP and FP, so this PR is merely incomplete, not wrong.

@github-actions github-actions bot added the data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label Nov 11, 2022
"chrome_android": "mirror",
"edge": {
"version_added": "94",
"version_removed": "96"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Where did this version_removed come from? Could you link the source for this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You're the source for this: #16222 (comment)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah right! Thanks for the link!

@queengooborg queengooborg merged commit 6c9d321 into mdn:main Nov 22, 2022
@ddbeck ddbeck deleted the fp-idle-detection branch November 22, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http 🚠 Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants