Closed Bug 75735 Opened 25 years ago Closed 25 years ago

pref UI Replace "Netscape" with "Mozilla" or "Navigator" in SSL settings panel

Categories

(Core Graveyard :: Security: UI, defect, P3)

1.0 Branch

Tracking

(Not tracked)

VERIFIED FIXED
psm2.0

People

(Reporter: asa, Assigned: ddrinan0264)

Details

(Whiteboard: would like for 0.9)

Attachments

(11 files)

Summary: The SSL settings panel in the new Security preferences has "Netscape can alert you ...." and "Set Netscape...." description in the SSL Warnings box (above all the warning checkboxes). It also has "Decide how Netscape selects a security certificate..." in the Client Cert Selection box (at the bottom of the settings for SSL pref panel). Please replace those Netscape mentions with "Mozilla" or something more generaic. Thanks.
Below is a patch that eliminates the need to use a vendor name by a simple rewording.
These strings should go into the .dtd file for PSM. And you can use &brandShortName in the dtd to the displayed text browser dependent. For an example see: http://lxr.mozilla.org/seamonkey/source/xpfe/components/bookmarks/resources/loca le/en-US/pref-bookmarks.dtd#10
That looks good. Please attach the xul path as well. Thanks.
The above comment should be "That looks good. Please attach the xul patch as well. Thanks."
You might remove those four extra whitespaces between <!ENTITY and there labels.
I just realized I've made a misstake. These strings should be added to pref-ssl.dtd and not pref-security.dtd. I'll attach a new patch soon.
In the .xul-file, do I simply replace the hardcoded string with the labels? If the label is named certselect.description, do I use &certselect.description in the .xul-file to access it? I'll attach a patch for pref-ssl.xul once I know this.
&certselect.description;
Andre, if you can finish this up and get it reviewed we'd take it for 0.9
Whiteboard: would like for 0.9
Because of cvs-mirror being down I can't do a cvs diff, so I instead did a local diff. Do I come even close to the correct solution in the below patch?
Milestone 2.0
Priority: -- → P3
Target Milestone: --- → 2.0
r=doron
uh, brand.dtd is not included in the .xul, this will cause errors i believe. +<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd"> is needed in the .xul file.
sorry, i was confused <!DOCTYPE window [ <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd"> %brandDTD; <!ENTITY % prefSslDTD SYSTEM chrome://pippki/locale/pref-ssl.dtd"> %prefSslDTD; ]> is how it should look like.
sairuh@netscape.com can you make sure commercial build is ok. a=drivers when ready for 0.9
QA Contact: junruh → sairuh
the last patch should do it correct, brand.dtd is included and brandShortName can be used in the pref-ssl.dtd. We need a new sr= r=doron
alecf, could you provide a sr= for this one?
sr=alecf
Who will check in the patch, among reviewers and others who tested and have the patch working in their tree? It's approved for 0.9, so someone please get it checked in. /be
brendan, the two patches have been checked in by jgmyers@netscape.com.
Attached patch Fix typoSplinter Review
hold on. The pref-ssl.dtd file also had syntax errors in it... attaching a patch that fixes both.
r=doron, if it's worth anythign by now....
actually, one more problem. Andre's patch replaced <html> elements with <label>, killing useful line-wrapping. Attaching another patch fixing all of the above...
r=doron remains, we need to fiel a big to make that text shorter though
lets try that again, will file a bug on User Interface for a possible shortening of the text.
ok, once more, for the money... ;) sr=ben
Fix checked in.
I just verified that this fix is in, and working, with my cvs build from 2001-04-20-10 on Linux. Asa, you can resolve this one as FIXED.
Wahey :-) Gerv
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified in the 4/27 WinNT build.
Status: RESOLVED → VERIFIED
Product: PSM → Core
Version: psm2.0 → 1.0 Branch
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: