gecko-dev/extensions/cookie
2002-06-25 22:33:44 +00:00
..
macbuild Attempt to add nsICookieConsent.idl correctly this time, although mac builds will still need kicking. b=113143 2002-02-15 14:39:55 +00:00
resources bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf 2002-06-25 22:33:44 +00:00
tests fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
.cvsignore
jar.mn bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf 2002-06-25 22:33:44 +00:00
Makefile.in Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
makefile.win Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
MANIFEST bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +00:00
MANIFEST_IDL bug 113143, cookie module to call compact-policy parser, r=sgehani,harishd, sr=jag 2002-02-15 03:01:32 +00:00
nsCCookie.h bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa 2002-03-16 02:16:23 +00:00
nsCCookieManager.h bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa 2002-03-16 02:16:23 +00:00
nsCookie.cpp Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
nsCookie.h bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +00:00
nsCookieHTTPNotify.cpp bug 137079, account management at buy.com does not work, r=pink, sr=alecf 2002-05-13 20:41:22 +00:00
nsCookieHTTPNotify.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
nsCookieManager.cpp bug 148213, flush cookies to disk after a remove-all-cookies, r=pinkerton, sr=beard 2002-06-01 01:11:34 +00:00
nsCookieManager.h bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +00:00
nsCookies.cpp bug 148213, flush cookies to disk after a remove-all-cookies, r=pinkerton, sr=beard 2002-06-01 01:11:34 +00:00
nsCookies.h bug 129819, release session cookies when using quicklaunch, r=sgehani, sr=darin, a=rjesup@wgate.com, atd=jaimie 2002-04-09 01:06:02 +00:00
nsCookieService.cpp bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
nsCookieService.h bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-19 02:28:06 +00:00
nsICookie.idl bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa 2002-03-16 02:16:23 +00:00
nsICookieConsent.idl bug 113143, cookie module to call compact-policy parser, r=sgehani,harishd, sr=jag 2002-02-15 03:01:32 +00:00
nsICookieManager.idl bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa 2002-03-16 02:16:23 +00:00
nsIImgManager.idl License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
nsImages.cpp Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
nsImages.h Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
nsImgManager.cpp Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
nsImgManager.h Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
nsIPermission.idl bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
nsIPermissionManager.idl bug 112649, hide/disable various elements in cookie task menu, r=sgehani, sr=alecf 2002-01-10 23:33:36 +00:00
nsModuleFactory.cpp bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +00:00
nsPermission.cpp Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
nsPermission.h License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
nsPermissionManager.cpp bug 112649, hide/disable various elements in cookie task menu, r=sgehani, sr=alecf 2002-01-10 23:33:36 +00:00
nsPermissionManager.h bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-19 02:28:06 +00:00
nsPermissions.cpp Speed up IMAGE_CheckForPermission by (1) caching the 'imageblocker.enabled' pref and using a pref-changed callback and (2) not getting the warning message from the string bundle and formatting it with nsTextFormatter::smprintf until we know we're going to display the warning dialog. Also do (2) in nsCookies since they share the same permission checking code (Permission_Check). b=143918 r=morse sr=alecf 2002-05-16 18:00:39 +00:00
nsPermissions.h Speed up IMAGE_CheckForPermission by (1) caching the 'imageblocker.enabled' pref and using a pref-changed callback and (2) not getting the warning message from the string bundle and formatting it with nsTextFormatter::smprintf until we know we're going to display the warning dialog. Also do (2) in nsCookies since they share the same permission checking code (Permission_Check). b=143918 r=morse sr=alecf 2002-05-16 18:00:39 +00:00
nsUtils.cpp bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf 2002-06-25 22:33:44 +00:00
nsUtils.h bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-19 02:28:06 +00:00
win32.order 65845 - new order files 2001-04-05 06:02:32 +00:00