Closed Bug 222419 Opened 21 years ago Closed 21 years ago

remove wallet.TutorialFromMenu key from navigator.properties

Categories

(Core :: Internationalization: Localization, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.6alpha

People

(Reporter: tsahi_75, Assigned: stephend)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; he-IL; rv:1.4) Gecko/20030624

the key wallet.TutorialFromMenu in navigator.properties
(http://lxr.mozilla.org/mozilla/source/xpfe/browser/resources/locale/en-US/navigator.properties#33
) reffers to chrome://communicator/locale/wallet/privacy.html, a file that no
longer exists. the key itself, to the best of my knowledge, is also not used
anymore.

IMHO this key should be removed.


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
care to submit a patch?
i didn't install patch maker yet, i guess it's about time.
in the next few days i'll be busy with the hebrew language pack for mozilla 1.5
i'm making, can you or someone else do it?
It was 'fun' tracking the changes down:

bug 72402 has http://bugzilla.mozilla.org/attachment.cgi?id=28039&action=view,
which removed, among other things in pref-cookies.xul:

-  function viewTutorial() 
-  {
-    window.openDialog
-     
("chrome://communicator/content/wallet/privacy.xul","","modal=yes,chrome,resizable=yes,height=400,width=600",
0);
-  }  
- 

The current function looks like:

 41   function init()
 42   {
 43     parent.initPanel('chrome://cookie/content/pref-cookies.xul');
 44     setDisables(false);
 45 
 46     const NS_COOKIECONSENT_CONTRACTID = '@mozilla.org/cookie-consent;1';
 47     if (NS_COOKIECONSENT_CONTRACTID in Components.classes) {
 48       var p3pRadioButton = document.getElementById("p3pRadioButton");
 49       p3pRadioButton.removeAttribute("hidden");
 50     }

As for what LXR says of the wallet.Tutorial*:

http://lxr.mozilla.org/seamonkey/search?string=wallet.Tutorial

/modules/libpref/src/init/all.js, line 658 -- pref("wallet.TutorialFromMenu",
"chrome://navigator/locale/navigator.properties");

/xpfe/browser/resources/locale/en-US/navigator.properties, line 33 --
wallet.TutorialFromMenu=chrome://communicator/locale/wallet/privacy.html

So no XUL uses it...
Status: UNCONFIRMED → NEW
Ever confirmed: true
-> me.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.6alpha
-> me.
Assignee: rchen → technutz
Status: ASSIGNED → NEW
Attachment #133487 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 133487 [details] [diff] [review]
Patch

Actually this was made redundant by bug 149357.
Attachment #133487 - Flags: review?(neil.parkwaycc.co.uk) → review+
Attachment #133487 - Flags: superreview?(alecf)
Attachment #133487 - Flags: superreview?(alecf) → superreview?(bienvenu)
Attachment #133487 - Flags: superreview?(bienvenu) → superreview+
Fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: