Closed
Bug 82156
Opened 24 years ago
Closed 24 years ago
Lock icon is not accurate
Categories
(Core Graveyard :: Security: UI, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
psm2.0
People
(Reporter: junruh, Assigned: ddrinan0264)
References
()
Details
(Whiteboard: PDT+; possible dup of 87182)
Attachments
(2 files)
7.42 KB,
patch
|
Details | Diff | Splinter Review | |
7.40 KB,
patch
|
Details | Diff | Splinter Review |
WinNT Netscape 6 5/22 build. The above is an in-house URL.
1.) When using the tests at the top left of the page, I find that lock is
staying broken on secure sites, while page info shows that the site is secure.
Target -> 2.0
Priority -> P1
Priority: -- → P1
Target Milestone: --- → 2.0
Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
+ PRUnichar* tooltip = nsnull;
+ if (info) {
+ nsCOMPtr<nsITransportSecurityInfo> secInfo(do_QueryInterface(info));
+ if (secInfo &&
+ NS_SUCCEEDED(secInfo->GetShortSecurityDescription(&tooltip)) &&
tooltip should be of type nsXPIDLString.
then change to secInfo->GetShortDescription(getter_Copies(tooltip));
and get rid of line PR_Free(tooltip);
Fix that, and r=jav
Assignee | ||
Comment 5•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Whiteboard: need sr=, a=
Comment 6•24 years ago
|
||
sr=blizzard
Comment 7•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Reporter | ||
Comment 10•24 years ago
|
||
Marking worksforme. My tests don't break correct lock icon behavior.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 11•24 years ago
|
||
Actually, I forgot to update the bug when I checked in, so this should be marked
fixed. However, I still suspect that there are more bugs lurking around the
lock icon, so please keep trying to find edge cases that trip it up.
Reporter | ||
Comment 12•24 years ago
|
||
Reopen to mark fixed.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 13•24 years ago
|
||
Fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•24 years ago
|
||
Reopening. At https://www.ecount.com/ right click on a link and open in a new
browser window. The lock icon will appear broken.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 15•24 years ago
|
||
Please update the status whiteboard with your new eta since this was reopened again.
Whiteboard: PDT+ → PDT+; need eta
Comment 16•24 years ago
|
||
Confirmed, though this problem also shows up on other HTTPS sites as well. Note
that hitting Reload in the new window causes the lock to set itself correctly.
Assignee | ||
Updated•24 years ago
|
Whiteboard: PDT+; need eta → PDT+; eta 6/22
Comment 17•24 years ago
|
||
David is working hard on this one to track the last issues.
Add "reopened" to whiteboard.
Whiteboard: PDT+; eta 6/22 → PDT+; eta 6/22 reopened
Assignee | ||
Comment 18•24 years ago
|
||
The problem I'm having is that the correct behaviour is happening in my debug
build which, as you might expect, is making it difficult to isolate the problem.
Assignee | ||
Updated•24 years ago
|
Whiteboard: PDT+; possible dup → PDT+; possible dup of 87182
Assignee | ||
Comment 19•24 years ago
|
||
This works for me in my trunk build and in the last nights branch build. Marking
WORKSFORME.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•