Closed
Bug 231362
Opened 22 years ago
Closed 22 years ago
changes to nsCookiePermission.cpp may break Camino
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mconnor, Assigned: mikepinkerton)
Details
bug 230624 is about implementing changes to the dialogs to allow accepting for
sesion only (and also setting the corresponding permission). The patch for this
will break Camino, as the return value of CookieDialog is expected as long, not
boolean. I would imagine that without changing everything to support this
throughout the UI, you will want to just return 1 for Accept and 0 for Deny, and
you can consider the session-only permission/acceptance as an RFE.
| Assignee | ||
Comment 1•22 years ago
|
||
i'll keep an eye out in the other bug, thanks.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•