Closed
Bug 601163
Opened 14 years ago
Closed 14 years ago
"Clear Site Preferences: Password" appears in site menu on all sites when "Remember Passwords" is disabled
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
Details
Attachments
(1 file)
1.04 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
In today's Android nightly build, "Clear Site Preferences: Password" appears every time the site menu is opened on any page.
Assignee | ||
Comment 1•14 years ago
|
||
After moving prefs.js out of my profile, I am not seeing this bug anymore. I saved the prefs.js file, and will try to figure out which pref caused the problem.
Assignee | ||
Comment 2•14 years ago
|
||
This happens whenever "Remember Passwords" (signon.rememberSignons) is disabled at startup.
tracking-fennec: --- → ?
OS: Android → All
Summary: "Clear Site Preferences: Password" appears in site menu on all pages on Android → "Clear Site Preferences: Password" appears in site menu on all sites when "Remember Passwords" is disabled
Assignee | ||
Comment 3•14 years ago
|
||
getLoginSavingEnabled always returns false when signon.rememberSignons is false.
There's one edge case this patch doesn't handle - the bug still appears if you flip the preference from "false" to "true" while Fennec is running. The bug goes away once Fennec restarts. (It seems the login service still returns false after this happens, even though it appears to have a preference observer that should prevent this.)
Comment 4•14 years ago
|
||
Comment on attachment 480159 [details] [diff] [review]
patch
* Keep the {} on the outer "if"
* Add a comment as to why we need to check the pref, maybe a short one with a link to this bug
Attachment #480159 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> * Keep the {} on the outer "if"
> * Add a comment as to why we need to check the pref, maybe a short one with a
> link to this bug
Done and done. Pushed:
http://hg.mozilla.org/mobile-browser/rev/33f11512d5cd
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
This issue is not reproducible on Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110912 Firefox/9.0a1 Fennec/9.0a1
Device: HTC Desire
OS: Android 2.2
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•