Update pageInfo's security tab
Categories
(SeaMonkey :: Page Info, enhancement)
Tracking
(seamonkey2.49esr wontfix, seamonkey2.53 fixed, seamonkey2.57esr fixed, seamonkey2.63 wontfix)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: SM2.53.1)
Attachments
(1 file, 1 obsolete file)
21.01 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Port the following:
- Bug 886752 - Show TLS/SSL version in page info dialog
- Bug 1126413 - Part 2: UI changes to display security info on broken secure pages
- Bug 1153010 - Disambiguate error messages for mixed content and weak/broken cipher
- Bug 1250568 - Adding TLS 1.3 to nsISSLStatus
- Bug 1279953 - Ambiguous string usage for "not encrypted page"
- Bug 1305289 - Certificate Transparency - basic UI indicator
- Bug 1320566 - Certificate Transparency - implement CT Policy
- Bug 1354297 - Certificate expiry date is displayed in the page info dialog
- Bug 1195196 - Use proper plural form for number of visits in Page Info
- Bug 1430060 - Hide Security tab in Page Info when you are on about: pages
Also switch to using pippki's strings rather than duplicating them into pageInfo
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: Missing enhanced functionality
Testing completed (on m-c, etc.): 2.53
Risk to taking this patch (and alternatives if risky): none
String changes made by this patch: lots but all good
![]() |
||
Comment 2•6 years ago
|
||
![]() |
||
Comment 3•6 years ago
|
||
NIT Inconsistent formatting with the new else added above. You change everything around it so it think just use "} else {" here too.
Same for
else if (info.encryptionStrength > 0) {
Should be " } else if (info.encryptionStrength > 0) {" I think
Updated to reflect review comments, carrying forward r/a+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/71cb3277328b
Update pageInfo's security tab. r=frg
![]() |
||
Comment 6•6 years ago
|
||
![]() |
||
Comment 7•5 years ago
|
||
Description
•