QA/Desktop Firefox/SocialAPI: Difference between revisions

 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Firefox 27 ==
''See [https://intranet.mozilla.org/QA/SocialAPI#Providers intranet] for information on Providers.''
* {{bug|914927}} - Change "Turn Off Provider-Name" in toolbar menu
* {{bug|914923}} - Handle recover from crash error page


== Firefox 26 ==
== Bookmarks Button ==
=== Features ===
''Target Milestone: Firefox 26''
* Status Button: allow users to see and interact with more than one provider at a time
* Social Bookmarks: allow users to bookmark pages for more than one provider at a time
* Notifications: allow users to see notifications from more than one provider at a time
* Chat: allow users to chat across different providers


=== Bugs ===
User Stories:
==== Landed ====
* Initial activation and appearance
<bugzilla>
* Click to show/hide the panel
{
* Mark a page
"f1":"component",
* Unmark a page
"o1":"anywordssubstr",
* Toolbar customization
"v1":"SocialAPI SocialAPI:%20Provider",
* Theme and platform integration
"target_milestone":"Firefox 26"
* ''Save page to service'' context menu item
}
</bugzilla>


==== Uplifted ====
Bugs:
<bugzilla>
* {{Bug|935773}} Social Bookmark button icon doesn't show on Windows
{
"f1":"component",
"o1":"anywordssubstr",
"v1":"SocialAPI SocialAPI:%20Provider",
"f2":"cf_status_firefox26",
"o2":"anywordssubstr",
"v2":"fixed verified"
}
</bugzilla>


==== Not Fixed ====
== Bugs ==
<bugzilla>
* {{ok|}} [http://mzl.la/1b6M9xE UNCONFIRMED Bugs]
{
* {{ok|}} [http://mzl.la/178PVCk FIXED Bugs]
"f1":"component",
"o1":"anywordssubstr",
"v1":"SocialAPI SocialAPI:%20Provider",
"f2":"bug_status",
"o2":"nowordssubstr",
"v2":"RESOLVED VERIFIED"
}
</bugzilla>


=== Status Button ===
== Providers ==
This is a replacement for the existing toolbar button.  It is designed
''[https://intranet.mozilla.org/QA/SocialAPI More Information]''
to allow users to see more than one provider at a time.  You could have
Mixi and Twitter both installed, and see a button for both, as well as
receiving notifications from both.  The new button is limited to one
icon and one panel attached to the icon.  The new button is defined by
an entry in the manifest called "statusURL".
 
The existing toolbar button will continue to work as long as you do not
specify "statusURL" in your manifest, however we will deprecate the
existing button at some time in the future.  If you define "statusURL"
the existing button will also continue to work until the new features
are turned on, then users will be switched to the new button.
 
=== Social Bookmarks ===
The existing SocialMarks functionality is being replaced by a new Social
Bookmark button. As with the Status Button, this allows for more than
one provider to have a Social Bookmark button in the toolbar.  You are
not currently using this feature so it does not affect you.  If you are
interested in this, I can get you details, but I will be writing the
documentation on MDN for it next week.
 
=== Notifications ===
As I mentioned above with the Status Button, users will be able to
receive notifications from more than one provider at a time.  This
change also means that your worker script will always be running in
Firefox, you will no longer need to be the "selected" provider.
Confirmed users
14,525

edits