Closed
Bug 1221679
Opened 9 years ago
Closed 9 years ago
Changing language on phone will update language settings page title with "General"
Categories
(Firefox for Android Graveyard :: Settings and Preferences, defect)
Tracking
(firefox45 fixed, fennec45+)
RESOLVED
FIXED
Firefox 45
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
(Keywords: regression)
Attachments
(1 file)
Sigh, in fixing the tablet situation, I seem to have busted the phone situation...
Comment 1•9 years ago
|
||
Told ya :P
Status: NEW → ASSIGNED
tracking-fennec: --- → ?
OS: Unspecified → Android
Hardware: Unspecified → All
Version: Firefox 35 → Trunk
Updated•9 years ago
|
tracking-fennec: ? → 45+
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Bug 1221679 - Properly update settings header on locale change. r=liuche
Attachment #8684378 -
Flags: review?(liuche)
Assignee | ||
Comment 5•9 years ago
|
||
I tested this on a phone and a tablet, and in both cases the right thing happened, but they're both running Android 6.0... I don't have an old device to test on. Chenxia, maybe you can try this with a device in SF?
This patch looks like it does a lot, but really I decided to do some clean-up of unused and unnecessary logic:
1) I don't know why we made an additional `updateTitle` signature... `setTitle` already has 2 signatures we can use directly.
2) `updateTitleForPrefsResource` is only called for pre-HC devices, so we can remove logic in there that would only be called on HC+.
Updated•9 years ago
|
Attachment #8684378 -
Flags: review?(liuche) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8684378 [details]
MozReview Request: Bug 1221679 - Properly update settings header on locale change. r=liuche
https://reviewboard.mozilla.org/r/24547/#review22279
Nice - I tried this out and it works fine. Removing the updateTitle also makes sense to me!
Assignee | ||
Comment 7•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/d9bc1c0ff110ee922a3ab6aa20baf6809095a5c8
Bug 1221679 - Properly update settings header on locale change. r=liuche
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•