neil%parkwaycc.co.uk
29fc48a3cc
Bug 200437 fix assertion in GetCookie() p=dwitte@stanford.edu r=mvl sr=darin
2003-04-03 09:17:21 +00:00
neil%parkwaycc.co.uk
c4fc77b521
Bug 200429 another cookie deletion bug p=dwitte@stanford.edu r=mvl sr=darin
2003-04-03 09:15:31 +00:00
darin%netscape.com
880a607aea
adds back debug assertion that got lost during the latest cookie changes, patch=dwitte r+sr=darin
2003-04-02 07:13:35 +00:00
bzbarsky%mit.edu
67610572ae
Assume VALUE instead of NAME if only one attr specified. Bug 169091, patch by
...
dwitte@stanford.edu (Dan Witte), r=darin, sr=alecf
2003-04-02 04:08:01 +00:00
timeless%mozdev.org
8715b11474
Bug 199649 Yahoo! Mail Remains Broken After Bug 198870 Fixed
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:28:29 +00:00
timeless%mozdev.org
0e63b8a145
Bug 199928 cookies originating server test failes on ip addresses
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:27:44 +00:00
darin%netscape.com
b9fe63f8b7
fixes bug 199108 "Changes to cookie prefs need restart to take effect"
...
patch=dwitte r=kaie sr=darin
2003-03-26 02:27:39 +00:00
timeless%mozdev.org
e18ae789bf
Bug 198870 Yahoo Mail login is broken (javascript reading of document.cookie returns nothing)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-25 19:05:36 +00:00
timeless%mozdev.org
3a7fd80dab
Bug 199056 cookie_FindPosition() uses uninitialized oldestPositionFromHost; max cookies per host can be greater than 20
...
patch by dwitte@stanford.edu r=timeless sr=heikki
2003-03-25 18:39:32 +00:00
timeless%mozdev.org
693597e54e
Bug 198751 already existing cookies not beeing overwritten
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=alecf
2003-03-23 08:13:27 +00:00
dbaron%dbaron.org
e2131425fc
Fix MOZ_PHOENIX bustage. b=195908
2003-03-22 16:56:56 +00:00
stephend%netscape.com
dbf9d993b9
Bug 195908. Ports bustage. Patch by Dan Witte <dwitte@stanford.edu> r=dbradley, sr=bz
2003-03-22 06:11:20 +00:00
bzbarsky%mit.edu
a7d8e133da
Checking in permissions rewrite phase 1 (troop deployment in the permission
...
gulf). Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu , sr=darin.
2003-03-22 01:24:51 +00:00
cathleen%netscape.com
e31e913e3a
cookie cleanup, phase #2 . landing for dwitte@stanford.edu. bug 195908. r=darin sr=alecf
2003-03-21 22:51:18 +00:00
darin%netscape.com
238b44aa47
adding a debug assertion as followup to last checkin so we can hopefully
...
trap failure to open cookies.txt for writing in the debugger. (r=dougt)
2003-03-20 05:31:55 +00:00
darin%netscape.com
917e93efe3
fixes bug 198270 "Trunk crash [@ COOKIE_Write] (nsCookies.cpp line 1734)"
...
patch=dwitte@stanford.edu r=mvl@exedo.nl sr=darin
2003-03-20 05:16:22 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
timeless%mozdev.org
76954de133
Bug 195996 unable to login to Schwab account
...
patch by dwitte@stanford.edu r=danm sr=darin
2003-03-07 02:54:09 +00:00
timeless%mozdev.org
7f7db7d1e7
Bug 195391 cookies for background color and font size are not being set properly
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-02 19:36:36 +00:00
cbiesinger%web.de
8281ae66af
191682 patch by dwitte@stanford.edu r=biesi sr=darin Cookie manager uses O(2n^2) algorithm to display cookies
2003-02-24 22:02:44 +00:00
darin%netscape.com
babe8b4176
fixes bug 177698, Cookie is not stored if its VALUE contains "max-age",
...
patch=dwitte@stanford.edu r/sr=alecf,darin
2003-02-23 00:04:03 +00:00
cbiesinger%web.de
be7649c67e
193637 patch by dwitte@stanford.edu r=timeless sr=darin a=dbaron
...
Cookie logging is reversed
2003-02-17 21:37:46 +00:00
ccarlen%netscape.com
d265cec7f1
Bug 193078 - cookies file loses entries if you switch to a new profile and then quit. r=mvl@exedo.nl/sr=darin/a=asa
2003-02-14 00:32:57 +00:00
bzbarsky%mit.edu
83631e4341
Don't pass around objects with a refcount of 0. Bug 190088, patch by
...
dwitte@stanford.edu , r=jag, sr=darin, a=dbaron
2003-01-25 17:35:24 +00:00
timeless%mozdev.org
06b309aa38
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
cbiesinger%web.de
1036c7f34e
168095 patch by dwitte@stanford.edu r=suresh sr=peterv expired cookies not deleted correctly
2003-01-21 13:26:28 +00:00
danm%netscape.com
9c7ae65c62
factor code to add a cookie structure to the list into a separate function. bug 185689 r=darin,jag
2003-01-10 03:01:26 +00:00
timeless%mozdev.org
513a0ea872
Bug 172377 Moz doesn't properly handle cookies.txt / cookperm.txt symlinks
...
r=caillon sr=bz
2002-11-07 01:19:24 +00:00
morse%netscape.com
67bdf7e14a
bug 174104, secure cookies not recognized as secure, r=mstoltz, sr=dveditz, a=chofmann
2002-10-31 03:07:29 +00:00
hyatt%netscape.com
84444fc7fb
Fix for 176181, fix a phoenix-specific cookie bug, code not used by mozilla.
2002-10-29 03:20:31 +00:00
blakeross%telocity.com
d87243f2cd
Fix cookie prefs in Phoenix (NPOB; ifdef MOZ_PHOENIX). r=hewitt sr=hyatt a=morse
2002-10-19 19:47:04 +00:00
morse%netscape.com
12ead17b51
bug 171944, unable to log into lycos mail, r=mstoltz, sr=dveditz
2002-10-09 03:15:11 +00:00
morse%netscape.com
674a25c21e
bug 171507, implement cookie logging, r=mstoltz, sr=dveditz
2002-10-07 06:13:52 +00:00
morse%netscape.com
347def3520
backout patch for bug 155083, path test not being made when setting cookies, r=dveditz, sr=roc+moz@cs.cmu.edu
2002-10-02 17:46:07 +00:00
dougt%netscape.com
1d12c0177b
Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com
2002-09-30 23:18:43 +00:00
morse%netscape.com
8ad26b0c71
bug 158216, cookies written out to disk too often, r=sgehani, sr=jag
2002-09-28 15:08:22 +00:00
morse%netscape.com
56030a3f5e
bug 156726, citibank.com broken, r=mstoltz, sr=dveditz
2002-09-27 03:29:04 +00:00
morse%netscape.com
5099a818d3
bug 142803, remove port indication from url in cookie, r=sgehani, sr=roc+moz
2002-09-19 00:37:36 +00:00
morse%netscape.com
b4bf2436f6
bug 166218, Bad cookie selection based on cookie path, r=dbaron, sr=jag
2002-09-15 19:12:05 +00:00
morse%netscape.com
d96eda2fc0
bug 166143 cookies with quotes around the max-age value expire immediately, r/sr=jag,jst
2002-09-15 04:02:44 +00:00
morse%netscape.com
6d75893161
bug 23508, cookie confirmation dialog should show all data, code=mvl@shop-engine.nl, a=morse, r=timeless@myrealbox.com, sr=alecf
2002-09-13 08:51:13 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
morse%netscape.com
4cf07bf8d3
bug 90644, http and ftp sites share cookies, r=mstoltz, sr=darin
2002-08-29 00:12:26 +00:00
morse%netscape.com
a1b54589a7
bug 164278, reading cookie file is inefficient, c=brade, r=morse, sr=darin
2002-08-28 23:58:06 +00:00
morse%netscape.com
e6d2aefa12
bug 162129 (leak in cookie module) & bug 158216 (cookies written out too often), r=sgehani, sr=jag
2002-08-28 00:30:06 +00:00
morse%netscape.com
aca536278b
bug 155083, path test not being made when site sets a cookie, r=mstoltz, sr=dveditz
2002-08-16 21:40:50 +00:00
darin%netscape.com
d86e3064ab
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
2002-08-15 18:38:46 +00:00
morse%netscape.com
1b4f71f26c
bug 156922, dynamic updating of cookie manager dialog, r=sgehani, sr=jag
2002-08-14 00:05:17 +00:00
morse%netscape.com
22e3e14e14
bug 155114, stealing cookies, r=mstoltz, sr=dveditz
2002-08-12 06:23:00 +00:00
leaf%mozilla.org
fdcde43318
backout darin's checkin from around noon yesterday to remove the regression
...
in 161921
2002-08-09 23:46:19 +00:00