Closed
Bug 52652
Opened 25 years ago
Closed 25 years ago
Signed By... text is not localizable.
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.0
People
(Reporter: dougt, Assigned: ddrinan0264)
Details
(Keywords: l12y)
The "Signed By..." text displayed in the tool text tip is not localizable (eg.
it is hardcoded). Even worse, it is using single byte text manipulation.
http://lxr.mozilla.org/seamonkey/source/extensions/psm-glue/src/nsSecureBrowserUIImpl.cpp#78
and
http://lxr.mozilla.org/seamonkey/source/extensions/psm-glue/src/nsSecureBrowserUIImpl.cpp#374
This is a bug both in PSM as well as mozilla.
| Reporter | ||
Comment 1•25 years ago
|
||
x
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: czhang → junruh
Comment 4•25 years ago
|
||
PSM 2.0
Component: Security: Crypto → Client Library
OS: Linux → All
Product: Browser → PSM
Hardware: PC → All
Target Milestone: --- → 2.0
Version: other → 2.0
Comment 5•25 years ago
|
||
huh?
In PSM 2.0, the text signed by is located at
http://lxr.mozilla.org/mozilla/source/security/manager/ssl/resources/locale/en-US/pipnss.properties#22
Comment 6•25 years ago
|
||
Javi - Does your comment mean that this bug is solved in PSM 2.0 drop (i.e. You
will Resolve this bug when your code drops)?
Comment 7•25 years ago
|
||
I think this bug is already resolved. With PSM 2, pipnss.properties has the
entry "Signed By %S", which we use to generate the string.
Is that what this bug is about? Or am I missing the point?
Comment 8•25 years ago
|
||
This bug was fixed by the switch to PSM 2.0
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
•