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)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | verified |
People
(Reporter: rfeeley, Assigned: eoger)
Details
Attachments
(2 files, 2 obsolete files)
|
117.09 KB,
image/png
|
Details | |
|
8.33 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
Improve the about:accounts page because Welcome is not always appropriate when you are signing in to Sync. See attached.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8634414 -
Flags: review?(markh)
| Assignee | ||
Comment 2•10 years ago
|
||
oops, a new line managed to slip by
Attachment #8634414 -
Attachment is obsolete: true
Attachment #8634414 -
Flags: review?(markh)
Attachment #8634420 -
Flags: review?(markh)
| Reporter | ||
Comment 3•10 years ago
|
||
Looks great!
Comment 4•10 years ago
|
||
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-
| Assignee | ||
Comment 5•10 years ago
|
||
Thanks for the feedback
Attachment #8634420 -
Attachment is obsolete: true
Attachment #8634833 -
Flags: review?(markh)
Updated•10 years ago
|
Attachment #8634833 -
Flags: review?(markh) → review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•10 years ago
|
QA Whiteboard: [bugday-20150727]
Updated•10 years ago
|
QA Whiteboard: [bugday-20150727]
Comment 8•10 years ago
|
||
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]
Comment 9•10 years ago
|
||
(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.
Description
•