Closed
Bug 27027
Opened 26 years ago
Closed 26 years ago
Disable Wallet menu items, dialogs & prefs for beta1
Categories
(Toolkit :: Form Manager, defect, P3)
Toolkit
Form Manager
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: meta, Whiteboard: [PDT+] ready to go, waiting for code review and approval)
summary sez it all. i couldn't find a unique bug on this, so here it is. i don't
know if the decision is to just grey them out, precede w/dots (menus only), or
to remove them. (dialogs would need to be disabled.) here are where they show up
in the browser.
nbaca, let me know if there are *additional* places in mail which would be
similarly affected. (if it's the same items, then nevermind ;-)
menu items to remove/disable/grey out/precede w/dot
---------------------------------------------------
Tasks > My Wallet > Safe Form Fill
Tasks > My Wallet > Quick Form Fill
Tasks > My Wallet > Capture Form
Tasks > My Wallet > Wallet Contents
dialogs to disable
------------------
Wallet Editor dialog
Safe Form Fill dialog
preferences to disable/remove/grey out
--------------------------------------
Advanced > "Save form data when submitting" checkbox
Advanced > Wallet > entire Wallet section ("server for wallet tables" text field
& "View Wallet entries" button)
![]() |
Reporter | |
Comment 1•26 years ago
|
||
needed for beta1. also might affect other bugs, so added 'meta' so that others
could add dependencies where needed.
![]() |
||
Updated•26 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Updated•26 years ago
|
Target Milestone: M14
![]() |
||
Updated•26 years ago
|
Whiteboard: [PDT+] → [PDT+] very small change required -- waiting for input
![]() |
||
Comment 4•26 years ago
|
||
No, you are confusing wallet (autofill) with single-signon, which is very common :-)
Single-Signon deals solely with passwords, wallet (autofill) deals with
capturing common user data (addresses, e-mail address) and allowing users to
'auto-fill' them in at other sites with similar forms.
![]() |
||
Updated•26 years ago
|
Whiteboard: [PDT+] very small change required -- waiting for input → [PDT+] ready to go, waiting for code review and approval
![]() |
||
Comment 5•26 years ago
|
||
Down but not out! You can bring it back for development and testing
purposes very easily by including the following line in your prefs.js file:
user_pref("wallet.enabled", true);
And it can be brought back in the build itself by changing the following line in
mozilla\modules\libpref\src\init\all.js from false to true:
pref("wallet.enabled", false);
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 7•26 years ago
|
||
while i cannot completely verify this bug due to prefs blocker #28083, i did
notice that on Mac the wallet menu items are still listed [2000021808]:
Tasks > Autofill > Safe Form Fill --should be removed
Tasks > Autofill > Quick Form Fill --should be removed
Tasks > Autofill > Capture Form --should be removed
Tasks > Autofill > Wallet Contents --should be removed
not a problem on NT or linux (their menu items have been appropriated disabled).
![]() |
Reporter | |
Comment 8•26 years ago
|
||
verifying this...however, i can still see the wallet-related items in the menu
on mac. 2000022308. i'll open a separate bug for that.
Status: RESOLVED → VERIFIED
![]() |
||
Comment 9•26 years ago
|
||
After the beta1 branch has happend, isn't it finally time to enable the wallet
feature again by default?
![]() |
||
Comment 10•26 years ago
|
||
YES, YES, YES!!!. Consider it done.
Updated•17 years ago
|
Assignee: morse → nobody
Product: Core → Toolkit
QA Contact: bugzilla → form.manager
Target Milestone: M14 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•