Closed
Bug 75654
Opened 24 years ago
Closed 24 years ago
Bogus cookie description when multiple cookies selected
Categories
(Core :: Networking: Cookies, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: morse, Assigned: morse)
Details
Attachments
(2 files)
2.04 KB,
patch
|
Details | Diff | Splinter Review | |
1.37 KB,
patch
|
Details | Diff | Splinter Review |
Collect several cookies by browsing
Go to cookie-manager dialog (tasks->privacy->cookie-manager->view-cookies)
Select a cookie in list -- it's properties get displayed
Press shift or control and select another cookie.
- this causes multiple selections as it is supposed to
- display of properties is cleared out (as it is supposed to be) except that
the "secure" field and the "expires" field have values (not supposed to)
This bug is actually an offshoot of bug 27417 which has to do with selecting
multiple cookies for removal purposes. I stumbled across this while trying to
come up with a fix for that one.
Assignee | ||
Comment 1•24 years ago
|
||
As a side effect, I noticed that the "host" or "domain" label in the properties
section starts off with a lower-case letter whereas all other labels start off
with upper case. Related to this bug only tagentially but it's easier to fix
this all together than to open a separate bug report just for the casing
problem.
Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
-r evaughan
Assignee | ||
Comment 4•24 years ago
|
||
cc'ing alecf for sr
Comment 5•24 years ago
|
||
multiple nested ?: are simply hard to read and lead to confusion when you're
maintaining the code. use at least one if/else (or get rid of all the ?: entirely)
Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
awesome... so much easier to understand :)
sr=alecf
Comment 8•24 years ago
|
||
great work guys, check it in!
Assignee | ||
Comment 9•24 years ago
|
||
Fix was checked in yesterday. I forgot to mark it closed.
Assignee | ||
Comment 10•24 years ago
|
||
And I still forgot to mark it close. Let's try again.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•23 years ago
|
||
verified 6/27 branch and trunk, winNT 4, Linux rh6, mac os9
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•