Closed
Bug 202044
Opened 22 years ago
Closed 22 years ago
Cookie Manager should sort cookie sites by DNS name components backwards
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 142179
People
(Reporter: shankarunni, Assigned: mvl)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401
The sorting of the cookie sites in the Cookie Manager should treat each cookie
name as an array of components, and sort last-column-first.
E.g. if you have cookies from the following sites, this is how the cookie
manager sorts them today:
abc.com
def.com
test.ghi.com
www.abc.com
www.def.com
This list would make a heck of a lot more sense if we sorted by "com" first,
then by "abc", "def", etc., and so on back to the 1st column:
abc.com
www.abc.com
def.com
www.def.com
test.ghi.com
This kind of sort:
(a) Groups together all cookies from different "machines" in the same domain,
(b) Makes it a whole lot easier to nuke all the cookies from a particular domain
from the list.
Reproducible: Always
Steps to Reproduce:
1. Open the cookie manager and look at the way the cookies are sorted.
2.
3.
Actual Results:
See above.
Expected Results:
See above.
Updated•22 years ago
|
Whiteboard: DUPEME?
Comment 1•22 years ago
|
||
more wallet whackage. seems reasonable to me...
-> mvl since he had ideas along these lines, but throw it back to darin or
(aagh) me if you don't want it ;)
Assignee: darin → mvl
I tried to improve the summary of the original bug, let me know if additional
changes are needed so it would be easier to find.
Please VERIFY/dupe if you concur w/ my resolution.
*** This bug has been marked as a duplicate of 142179 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME?
You need to log in
before you can comment on or make changes to this bug.
Description
•