Commit Graph

45 Commits

Author SHA1 Message Date
morse%netscape.com
fd6f255c57 bug 105917, can't download attachments in hotmail, r=sgehani, sr=darin, a=asa; bug 131381, array bound problem with p3p, r=law, sr=darin, a=asa 2002-03-19 00:22:47 +00:00
morse%netscape.com
06c2c2d911 bug 130545, cookie regression, c=Michiel van Leeuwen, r=morse, sr=darin, a=asa 2002-03-16 05:47:35 +00:00
morse%netscape.com
c0f9832691 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa 2002-03-16 02:40:29 +00:00
morse%netscape.com
12cf19b239 bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa 2002-03-15 03:49:00 +00:00
seawood%netscape.com
65178608c0 Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
morse%netscape.com
4e4b0ade95 bug 128942, crash in cookie module, r/sr=darin,jag, a=asa 2002-03-07 06:09:30 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
morse%netscape.com
e3a382fc39 bug 87388, cookie module to properly detect third-party cookies, r=dveditz, sr=darin, a=asa 2002-03-02 16:06:44 +00:00
morse%netscape.com
2f740525d8 bug 118699, cookies being returned out of order, c=verdun, r=morse, sr=alecf 2002-02-26 01:01:40 +00:00
morse%netscape.com
4785893294 attachments in hotmail don't work, r=sgehani, sr=alecf, a=asa 2002-02-23 03:10:54 +00:00
cathleen%netscape.com
124339899e eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan 2002-02-19 07:36:56 +00:00
morse%netscape.com
b898d4522b bug 113143, cookie module to call compact-policy parser, r=sgehani,harishd, sr=jag 2002-02-15 03:01:32 +00:00
morse%netscape.com
e93f7e375a bugs 115800, 121311, 121685 -- various problems related to cookie expiration, r=sgehani, sr=alecg 2002-02-14 00:53:19 +00:00
morse%netscape.com
36e3b822b2 bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
alecf%netscape.com
28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
morse%netscape.com
40de2ca986 bug 113331, cookies with negative max-age not being set, r=sgehani, sr=alecf 2002-01-02 21:44:51 +00:00
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
morse%netscape.com
c87cecd765 bug 114709, downgrading cookies even though they are expired, r=seghani, sr=alecf 2001-12-17 22:06:43 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
morse%netscape.com
04478158f9 bug 110560, cookie topcrasher, r=sgehani, sr=alecf 2001-11-27 20:25:36 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
morse%netscape.com
5f47f06d91 bug 104894, parsing p3p compact policies, r=harishd, sr=alecf 2001-11-16 15:05:53 +00:00
gerv%gerv.net
5011281b28 Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
morse%netscape.com
a0ce027b7e bug 109325, crash in cookie module, r=ccarlen, sr=alecf 2001-11-10 00:58:59 +00:00
morse%netscape.com
9f47fab274 bug 105602, fix flawed alorithm for checking for secure cookies, r=jag, sr=alecf 2001-10-25 23:58:03 +00:00
morse%netscape.com
f49e54f0fc bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-19 02:28:06 +00:00
morse%netscape.com
11eba1b01f bug 103576 cookie expiration time is wrong on mac, c=pchen, r=morse, sr=alecf && bug 105039 max-age cookie attribute is ignored, r=sgehani, sr=alecf 2001-10-19 01:32:06 +00:00
morse%netscape.com
fb91fc0a21 bug 104890, p3p: treat no-identifiable-info same as requires-expl-consent, r=harishd, sr=alecf 2001-10-15 22:36:31 +00:00
mkaply%us.ibm.com
b3abb54c83 #104047
r=morse, sr=alecf
Need to cast cookie expires date to an unsigned long since time_t is a double on OS/2
2001-10-11 12:54:58 +00:00
morse%netscape.com
6d80e066db backing out fix for bug 47437 due to memory leak 2001-10-11 00:40:07 +00:00
morse%netscape.com
4de4cff5b4 bug 47437, nsCookie.cpp is duplicating URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-10 23:16:03 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
morse%netscape.com
3596c6b117 bug 98882, implement p3p cookie management, r=harishd,jag, sr=alecf 2001-09-27 21:41:26 +00:00
gerv%gerv.net
05abd17648 License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +00:00
morse%netscape.com
d678dcb719 bug 100682 domain cookies from sites having IP url's, r=sgehani, sr=alecf 2001-09-21 02:08:21 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
pete%alphanumerica.com
f020dcc1cd Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
timeless%mac.com
46b177e406 fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
morse%netscape.com
3fb9e2fffd bug 75748, crash when viewing a particular message, r=sspitzer, sr=mscott 2001-04-13 21:45:34 +00:00
morse%netscape.com
182c6c81da bug 74858, cookie permissions getting lost, r=valeski, sr=alecf 2001-04-06 00:11:54 +00:00
morse%netscape.com
a40c62d861 bugs 74049 (cookies permission file garbled) and 74489 (crash bringing up cookie viewer), r=valeski, sr=alecf 2001-04-04 02:39:39 +00:00
morse%netscape.com
efc0a97610 bug 74112, cookie following deleted cookie not getting sent out, r=valeski, sr=alecf 2001-03-31 14:34:54 +00:00
morse%netscape.com
d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00