gecko-dev/extensions/cookie
2002-05-23 00:08:42 +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 110112. Disable `ask me before loading images' until the feature can be implemented in a way that doesn't re-enter layout. r=morse, sr=alecf. 2002-05-15 00:19:08 +00:00
tests Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
.cvsignore
jar.mn Bug #121299 --> fix the cookie manager status icon 2002-04-26 01:12:23 +00:00
Makefile.in bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa 2002-03-16 02:16:23 +00:00
makefile.win bug 132944, fix typo in makefile resulting in wrong file getting exported, r=sgehani, sr=alecf, a=asa 2002-03-26 00:41:27 +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 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +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 146094, leaking cookies, r=waterson, sr=darin 2002-05-23 00:08:42 +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 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
nsImages.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
nsImgManager.cpp fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
nsImgManager.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
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 fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +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