Closed
Bug 976683
Opened 11 years ago
Closed 11 years ago
Tools menu copy should match customize menu for reauth, and should direct user to FxA reauth page
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 30
People
(Reporter: jgruen, Assigned: ttaubert)
Details
Attachments
(2 files)
346.12 KB,
image/jpeg
|
Details | |
5.83 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
If a user has to reauth to sync, the tools menu copy should read 'Reconnect to Sync...' and clicking should take the user to about:accounts?action=reauth
attachment for details
Comment 1•11 years ago
|
||
Let's get this fixed for Firefox 30, since it needs a new string. Tim, can you make sure at least the string gets in before the merge?
Assignee: nobody → ttaubert
status-firefox30:
--- → affected
tracking-firefox30:
--- → +
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8387110 -
Flags: review?(mhammond)
Comment 3•11 years ago
|
||
Comment on attachment 8387110 [details] [diff] [review]
0001-Bug-976683-Tools-menu-copy-should-match-customize-me.patch
Review of attachment 8387110 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/browser-syncui.js
@@ +104,5 @@
> + .wrappedJSObject;
> + if (!service.ready) {
> + return false;
> + }
> + return Weave.Status.login == Weave.LOGIN_FAILED_LOGIN_REJECTED;
note that this chunk appears to be from bug 969528 and shouldn't land until the other bugs it depends on land.
Attachment #8387110 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
status-firefox29:
--- → wontfix
Comment 6•11 years ago
|
||
I was able to confirm the fix for this issue on Aurora 30 (2014-04-28, Build ID: 20140428004000), using:
* Windows 7 64-bit [1],
* Windows 8 32-bit [2],
* Ubuntu 13.10 64-bit [3],
* Mac OS X 10.9 [4].
It's also worth mentioning that immediately after restarting profile A (after changing the account password on profile B) you can see how the string changes from "Sync now" to "Set up Sync", and eventually to "Reconnect to Sync..." as you click Tools subsequently in a 2-3 seconds period of time, but I assume this is expected.
1. Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0
2. Mozilla/5.0 (Windows NT 6.2; rv:30.0) Gecko/20100101 Firefox/30.0
3. Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0
4. Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0
You need to log in
before you can comment on or make changes to this bug.
Description
•