kin%netscape.com
d7969791ad
Initial checkin of file.
1999-05-04 21:54:11 +00:00
sspitzer%netscape.com
1eccaed673
whoops, didn't mean to check this in
1999-05-04 21:53:17 +00:00
wtc%netscape.com
f4b80e7b7e
Added curly braces around nested if's to achieve the if-else association
...
suggested by the identation. Thanks to Dorin-Ioan Marinca <dim@csti.fr>
for reporting the problem and Bert Driehuis
<bert_driehuis@nl.compuware.com> for suggesting the fix.
1999-05-04 21:53:10 +00:00
sspitzer%netscape.com
86aeadd6ae
remove warnings. stop using sscanf. stop hardcoding news://news.mozilla.org
...
as our server uri.
1999-05-04 21:43:28 +00:00
alecf%netscape.com
682c448702
massive cleanup of the message factory - make sure to delete objects when the QueryInterface fails
...
and fix the message factory constructor since we no longer hold onto the service manager
1999-05-04 21:39:54 +00:00
karnaze%netscape.com
3ce64a2a9a
bug 3109 - nsFieldSetFrame::SetInitialChildList can deal with legend not being first frame in list
1999-05-04 21:35:05 +00:00
kipp%netscape.com
19a5f0c5f5
alloc iids
1999-05-04 21:31:48 +00:00
sspitzer%netscape.com
922268834e
comment for clarity
1999-05-04 21:26:28 +00:00
ftang%netscape.com
a8a6ff288e
make mCharset private
1999-05-04 21:09:08 +00:00
alecf%netscape.com
f72f0cb12f
fix some warnings about initializing variables in constructors
1999-05-04 21:09:03 +00:00
mscott%netscape.com
c90171f651
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 21:05:30 +00:00
ftang%netscape.com
304ba340dc
check in the real implementation which will read the mapping from a property file....
1999-05-04 21:04:12 +00:00
mcmullen%netscape.com
ba471bc592
Try that again.
1999-05-04 21:02:35 +00:00
mcmullen%netscape.com
a0b5b985d1
Missed this file, too.
1999-05-04 20:59:53 +00:00
slamm%netscape.com
cdef697acf
Fix shift error on Solaris.
1999-05-04 20:57:47 +00:00
alecf%netscape.com
08744902e8
#if 0 out some unused code
1999-05-04 20:56:40 +00:00
vidur%netscape.com
3a83bcaeb6
new IIDs for nsIDOMNSRange, nsIDOMOption, nsIJSNativeInitializer, nsHTMLOptionElement_CID and nsISelectElement
1999-05-04 20:55:46 +00:00
mcmullen%netscape.com
945045a68f
Missed this file, too.
1999-05-04 20:55:15 +00:00
mscott%netscape.com
343d3ea75e
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 20:54:35 +00:00
vidur%netscape.com
42f2b9a718
Added HTMLOptionElement factory registration.
1999-05-04 20:54:26 +00:00
vidur%netscape.com
49c983940a
Fixed non-ANSII compliant code.
1999-05-04 20:53:44 +00:00
vidur%netscape.com
fef84be610
Added nsISelectElement interface. Added support for nsIJSNativeInitializer interface for images and options. Fixed SELECT and OPTION relationship. Added support for the Option constructor.
1999-05-04 20:53:26 +00:00
alecf%netscape.com
2f15f6a202
allow nscore.h to be included by C source files by not including nsDebug.h
1999-05-04 20:52:58 +00:00
slamm%netscape.com
4623b153a2
Fix client.mk's webconfig target. Prefill the form.
1999-05-04 20:52:53 +00:00
vidur%netscape.com
37a4eeb556
Added option to HTMLAtoms
1999-05-04 20:52:26 +00:00
alecf%netscape.com
eb6233d510
initialize some variables in constructor declaration rather than the constructor itself
1999-05-04 20:52:05 +00:00
vidur%netscape.com
cdac942783
Added Option constructor support to factory.
1999-05-04 20:52:03 +00:00
vidur%netscape.com
0089d292a7
Bug fix from Citec for clearing out parameter when an attribute doesn't exist
1999-05-04 20:51:42 +00:00
mscott%netscape.com
ed830227e9
part of mailnews audit --> Conversion to NS_WITH_SERVICE
...
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:51:30 +00:00
vidur%netscape.com
e21aa6cc98
Added nsIContent implementation macro with SetParent defined locally
1999-05-04 20:50:43 +00:00
alecf%netscape.com
7f2b893ac4
fix virtual constructor problem
1999-05-04 20:50:24 +00:00
mcmullen%netscape.com
2bf54c2e9a
Missed this file (with nsIDOMProfileCore.h added to export list).
1999-05-04 20:49:29 +00:00
alecf%netscape.com
4d5d87bb3c
fix possible uninitialized variable
1999-05-04 20:49:20 +00:00
vidur%netscape.com
5b063cccb7
Added use of the nsIJSNativeInitializer interface in constructors. Work in progress for unknown keyword.
1999-05-04 20:48:50 +00:00
vidur%netscape.com
d6b47ca08e
Added Option constructor and nsIJSNativeIntializer.h interface. DOM glue code now uses the nsIJSNativeIntializer interface to initialize newly constructed instances.
1999-05-04 20:48:16 +00:00
vidur%netscape.com
2be79562d0
Added Option constructor and resultant nsIDOMOption interface
1999-05-04 20:47:00 +00:00
nhotta%netscape.com
d6ec428f4a
Change to use nsIMacLocale getting script ID of locale.
1999-05-04 20:42:58 +00:00
putterman%netscape.com
73844b262c
change DEBUG to DEBUG_rhp
1999-05-04 20:37:35 +00:00
mscott%netscape.com
ce876238b3
part of mailnews audit --> Conversion to NS_WITH_SERVICE
...
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:36:34 +00:00
mscott%netscape.com
2e30d4a0f5
part of mailnews audit --> use nsCOMPtr.
1999-05-04 20:34:31 +00:00
mscott%netscape.com
86e566654b
part of mailnews audit --> use nsCOMPtr.
...
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 20:33:07 +00:00
ftang%netscape.com
b7d10c02a8
add nsURLProperties.cpp
1999-05-04 20:31:31 +00:00
briano%netscape.com
ad14abe3ad
Automated update
1999-05-04 20:29:43 +00:00
alecf%netscape.com
69706a2b27
add a side effect warning that bit me hard during M6
1999-05-04 20:28:24 +00:00
ftang%netscape.com
5c5d2f172c
add 2nd implementation and fix breakage
1999-05-04 20:25:35 +00:00
alecf%netscape.com
40c6e3ff22
add a whole bunch of new gcc/g++ warnings, and fix long long complaint with -pedantic
1999-05-04 20:24:19 +00:00
mcafee%netscape.com
f9739f46af
Forgot one whitespace problem.
1999-05-04 20:22:24 +00:00
ftang%netscape.com
4e2ff8cb61
change nsIElementObserver and nsCharsetObserver per harish request. We have not build w/ these three file yet.
1999-05-04 20:20:52 +00:00
mcafee%netscape.com
3001aee3b7
This file got checked in ? double-spaced.
1999-05-04 20:20:50 +00:00
ftang%netscape.com
015c4b5d39
add wincharset.properties to install and clobber
1999-05-04 20:10:54 +00:00