morse%netscape.com
5df812268d
fix build bustage on mac
2001-03-29 02:45:08 +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
pchen%netscape.com
4ebb4a6173
bug 46783, mac buddy for morse, add new cookie files to mac project
2001-03-29 01:47:46 +00:00
pchen%netscape.com
5d86dcc0ac
bug 46783, mac buddy for morse, new MANIFEST_IDL file
2001-03-29 01:47:27 +00:00
pchen%netscape.com
06288f74c0
bug 46783, mac buddy for morse, new project for IDL files
2001-03-29 01:46:33 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
morse%netscape.com
710861712e
coded by disttsc@bart.nl, r=morse@netscape.com, sr=alecf@netscape.com
2001-03-23 13:58:44 +00:00
morse%netscape.com
95f63294a0
bug 72402, re-do fixes that got lost, coded by disttsc@bart.nl, r=morse@netscape.com, sr=alecf@netscape.com
2001-03-23 02:48:21 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +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
timeless%mac.com
6cf0d97f11
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
shaver%mozilla.org
fcf7cd0d9f
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
ccarlen%netscape.com
c819a81536
Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:15: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
timeless%mac.com
c06cf59ce4
fix Bug 42406 autostretch="never" needs to be added for checkboxes
...
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 10:01:38 +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
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
morse%netscape.com
2a278f849d
bug 70018, image blocking busted, r=hwaara@chello.se, sr=alecf@netscape.com
2001-02-24 02:48:51 +00:00
morse%netscape.com
d683ec1255
bug 69667, wallet and cookie ui missing, r=tao@netscape.com, sr=scc@netscape.com
2001-02-23 05:33:33 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
morse%netscape.com
d30d690ed4
bug 69667, repackage wallet/cookie overlays, r=dougt@netacape.com, sr=waterson@netscape.com
2001-02-22 07:40:56 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
morse%netscape.com
ffa9a7bad0
fix bustage
2001-02-21 08:04:20 +00:00
morse%netscape.com
5aca67d92e
bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com
2001-02-21 05:28:18 +00:00
morse%netscape.com
73f4356070
new file, not yet part of build
2001-02-21 05:14:11 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +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
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +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
3cd14f5878
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
morse%netscape.com
59c12cbc54
bug 51338, cookie nag box for foreign cookies is not modal, r=valeski
2000-09-14 14:49:30 +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
8027eb271c
added some defensive coding to previous checkin
2000-09-07 07:21:42 +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