-
Notifications
You must be signed in to change notification settings - Fork 66
BREAKING CHANGE: make share() consume user activation #137
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
Conversation
Blocked on #135 (it includes 135, so that should be merged first). |
This is no longer blocked. |
This is now unblocked... @mgiuca and @ericwilligers, what are your thoughts on supporting this? Seems fairly logical that we would consume the activation here, given that on most platforms this is a modal dialog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Arguably the note in security & privacy is not necessary. I don't think user activation requirement is considered to be a security mitigation, just fixes user annoyance. I would probably drop that.
Filed Gecko bug to implement this. |
Ok great... about the test, I see some testing suggestions in the Chrome bug. Should we try to come up with a WPT test together? Like we could check against some other API we all implement that also consumes the activation. |
This is refactor to use HTML's new activation model. The api currently uses transient activation.
Ok, I'm about ready to land this in Gecko including updated Web Platform Tests. https://phabricator.services.mozilla.com/D79640 I'd expect them to show up in WPT in about 72 hours. |
Closes #136
For normative changes, the following tasks have been completed:
Implementation commitment: