|
|
(25 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 == |
| === Bugs ===
| | ''Target Milestone: Firefox 26'' |
| ==== Landed ====
| |
| <bugzilla>
| |
| {
| |
| "f1":"component",
| |
| "o1":"anywordssubstr",
| |
| "v1":"SocialAPI SocialAPI:%20Provider",
| |
| "target_milestone":"Firefox 26"
| |
| }
| |
| </bugzilla>
| |
|
| |
|
| ==== Uplifted ====
| | User Stories: |
| <bugzilla>
| | * Initial activation and appearance |
| {
| | * Click to show/hide the panel |
| "f1":"component",
| | * Mark a page |
| "o1":"anywordssubstr",
| | * Unmark a page |
| "v1":"SocialAPI SocialAPI:%20Provider",
| | * Toolbar customization |
| "f2":"cf_status_firefox26",
| | * Theme and platform integration |
| "o2":"anywordssubstr",
| | * ''Save page to service'' context menu item |
| "v2":"fixed verified"
| |
| }
| |
| </bugzilla>
| |
|
| |
|
| ==== Not Fixed ====
| | Bugs: |
| <bugzilla>
| | * {{Bug|935773}} Social Bookmark button icon doesn't show on Windows |
| { | |
| "f1":"component",
| |
| "o1":"anywordssubstr",
| |
| "v1":"SocialAPI SocialAPI:%20Provider",
| |
| "f2":"bug_status",
| |
| "o2":"nowordssubstr",
| |
| "v2":"RESOLVED VERIFIED"
| |
| } | |
| </bugzilla>
| |
|
| |
|
| === Status Button === | | == Bugs == |
| This is a replacement for the existing toolbar button. It is designed
| | * {{ok|}} [http://mzl.la/1b6M9xE UNCONFIRMED Bugs] |
| to allow users to see more than one provider at a time. You could have
| | * {{ok|}} [http://mzl.la/178PVCk FIXED Bugs] |
| 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
| | == Providers == |
| specify "statusURL" in your manifest, however we will deprecate the
| | ''[https://intranet.mozilla.org/QA/SocialAPI More Information]'' |
| 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.
| |