Open
Bug 1824813
Opened 2 years ago
Updated 2 years ago
Remove fluent hacks from security/manager/pki/resources/content/exceptionDialog.js
Categories
(Core :: Security: PSM, task)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox113 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
(Blocks 1 open bug)
Details
This code does a bunch of sizeToContent
after doing manual translates.
AFAICT all of this can be removed/simplified except the ones in response to grabCert
, which uses an XHR to grab certificate information and is async.
This will need a reasonable amount of manual testing because AIUI automated testing is sparse... looking through hg log/annotate may also help with understanding why the code does what it does at the moment. I recall it was... finnicky... to get it to work right as part of the DTD migration.
You need to log in
before you can comment on or make changes to this bug.
Description
•