Closed
Bug 71788
Opened 24 years ago
Closed 24 years ago
nsICookie::expires() should return a PRUint64
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jud, Assigned: morse)
References
Details
Currently expires allocates a string representing the expires date in some day,
date/year format. In order to reduce the parsing burden on people using this
iface, and to reduce allocations, this should be turned into a PRUint64. JS can
turn a PRUint64 into a "Date" type, and c++ users can use a PRUint64 using their
time() routines.
Assignee | ||
Comment 1•24 years ago
|
||
This is a very strange bug report in that it describes a problem in code that
has not yet been checked in. Specifically the patches to bug 46783. But those
patches are not yet finalized and will be done correctly before being checked
in. Marking this report as invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•