vidur%netscape.com
bddadc0a26
New interface nsIDOMNSDocument
1998-11-17 02:37:19 +00:00
jfrancis%netscape.com
bdb1543008
adding scott's XP_COM auto_pointer header to xpcom exports.
1998-11-16 19:08:50 +00:00
mjudge%netscape.com
d411a0cdec
fixing test app for lame windows compiler
1998-11-15 07:09:51 +00:00
mjudge%netscape.com
3ad4ca13a0
adding the void ** back in. windows compiler is lame.
1998-11-15 07:08:56 +00:00
mjudge%netscape.com
ab007a89d0
oops messed up the build. fixing...
1998-11-15 04:13:14 +00:00
scc%netscape.com
64b6e39325
operator void** is superfluous; removed. Added operator* to support clients who (against better advice) write getter functions that look like this GetSomething(T*& result)
1998-11-15 02:10:04 +00:00
bjorn%netscape.com
aa0fd8d09a
Removing files to restructure the typelib stuff.
1998-11-14 01:22:50 +00:00
scc%netscape.com
6e4a1432aa
fixed for IRIX (doesn't like new-style casts)
1998-11-14 00:35:48 +00:00
scc%netscape.com
622e6a797f
SOLARIS _does_ support member using declarations, so modify the test to let them through
1998-11-13 20:07:25 +00:00
scc%netscape.com
59132d1bb4
fixed order of declarations (confused SOLARIS compiler) and return types of AddRef and Release to match in the unfortunate case that the compiler does not support member using declarations
1998-11-13 20:06:43 +00:00
scc%netscape.com
eeaaa11f7d
unified compiler dependent code (removed from unit-tests, inserted in header); fixed for egcs-1.1 well known bug (member using declarations don't work)
1998-11-13 19:41:24 +00:00
scc%netscape.com
5bfaf7f7ea
Fixed for VC++ 4.2 (no template function specifiers at the call site)
1998-11-13 12:33:58 +00:00
scc%netscape.com
28e2a847cd
Fixed (unit-tests only) for VC++ 4.2 (no 'explicit')
1998-11-13 00:34:41 +00:00
jfrancis%netscape.com
f7fa2435e0
First Checked In.
1998-11-12 23:59:32 +00:00
mjudge%netscape.com
88359ec04e
adding the test_com_auto_ptr.exe as a new test
1998-11-12 20:07:28 +00:00
mjudge%netscape.com
0d7b5e0794
modifying makefile.win to export the new com_auto_ptr.h file
1998-11-12 20:05:41 +00:00
scc%netscape.com
1d73acc84f
First Checked In.
1998-11-12 20:00:51 +00:00
vidur%netscape.com
36a07884bf
Added new interface nsIHTMLContentContainer
1998-11-12 07:56:13 +00:00
bjorn%netscape.com
e1bfe84a47
New support for typeinformation and typelibraries. nsISupports.h has an
...
additional definition NS_DECL_ISUPPORTS_EXPORTED, which exports the threesome.
This is not yet part of the build. It will be picked up by support code in
mozilla/js/src/xpcom.
1998-11-11 23:46:21 +00:00
vidur%netscape.com
6592f22be0
Added XML display support.
1998-11-11 22:07:55 +00:00
cyeh%netscape.com
1d52872286
add the following exports:
PL_VectorAssertValid
PL_VectorRemove
PL_VectorInsert
PL_VectorAdd
PL_VectorSet
PL_VectorClone
PL_VectorCopy
PL_VectorCompact
PL_VectorIsValidIndex
PL_VectorSetSize
PL_VectorFinalize
PL_VectorInitialize
PL_VectorDestroy
PL_NewVector
1998-11-10 00:54:21 +00:00
wtc%netscape.com
347bac9bda
Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
...
to mozilla/xpcom.
Modified files: Makefile, Makefile.in, makefile.win.
1998-11-09 20:10:21 +00:00
wtc%netscape.com
da5c8ed7ae
Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
...
to mozilla/xpcom.
Modified files: MANIFEST, Makefile, Makefile.in, makefile.win.
1998-11-09 20:09:33 +00:00
wtc%netscape.com
54b876fad2
Moved plvector.c and plvector.h from mozilla/nsprpub/lib/ds
to mozilla/xpcom.
1998-11-09 20:05:38 +00:00
troy%netscape.com
fd33ef03a2
Added a #define for NS_ERROR_INVALID_ARG to be the same as
...
NS_ERROR_ILLEGAL_VALUE. This helps make our error names more
consistent with COM
1998-11-09 19:03:05 +00:00
pierre%netscape.com
a9e64e7020
fixed the 3 instances of Compare() to work with empty strings
1998-11-04 06:48:11 +00:00
pierre%netscape.com
3465e56de2
return 0 (ie. "strings are equal") instead of 1 when the 'n' of strncmp() and strncasecmp() is 0
1998-11-04 06:46:33 +00:00
peterl%netscape.com
cbd0246780
made enumeration methods const
...
added append via array method
1998-11-03 20:14:08 +00:00
rpotts%netscape.com
162d1913f1
Removed the definition of the nsIDocumentLoadInfo IID
1998-11-03 10:11:33 +00:00
cls%seawood.org
c59be78dc1
Some updated to work with nglayout. Others sync'd to remove cruft.
1998-10-28 03:49:12 +00:00
rickg%netscape.com
39e6dbf292
fixed bug in IsOrdered that was found on the web
1998-10-26 22:33:39 +00:00
cls%seawood.org
ed2a7f5f65
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
vidur%netscape.com
f9e3760137
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
1998-10-20 17:07:23 +00:00
cls%seawood.org
b9267f6ae3
New Makefile.in
1998-10-20 00:31:25 +00:00
cyeh%netscape.com
da133d64f2
reflect changes in Makefile to fix autoconf builds
1998-10-19 23:12:18 +00:00
cyeh%netscape.com
2ca3ffa2ad
reflect change made in Makefile to fix autoconf build.
1998-10-19 23:08:31 +00:00
cyeh%netscape.com
742cebceaa
reflect changes in Makefile to fix autoconf build
1998-10-19 22:41:03 +00:00
scullin%netscape.com
b92ec18583
Moved headers from src to public
1998-10-19 21:44:55 +00:00
scullin%netscape.com
5541684b92
Moved files from src to public
1998-10-19 21:42:39 +00:00
scullin%netscape.com
a20eef0c50
Moved to public
1998-10-19 21:21:16 +00:00
scullin%netscape.com
5f168b14a3
Migrate mac hack, too.
1998-10-19 18:54:44 +00:00
scullin%netscape.com
2b744ac615
Moving public headers to public
1998-10-19 18:34:10 +00:00
scullin%netscape.com
5053b775db
Migrating public files to public
1998-10-19 17:50:24 +00:00
scullin%netscape.com
25177cc6f6
Migrating public header files to public
1998-10-19 17:48:55 +00:00
kipp%netscape.com
001700f459
Fixed some sign extension bugs
1998-10-10 15:28:53 +00:00
kipp%netscape.com
bc3dc4eb39
Added a reminder comment
1998-10-10 15:27:50 +00:00
kipp%netscape.com
f0c9d1ae62
Allocated an IID
1998-10-06 21:05:42 +00:00
waterson%netscape.com
16df3a299b
Fixed linkage problems with nsInt64 and nsTime classes.
1998-10-06 20:06:06 +00:00
rpotts%netscape.com
fabcb40279
Changed the threadsafe implementations of addRef() and Release() to use interlockedIncrement and decrement on win32...
1998-10-06 06:18:20 +00:00
pierre%netscape.com
87764930d1
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
1998-10-06 03:00:28 +00:00