Closed
Bug 1622269
Opened 4 years ago
Closed 4 years ago
Use fluent to display cert error titles
Categories
(Firefox :: Security, enhancement, P5)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: prathiksha, Assigned: skanthavar, Mentored)
References
Details
Attachments
(1 file)
Currently, we store cert error title strings in netError.dtd [0] and use it in aboutNetError.xhtml [1]. Since we want to eliminate the usage of innerHTML in aboutNetError.js [2], we should consider porting these strings to Fluent [4] and set them dynamically in aboutNetError.js depending on the error encountered like this [5].
Updated•4 years ago
|
Assignee: nobody → skanthavar
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9133555 -
Attachment description: Bug 1622269 - Migrate cert error titles from netError.dtd to aboutCertError.ftl. r=flod,prathiksha → Bug 1622269 - Migrate cert error titles from netError.dtd to aboutCertError.ftl. r=flod, prathiksha
Updated•4 years ago
|
Attachment #9133555 -
Attachment description: Bug 1622269 - Migrate cert error titles from netError.dtd to aboutCertError.ftl. r=flod, prathiksha → Bug 1622269 - Migrate cert error titles from netError.dtd to aboutCertError.ftl. r=flod,prathiksha
Updated•4 years ago
|
Attachment #9133555 -
Attachment description: Bug 1622269 - Migrate cert error titles from netError.dtd to aboutCertError.ftl. r=flod,prathiksha → Bug 1622269 - Use fluent to display cert error titles. r=flod,prathiksha
Pushed by prathikshaprasadsuman@gmail.com: https://hg.mozilla.org/integration/autoland/rev/8e6f25128175 Use fluent to display cert error titles. r=flod,prathiksha,fluent-reviewers
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•