Closed
Bug 694047
Opened 13 years ago
Closed 13 years ago
Turn off the locale picker
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox9 fixed, firefox10 fixed)
VERIFIED
FIXED
Firefox 9
People
(Reporter: wesj, Assigned: wesj)
References
Details
(Keywords: verified-aurora, Whiteboard: [qa!])
Attachments
(1 file)
(deleted),
patch
|
mfinkle
:
review+
cww
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Mostly needed on Aurora. The locale picker isn't ready for shipping. We should turn it off for 9 and just use our old menulist UI in prefs. We'll also be able to turn some stuff off in BrowserCLH.js
Comment 1•13 years ago
|
||
Nominating for tracking-firefox9. This is a new feature in update 9 that we'd like to disable on Aurora because it's not ready.
I think we might also want to disable this on trunk until more of the bugs are fixed, since fixing locale picker bugs is currently lower priority than working on the native front-end.
Blocks: 689706
tracking-fennec: --- → ?
status-firefox10:
--- → affected
status-firefox9:
--- → affected
tracking-firefox9:
--- → ?
Assignee | ||
Comment 2•13 years ago
|
||
This reverts the preferences UI, and also disables the locale picker from appearing ever on startup. I'm not sure if this is the exact way we want to do this or not. I could keep more existing code in and make it easier to re-enable this later if we want, or alternatively remove more code.
Assignee: nobody → wjohnston
Attachment #567477 -
Flags: review?(mark.finkle)
Comment 3•13 years ago
|
||
Comment on attachment 567477 [details] [diff] [review]
Patch v1
Let's start with this.
nit: Don't add the blank lines with trailing spaces in preferences.js (there are a few of them)
Attachment #567477 -
Flags: review?(mark.finkle) → review+
Comment 4•13 years ago
|
||
Updated•13 years ago
|
Whiteboard: [QA+]
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
Comment on attachment 567477 [details] [diff] [review]
Patch v1
Requesting approval for Aurora 9. This patch backs out a feature that was added in update 9 but that we don't think is ready to ship.
The feature is already backed out on trunk; we will want to let it bake there a couple of days for before landing the backout on Aurora to make sure there are no problems.
The patch is mobile-only. It flips a pref to turn off the locale picker, and also backs out some code changes that depend on it. The patch is slightly risky just because we might have missed some dependent changes; testing on the nightly channel will help us make sure we didn't miss anything.
Attachment #567477 -
Flags: approval-mozilla-aurora?
Attachment #567477 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•13 years ago
|
||
Locale picker is disabled on Fennec 10:
Mozilla /5.0 (Android;Linux armv7l;rv:10.0a1) Gecko/20111021 Firefox/10.0a1 Fennec/10.0a1
but it's still enable on latest Fennec 9. Can I mark this bug as verified fixed or I should wait until it is disabled on Aurora also?
Comment 8•13 years ago
|
||
(In reply to Andreea Pod from comment #7)
> Locale picker is disabled on Fennec 10:
>
> Mozilla /5.0 (Android;Linux armv7l;rv:10.0a1) Gecko/20111021 Firefox/10.0a1
> Fennec/10.0a1
>
> but it's still enable on latest Fennec 9. Can I mark this bug as verified
> fixed or I should wait until it is disabled on Aurora also?
Let's verify the same change and wait until it lands on Aurora.
Updated•13 years ago
|
Keywords: checkin-needed
Updated•13 years ago
|
Whiteboard: [QA+] → [QA+] [needs landing on aurora]
Comment 9•13 years ago
|
||
I'll push this, after rebasing and testing it on mozilla-aurora.
Keywords: checkin-needed
Comment 10•13 years ago
|
||
tracking-firefox9:
? → ---
Target Milestone: Firefox 10 → Firefox 9
Updated•13 years ago
|
Whiteboard: [QA+] [needs landing on aurora] → [QA+]
Comment 11•13 years ago
|
||
Build ID: Mozilla/5.0 (Android; Linux armv7l; rv:9.0a2) Gecko/20111025 Firefox/9.0a2 Fennec/9.0a2
Device: HTC Desire Z
OS: Android 2.3
Locale picker is disabled on Fennec 9
Status: RESOLVED → VERIFIED
Whiteboard: [QA+]
Keywords: verified-aurora
Whiteboard: [qa!]
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•