dwitte@stanford.edu
ac8deabbec
tweak some comments to reflect the changes in bug 240963.
2007-05-05 18:29:44 -07:00
dwitte@stanford.edu
6aa43dff43
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi
2007-05-05 14:09:54 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
dwitte%stanford.edu
dabe103242
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
2008-03-12 07:53:58 +00:00
dwitte%stanford.edu
db7ed44a4c
updating comment to address review comments in bug 397238.
2007-11-14 01:36:54 +00:00
neil%parkwaycc.co.uk
635ec54d93
Bug 397238 Expose cookie import code so that profile migration doesn't have to duplicate it r=dwitte sr=biesi a=mtschrep
2007-11-12 09:28:22 +00:00
dwitte%stanford.edu
785c3d440b
tweak documentation for countCookiesFromHost. b=394460, npob.
2007-09-04 02:07:23 +00:00
dwitte%stanford.edu
e1d2d510e9
remove nsICookieServiceInternal. b=384990, r+sr=biesi
2007-06-26 10:41:59 +00:00
dwitte%stanford.edu
47ee96efc0
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
2007-06-21 05:17:09 +00:00
dwitte%stanford.edu
baecdf2fb5
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
2007-06-17 23:40:41 +00:00
dwitte%stanford.edu
c45de3c235
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
...
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
2007-06-17 21:52:22 +00:00
dwitte%stanford.edu
f4d2c3dad6
tweak some comments to reflect the changes in bug 240963.
2007-05-06 01:29:44 +00:00
dwitte%stanford.edu
f2930f0e2d
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.
...
bug 379239, r=mvl, sr=biesi
2007-05-05 21:09:54 +00:00
mkaply%us.ibm.com
921e9a8206
Bug 178993 -patch from robert sayre and others - r=bsmedberg, dveditz, mvl, sr=darin - add HTTPOnly support
2007-03-14 17:22:01 +00:00
sayrer%gmail.com
7516604055
Backout unfinished patch for bug 178993.
2007-03-02 03:51:30 +00:00
mkaply%us.ibm.com
ea71628986
#178993
...
r=bsmedberg, dveditz, mvl
Add support for httpOnly cookie attribute
2007-03-01 20:09:02 +00:00
darin%meer.net
2873892727
fixes bug 240201 "remove [noscript] from nsICookieManager2::add" r+sr=bzbarsky
2006-02-23 02:08:27 +00:00
bsmedberg%covad.net
6fccb40aac
Bug 295994 part 1 - add cookieservice accessors for individual cookies by name, obeying privacy preferences (second try, I reversed the string logic in nsCookieService::SetCookieInternal the first time - r=dwitte+darin
2005-09-15 11:03:09 +00:00
bsmedberg%covad.net
1555409989
Backout bug 295994 due to tinderbox orange.
2005-09-14 20:17:13 +00:00
bsmedberg%covad.net
57c9ba936e
Bug 295994 part 1 - add cookieservice accessors for individual cookies by name, obeying privacy preferences r=dwitte+darin
2005-09-14 18:27:56 +00:00
cbiesinger%web.de
763f225033
bug 283489 r=darin sr=bz
...
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
to read/write the referrer property
2005-04-05 17:40:32 +00:00
dwitte%stanford.edu
896ea63350
comment typo fix.
2004-07-12 09:20:55 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
mconnor%myrealbox.com
1c888c7563
Bug 238931: remove the magic number 8 (kill ALLOW_SESSION_ONLY const), r=dwitte, sr=darin, a1.7=asa, fix dwitte's folly by implementing the session perm value on nsICookiePermission
2004-04-07 23:27:02 +00:00
dwitte%stanford.edu
2f88461ce0
clean up p3p hooks in cookies. this shifts code out of the cookiservice into p3p, and stops the cookieservice calling into p3p if the user isn't using p3p. this will improve perf a tad.
...
b=225298, r=mvl, sr=darin
2003-11-14 06:43:08 +00:00
dwitte%stanford.edu
6f46f5f3ce
fixing indentation.
2003-10-30 05:25:35 +00:00
dwitte%stanford.edu
34a0cbb519
removing reference to unused file
2003-10-30 05:16:51 +00:00
dwitte%stanford.edu
26d56062b3
removing unused file
2003-10-30 05:11:54 +00:00
dwitte%stanford.edu
48e1ec0204
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
dwitte%stanford.edu
abfc58ea92
polish the nsICookieManager2::Add interface a tad.
...
b=222343, r=danm, sr=darin.
2003-10-30 02:50:11 +00:00
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
dwitte%stanford.edu
0de430b20c
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).
...
this also shifts a bunch of forked pref stuff out of the cookie backend and into an app-specific place, which is good for the GRE.
b=217286, r=mvl, sr=darin.
2003-10-16 13:17:12 +00:00
dwitte%stanford.edu
14df467176
whoops. these weren't meant to go in. ;)
2003-10-11 00:12:33 +00:00
dwitte%stanford.edu
b87603207c
refactor cookie prompting helper to where it belongs... this will increase perf a little, for the case where prompting is turned off.
...
b=220624, r=mvl, sr=darin.
2003-10-11 00:06:13 +00:00
darin%meer.net
fd825778c0
moving cookie service into necko: b=210561 r=dwitte sr=bryner
...
these files were moved from their old home in extensions/cookie. the CVS
records cannot be simply moved because attic files exist in the new location,
and so i will unfortunately take cvs blame for all. that's unfair to dwitte
who has made so many wonderful changes to the cookies backend code! ;-)
so, to find out the real cvs blame for these files, please look at the
following cvs remove'd files:
mozilla/extensions/cookie/nsCookieService.cpp
mozilla/extensions/cookie/nsCookieService.h
mozilla/extensions/cookie/nsCookie.cpp
mozilla/extensions/cookie/nsCookie.h
mozilla/extensions/cookie/nsICookie2.idl
mozilla/extensions/cookie/nsICookieConsent.idl
mozilla/extensions/cookie/nsICookie.idl
mozilla/extensions/cookie/nsICookieManager2.idl
mozilla/extensions/cookie/nsICookieManager.idl
mozilla/extensions/cookie/nsICookiePermission.idl
2003-10-10 23:08:01 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
darin%netscape.com
a7a9655ce4
fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
...
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
bryner%netscape.com
c94ed06de4
Adding missing .cvsignore files. a=leaf.
2002-02-27 23:53:14 +00:00
morse%netscape.com
a2275b169d
bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf
2002-02-06 21:55:16 +00:00
jaggernaut%netscape.com
7e97de69b5
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 1: add new files
2002-01-31 00:29:19 +00:00