Closed
Bug 804736
Opened 13 years ago
Closed 13 years ago
Allow reactivation from webpages of Social API
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(firefox17+ verified, firefox18+ verified, firefox19 verified)
VERIFIED
FIXED
Firefox 19
People
(Reporter: jaws, Assigned: jaws)
Details
(Whiteboard: [Fx17])
Attachments
(1 file)
1.04 KB,
patch
|
mixedpuppy
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Bug 764869 implemented activation from content but required that the provider had not been previously activated before.
The attached patch will allow activation as long as the Social API is not already enabled, which seems the more correct scenario.
social.enabled implies social.active.
social.active does not imply social.enabled.
Attachment #674357 -
Flags: review?(gavin.sharp)
Attachment #674357 -
Flags: review?(felipc)
Comment 1•13 years ago
|
||
Comment on attachment 674357 [details] [diff] [review]
Patch
redirecting to shane
Attachment #674357 -
Flags: review?(felipc) → review?(mixedpuppy)
Comment 2•13 years ago
|
||
The original intent here was that we didn't want to allow the provider to re-enable if the user had previously enabled it, but then actively disabled it (i.e. via the Tools menu), because there was some potential for abuse there (e.g. if the provider just fired the event on every page view, that would get annoying really quickly).
It's worth re-visiting since we've gotten feedback from Facebook that they'd like to have a way to offer to re-enabled the feature, which seems reasonable, but we shouldn't lose track of the possible downsides here. I'd like to get feedback from others before moving ahead with this.
Comment 3•13 years ago
|
||
I seem to keep running into issues like this...we need to know if the user took some action in content (e.g. event.isTrusted) without having to watch for multiple events. Popup blocking does this, but not in a generic fashion.
I think in the case of a whitelisted provider, we have a relationship where we should be able to trust the provider to do the right thing.
Comment 4•13 years ago
|
||
Comment on attachment 674357 [details] [diff] [review]
Patch
This would be fine, pending some thought around avoiding abuse. As well, we'll ensure that active is always true if enabled in bug 804242
Attachment #674357 -
Flags: review?(mixedpuppy) → review+
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
Attachment #674357 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 5•13 years ago
|
||
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 674357 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): n/a
User impact if declined: if a user deactivates the social api, they cannot reactivate from the social providers site anymore
Testing completed (on m-c, etc.): locally, just landed on inbound
Risk to taking this patch (and alternatives if risky): none expected
String or UUID changes made by this patch: none
Attachment #674357 -
Flags: approval-mozilla-beta?
Attachment #674357 -
Flags: approval-mozilla-aurora?
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Updated•13 years ago
|
Attachment #674357 -
Flags: approval-mozilla-beta?
Attachment #674357 -
Flags: approval-mozilla-beta+
Attachment #674357 -
Flags: approval-mozilla-aurora?
Attachment #674357 -
Flags: approval-mozilla-aurora+
Comment 8•13 years ago
|
||
Verified fixed across all branches.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•