Closed Bug 1184179 Opened 10 years ago Closed 10 years ago

Improve the about accounts page because Welcome is not always appropriate

Categories

(Firefox :: Sync, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
Firefox 42
Tracking Status
firefox42 --- verified

People

(Reporter: rfeeley, Assigned: eoger)

Details

Attachments

(2 files, 2 obsolete files)

Improve the about:accounts page because Welcome is not always appropriate when you are signing in to Sync. See attached.
Attached patch bug-1184179.patch (obsolete) — Splinter Review
Attachment #8634414 - Flags: review?(markh)
Attached patch bug-1184179.patch (obsolete) — Splinter Review
oops, a new line managed to slip by
Attachment #8634414 - Attachment is obsolete: true
Attachment #8634414 - Flags: review?(markh)
Attachment #8634420 - Flags: review?(markh)
Looks great!
Comment on attachment 8634420 [details] [diff] [review] bug-1184179.patch Review of attachment 8634420 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/base/content/aboutaccounts/aboutaccounts.js @@ +97,5 @@ > > +function updateDisplayedEmail(user) { > + let emailDiv = document.getElementById("email"); > + if (emailDiv && user) { > + emailDiv.innerHTML = user.email; I think we want .textContent - see https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML#Security_considerations @@ -327,5 @@ > // No action specified. > if (user) { > show("stage", "manage"); > let sb = Services.strings.createBundle("chrome://browser/locale/syncSetup.properties"); > - document.title = sb.GetStringFromName("manage.pageTitle"); We should remove the line above and the string itself (dxr tells me this is the only use of the string)
Attachment #8634420 - Flags: review?(markh) → review-
Thanks for the feedback
Attachment #8634420 - Attachment is obsolete: true
Attachment #8634833 - Flags: review?(markh)
Attachment #8634833 - Flags: review?(markh) → review+
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
QA Whiteboard: [bugday-20150727]
QA Whiteboard: [bugday-20150727]
I have successfully reproduce this bug on firefox aurora 41.0a2 (2015-07-15) (Build ID: 20150715004006) with windows 7 (32 bit) I found this fix on latest Aurora 42.0a1 (2015-08-11) Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101 Firefox/42.0 Build ID : 20150811004008 [bugday-20150812]
(In reply to Md. Rahimul Islam from comment #8) > I have successfully reproduce this bug on firefox aurora 41.0a2 (2015-07-15) > (Build ID: 20150715004006) > with windows 7 (32 bit) > > I found this fix on latest Aurora 42.0a1 (2015-08-11) Thanks very much!
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: