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)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.0
People
(Reporter: asa, Assigned: ddrinan0264)
Details
(Whiteboard: would like for 0.9)
Attachments
(11 files)
|
1.18 KB,
patch
|
Details | Diff | Splinter Review | |
|
862 bytes,
patch
|
Details | Diff | Splinter Review | |
|
844 bytes,
patch
|
Details | Diff | Splinter Review | |
|
844 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.05 KB,
patch
|
Details | Diff | Splinter Review | |
|
1023 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.46 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.62 KB,
patch
|
Details | Diff | Splinter Review | |
|
598 bytes,
patch
|
Details | Diff | Splinter Review | |
|
2.14 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.89 KB,
patch
|
Details | Diff | Splinter Review |
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.
Comment 1•25 years ago
|
||
Below is a patch that eliminates the need to use a vendor name by a simple
rewording.
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
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
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
| Assignee | ||
Comment 7•25 years ago
|
||
That looks good. Please attach the xul path as well. Thanks.
| Assignee | ||
Comment 8•25 years ago
|
||
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.
Comment 10•25 years ago
|
||
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.
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
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.
Comment 13•25 years ago
|
||
&certselect.description;
| Reporter | ||
Comment 14•25 years ago
|
||
Andre, if you can finish this up and get it reviewed we'd take it for 0.9
Whiteboard: would like for 0.9
Comment 15•25 years ago
|
||
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?
Comment 16•25 years ago
|
||
Comment 17•25 years ago
|
||
looks good. r=ben@netscape.com
Comment 19•25 years ago
|
||
make my r= an sr= ;)
Comment 20•25 years ago
|
||
r=doron
Comment 21•25 years ago
|
||
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.
Comment 22•25 years ago
|
||
Comment 23•25 years ago
|
||
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.
Comment 24•25 years ago
|
||
Comment 25•25 years ago
|
||
sairuh@netscape.com can you make sure commercial build is ok.
a=drivers when ready for 0.9
QA Contact: junruh → sairuh
Comment 26•25 years ago
|
||
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
Comment 27•25 years ago
|
||
alecf, could you provide a sr= for this one?
Comment 28•25 years ago
|
||
sr=alecf
Comment 29•25 years ago
|
||
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
Comment 30•25 years ago
|
||
brendan, the two patches have been checked in by jgmyers@netscape.com.
Comment 31•25 years ago
|
||
Comment 32•25 years ago
|
||
hold on. The pref-ssl.dtd file also had syntax errors in it... attaching a
patch that fixes both.
Comment 33•25 years ago
|
||
Comment 34•25 years ago
|
||
r=doron, if it's worth anythign by now....
Comment 35•25 years ago
|
||
actually, one more problem. Andre's patch replaced <html> elements with
<label>, killing useful line-wrapping.
Attaching another patch fixing all of the above...
Comment 36•25 years ago
|
||
Comment 37•25 years ago
|
||
r=doron remains, we need to fiel a big to make that text shorter though
Comment 38•25 years ago
|
||
lets try that again, will file a bug on User Interface for a possible shortening
of the text.
Comment 39•25 years ago
|
||
ok, once more, for the money... ;)
sr=ben
Comment 40•25 years ago
|
||
Fix checked in.
Comment 41•25 years ago
|
||
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.
Comment 42•25 years ago
|
||
Wahey :-)
Gerv
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•