pjs/netwerk/cookie/public
dwitte%stanford.edu 7b125ba0e6 move cookies to use hashtables instead of a sorted list, and implement a sane notifications
system for cookies and permissions. this will improve perf a bunch, and also sets the stage
for a more performant and flexible cookiemanager UI by providing better notifications.

bugs 143939 and 221185, with r=bsmedberg+mvl, sr=darin and r=mvl, sr=bz respectively.
2003-10-22 06:53:19 +00:00
..
.cvsignore Adding missing .cvsignore files. a=leaf. 2002-02-27 23:53:14 +00:00
Makefile.in moving cookie service into necko: b=210561 r=dwitte sr=bryner 2003-10-10 23:08:01 +00:00
nsCCookieManager.h moving cookie service into necko: b=210561 r=dwitte sr=bryner 2003-10-10 23:08:01 +00:00
nsICookie.idl moving cookie service into necko: b=210561 r=dwitte sr=bryner 2003-10-10 23:08:01 +00:00
nsICookie2.idl move cookies to use hashtables instead of a sorted list, and implement a sane notifications 2003-10-22 06:53:19 +00:00
nsICookieConsent.idl moving cookie service into necko: b=210561 r=dwitte sr=bryner 2003-10-10 23:08:01 +00:00
nsICookieManager.idl moving cookie service into necko: b=210561 r=dwitte sr=bryner 2003-10-10 23:08:01 +00:00
nsICookieManager2.idl refactor cookie prompting helper to where it belongs... this will increase perf a little, for the case where prompting is turned off. 2003-10-11 00:06:13 +00:00
nsICookiePermission.idl make the cookie whitelist override the "limit cookie lifetime to session" pref. this allows the user to whitelist certain sites for setting permanent cookies, while non-whitelisted sites are downgraded to session cookies. also adds an "downgrade cookies from this site to session" permissionlist value, so now we have a whitelist/blacklist/sessionlist. (UI for this latter feature is not yet hooked up). 2003-10-16 13:17:12 +00:00
nsICookieService.idl move cookies to use hashtables instead of a sorted list, and implement a sane notifications 2003-10-22 06:53:19 +00:00