Closed
Bug 1513710
Opened 6 years ago
Closed 6 years ago
moving to fluent in bug 1498448 broke exporting certificates from the certificate viewer
Categories
(Firefox :: Settings UI, defect, P1)
Tracking
()
RESOLVED
FIXED
Firefox 66
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | + | fixed |
| firefox66 | + | fixed |
People
(Reporter: keeler, Assigned: Gijs)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Bug 1498448 removed the string bundle that certViewer.xul uses to export certificates (the actual use is in pippki.js, which is unfortunately convoluted).
STR: open the certificate viewer (e.g. view page info -> security -> view certificate), go to the details tab, click "export"
Updated•6 years ago
|
status-firefox64:
--- → unaffected
OS: Unspecified → All
| Assignee | ||
Comment 1•6 years ago
|
||
We should probably add tests for this. :-(
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Flags: in-testsuite?
Priority: -- → P1
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Tracking to make sure we follow up with beta uplift.
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8ac2c5d30013
bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r=jaws
Backout by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5bcc96228ac8
Backed out changeset 8ac2c5d30013 as requested by Gijs for causing leaks.
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/90a1eb1a99de
bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r=jaws
Comment 7•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
| Assignee | ||
Comment 8•6 years ago
•
|
||
Comment on attachment 9031435 [details]
Bug 1513710 - bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r?jaws
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1498448
User impact if declined: Users can't export certificates
Is this code covered by automated tests?: Yes
Has the fix been verified in Nightly?: Yes (automatically, with a new test that's part of this commit)
Needs manual test from QE?: No
If yes, steps to reproduce:
List of other uplifts needed: n/a
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): This just re-creates the stringbundle on which this code depended anyway, and ensures it's in the document -- and it adds an automated test to ensure we don't accidentally break this again.
String changes made/needed: None - the strings were still there, but we accidentally removed the stringbundle before removing all uses of it
Attachment #9031435 -
Flags: approval-mozilla-beta?
| Assignee | ||
Updated•6 years ago
|
Flags: qe-verify-
Flags: in-testsuite?
Flags: in-testsuite+
Comment 9•6 years ago
|
||
Comment on attachment 9031435 [details]
Bug 1513710 - bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r?jaws
[Triage Comment]
Fixes broken certificate exporting and includes a new automated test. Approved for 65.0b5.
Attachment #9031435 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•6 years ago
|
||
| bugherder uplift | ||
Updated•6 years ago
|
status-firefox-esr60:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•