Граф коммитов

111 Коммитов

Автор SHA1 Сообщение Дата
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
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 36e3b822b2 bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
gerv%gerv.net 05abd17648 License changes, take 2. Bug 98089. mozilla/extensions/. 2001-09-25 23:31:24 +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
morse%netscape.com d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
timeless%mac.com e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
ccarlen%netscape.com 4b14f2ddc4 Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:12:21 +00:00
sfraser%netscape.com 6919bb7299 Fix for bug 71063 -- don't pass streams by value. r=blake, sr=morse 2001-03-06 21:28:07 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
morse%netscape.com d64aab192c bug 67644, cookies added in wrong order, r=freax@pandora.be, sr=alecf@netscape.com 2001-02-07 01:10:41 +00:00
ccarlen%netscape.com 39deeb268f Part of bug 35559 - dynamic profile switching. r=morse, sr=alecf 2001-01-24 15:51:00 +00:00
morse%netscape.com d82177f208 bug 60997, can't unblock site from setting cookies, r=akkana@netscape.com, sr=ben@netscape.com 2001-01-12 21:01:00 +00:00
morse%netscape.com 4403527c45 bug 53352, domain cookies not handled correctly, r=pchen@netscape.com, sr=brendan@mozilla.org 2001-01-09 00:59:32 +00:00
morse%netscape.com c5e82b817d bug 62570, secure cookies going to insecure sites, submitter=drudder@eazel.com, r=morse@netscape.com, sr=brendan@mozilla.org 2000-12-16 03:51:22 +00:00
morse%netscape.com c9f8535b5a bug 62057, cookie viewer breaks if too many entries, r=pnunn, sr=alecf 2000-12-14 19:25:54 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
morse%netscape.com 6add5ae677 bug 2544, image blocking not working, r=dveditz,hyatt, a=morse 2000-10-05 00:28:45 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
morse%netscape.com 8e6302d6d0 bug 52026, crash when remembering cookie decisions, r=dveditz 2000-09-13 04:23:52 +00:00
valeski%netscape.com 0e846ae2d1 50188. forcing stderr/out output to be debug only 2000-09-11 22:08:43 +00:00
BlakeR1234%aol.com 72652578a0 Fix bug 51266, allow cookie blocking for local files and the about: protocol. r=morse a=morse 2000-09-09 05:20:09 +00:00
morse%netscape.com f1dd1c89b4 bug 51338, cookie nag box not modal, r=mstoltz 2000-09-07 07:00:36 +00:00
ccarlen%netscape.com 648b426c7d Converted use of nsIFileLocator to nsIDirectoryService. r=morse 2000-08-22 00:39:09 +00:00
morse%netscape.com 0e371d03f9 bug 49541, fix leak, coder=bruce@cubik.org, r=morse 2000-08-19 04:13:21 +00:00
valeski%netscape.com 8c5c49f5c5 48884, r=morse. fixing cookie list ordering problem and cookie insertion problem. 2000-08-14 23:00:54 +00:00
morse%netscape.com 17b00d4495 minor wording change, part of bug 48742 2000-08-14 02:16:14 +00:00
morse%netscape.com 9900ea96a6 bug 48592, cookie viewer deleting wrong cookie, caused by incorrect change in version 1.78 2000-08-14 00:58:37 +00:00
morse%netscape.com 0d9a153425 bug 47461, cookie expiration date is wrong on mac, r=valeski 2000-08-07 05:27:19 +00:00
mkaply%us.ibm.com b1bd9abdca OS/2 Tinderbox break
Need PR_CALLBACK for VisualAge
2000-08-03 13:26:02 +00:00
valeski%netscape.com e0c54d874a cleanup 2000-08-03 07:00:14 +00:00
valeski%netscape.com 53e6730628 removed defer logic as cookies are only accessed from the main thread. removed unused functions, converted stripline over to nsString equivelent, changed cookie deletion and list removal mechansim to use already cached indexes so we don't search the list again everytime we want to remove an element. also removed some extraneous statics 2000-08-03 06:40:35 +00:00
valeski%netscape.com baeaca09b4 removing lock/monitor usage from cookie code. cookies live on the main thread and any cross thread communication is marshalled, thus no need for this stuff. also fixing nsVoidArray leak. also cleaning up extraneous nsString usage. Also adding functional test harness for win32 2000-08-03 04:57:23 +00:00
morse%netscape.com 45d2b9f94f bug 42362, assertions at startup, coder=roc+moz@cs.cmu.edu, r=morse, a=morse+waterson(anticipated) 2000-06-18 06:16:30 +00:00
danm%netscape.com 0a0a484b27 use nsIPrompt supplied by nsHTTPChannel for bringing up cookie dialog. bugs 25684,28594. r=morse@netscape.com 2000-06-16 14:56:47 +00:00
scc%mozilla.org 484ee8fb96 don't extract characters from empty strings 2000-06-11 08:19:41 +00:00
morse%netscape.com ac34451df8 fix bug 40031, checkin for Henrik Gemal, r=morse a=morse/waterson 2000-06-09 20:46:11 +00:00
pinkerton%netscape.com ee00de26b6 just doing the right thing. fixes 41018, obfuscated and redundant code. r=many people. 2000-05-31 02:51:12 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
scc%netscape.com 798b6f2856 making string conversions explicit 2000-04-15 09:47:08 +00:00
mstoltz%netscape.com 6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
morse%netscape.com b50c359eeb fix bugs 34760 (not all cookies displayed in cookie viewer) and bug 34866 (better test for foreign images) 2000-04-12 05:28:53 +00:00
morse%netscape.com 82cbb9c3e1 fix bug 8530, expire cookies with excessive lifetimes, patch received from web 2000-04-04 04:19:01 +00:00
scc%netscape.com a9fbaea615 making string conversions explicit 2000-04-02 21:04:49 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
morse%netscape.com 5a5e50d442 implement a better test for determining foreign images 2000-03-26 23:36:03 +00:00
morse%netscape.com e2002f766d Implement API to add a permission 2000-03-26 20:26:15 +00:00