Commit Graph

3163 Commits

Author SHA1 Message Date
dp%netscape.com
0602d256ab undoing previous change. It should have happened on the XPCOM20 BRANCH
git-svn-id: svn://10.0.0.236/trunk@32063 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 09:24:08 +00:00
dp%netscape.com
08898c02b7 Rolling over from initial XPCOM 2.0 changes
git-svn-id: svn://10.0.0.236/trunk@32062 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 09:19:05 +00:00
dp%netscape.com
35f66733c1 Initial version
git-svn-id: svn://10.0.0.236/trunk@32061 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 09:11:01 +00:00
mccabe%netscape.com
08bf172e28 Only alloc space for interface records if we actually have interfaces; fixes a calloc(1,0) bug that was breaking the AIX build. (Thanks to Jim Dunn <jdunn@netscape.com> for finding this, and to Mike Shaver <shaver@netscape.com> for contributing the patch.
The xpcom tree remains closed, but this patch gets in for m6 by special dispensation.

A=leaf,dp


git-svn-id: svn://10.0.0.236/trunk@32011 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 02:10:05 +00:00
vidur%netscape.com
bcd116b3a7 Added nsIDOMHTMLLayerElement interface
git-svn-id: svn://10.0.0.236/trunk@31928 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-17 21:18:23 +00:00
erik%netscape.com
82c0af4c30 Fixed the test file name, added registration for event queue and
persistent properties. This test program now works again. Groan.


git-svn-id: svn://10.0.0.236/trunk@31869 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 22:59:02 +00:00
beard%netscape.com
748cdba938 exporting nsServiceManager::RegisterService/UnregisterService to fix xpinstall breakage.
git-svn-id: svn://10.0.0.236/trunk@31862 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 21:29:32 +00:00
erik%netscape.com
1976415313 Added code to check return values. Cleaned up a bit.
git-svn-id: svn://10.0.0.236/trunk@31860 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-16 20:47:59 +00:00
sfraser%netscape.com
07b79fc43e Added include guards, which should be a big win on commonly included files like this one.
git-svn-id: svn://10.0.0.236/trunk@31566 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 03:07:31 +00:00
sfraser%netscape.com
c00e1eb8f1 Include <string.h>, not "string.h". Also added include guards, which should be a big win on commonly included files like this one.
git-svn-id: svn://10.0.0.236/trunk@31565 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 03:07:23 +00:00
kmcclusk%netscape.com
48e71616c3 Modified nsString2::Append to only call strlen only if aCount is -1.
This clears up ABR errors reported in Purify.


git-svn-id: svn://10.0.0.236/trunk@31517 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 23:44:57 +00:00
mccabe%netscape.com
42ca8e31b1 Turn off support for XPIDL_JS_STUBS in generated headers by default, as
- nobody uses it

- it's confusing.


git-svn-id: svn://10.0.0.236/trunk@31500 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 23:13:17 +00:00
waterson%netscape.com
b49bab21d2 Add nsICollection
git-svn-id: svn://10.0.0.236/trunk@31440 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 20:27:22 +00:00
waterson%netscape.com
8dfeac2dde Fix MANIFEST_TEMP to include nsICollection.h.
git-svn-id: svn://10.0.0.236/trunk@31428 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 16:43:00 +00:00
waterson%netscape.com
d53aa972d4 Temporarily fix build bustage until we get brave enough to turn XPIDL on for Mac.
git-svn-id: svn://10.0.0.236/trunk@31427 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 16:41:32 +00:00
pinkerton%netscape.com
12032a750d removing nsICollection.h because it no longer exists (fix build bustage).
git-svn-id: svn://10.0.0.236/trunk@31426 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 16:24:06 +00:00
warren%netscape.com
1ba50959a3 Removing old files now generated by IDL (to avoid future screw ups).
git-svn-id: svn://10.0.0.236/trunk@31424 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 08:48:47 +00:00
gagan%netscape.com
4455354bbf So we're using IDL nowcvs diff! I find out the hard way. -Warren
git-svn-id: svn://10.0.0.236/trunk@31420 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 08:21:37 +00:00
warren%netscape.com
fe7d7e2e69 Fixed nsICollection (and Count in particular) to be xpidl friendly.
git-svn-id: svn://10.0.0.236/trunk@31413 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 04:56:04 +00:00
sspitzer%netscape.com
89ee936592 make the destructor virtual
git-svn-id: svn://10.0.0.236/trunk@31349 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:48:42 +00:00
sspitzer%netscape.com
33a521249a destructor should be virtual.
git-svn-id: svn://10.0.0.236/trunk@31347 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:44:20 +00:00
mcmullen%netscape.com
0b250144fa Split the manifest files into two: idl-generated headers (used if USE_XPIDL is turned off) and non-generated headers.
git-svn-id: svn://10.0.0.236/trunk@31334 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:04:14 +00:00
mcmullen%netscape.com
01efc0d8b0 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@31332 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-13 00:01:48 +00:00
waterson%netscape.com
9b70f9b81f Initial revision.
git-svn-id: svn://10.0.0.236/trunk@31326 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 23:54:18 +00:00
waterson%netscape.com
80721b8075 Added sample HTML.
git-svn-id: svn://10.0.0.236/trunk@31323 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 23:43:25 +00:00
waterson%netscape.com
06264f684f Initial revision.
git-svn-id: svn://10.0.0.236/trunk@31319 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 23:37:45 +00:00
mccabe%netscape.com
1772d1476d Be conservative, and initialize the XPTState struct to 0 when allocating it. This cropped up as a problem where garbage fields were busting the msvc 6.0 -opt build, but was really xp.
git-svn-id: svn://10.0.0.236/trunk@31311 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 22:56:42 +00:00
mcmullen%netscape.com
bf928cd741 Fix badness when nsFilePath is initialized with a nil or empty string.
git-svn-id: svn://10.0.0.236/trunk@31310 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 22:56:24 +00:00
kipp%netscape.com
9074dae0dd Alloc IID
git-svn-id: svn://10.0.0.236/trunk@31295 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 22:20:55 +00:00
mccabe%netscape.com
7172b35aea Allocate 1 extra space and nul-terminate the string given to XPT_NewString. Thanks to Jim Dunn <jdunn@netscape.com> for suggesting this fix.
git-svn-id: svn://10.0.0.236/trunk@31269 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 09:04:38 +00:00
jband%netscape.com
fdee64f201 fix two places where we use a node as if it were of a type other than the type it is. This was causing a problem on some platforms, though it unfortunately was working fine on Win32. Thanks to khym@bga.com (Dave Huang)
git-svn-id: svn://10.0.0.236/trunk@31265 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 07:42:32 +00:00
beard%netscape.com
59ce15b321 made Count() method pure virtual, to fix xpcom link error.
git-svn-id: svn://10.0.0.236/trunk@31252 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 06:20:37 +00:00
beard%netscape.com
209a3bcdda bumped the version to 1.0d3
git-svn-id: svn://10.0.0.236/trunk@31251 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 05:41:53 +00:00
beard%netscape.com
c6f43358d6 when popping an #include, fclose the file.
git-svn-id: svn://10.0.0.236/trunk@31250 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 05:41:29 +00:00
alecf%netscape.com
0337438a36 add nsICollection to the windows IDL files
git-svn-id: svn://10.0.0.236/trunk@31247 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 05:24:00 +00:00
scc%netscape.com
75ac724111 Fixup CallQueryInterface
git-svn-id: svn://10.0.0.236/trunk@31239 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 04:50:08 +00:00
alecf%netscape.com
62e2fc90b9 add nsICollection.idl to the unix build system
git-svn-id: svn://10.0.0.236/trunk@31217 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 03:12:01 +00:00
alecf%netscape.com
ce0a5e08ca check in IDL version of nsICollection interface
git-svn-id: svn://10.0.0.236/trunk@31216 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 03:11:48 +00:00
alecf%netscape.com
f42c46d667 remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
git-svn-id: svn://10.0.0.236/trunk@31214 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:53:37 +00:00
alecf%netscape.com
da8a0875aa include nsresult typedef
git-svn-id: svn://10.0.0.236/trunk@31205 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:19:18 +00:00
mccabe%netscape.com
3d94d41af6 Fix xpidl header generation to not emit a trailing (erroneous) ',' when generating [notxpcom] interfaces.
Thanks to Alec Flett <alecf@netscape.com> for this patch.


git-svn-id: svn://10.0.0.236/trunk@31202 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 02:13:40 +00:00
bruce%cybersight.com
d84fb01ece Add newline at end of file for native unix compilers.
git-svn-id: svn://10.0.0.236/trunk@31192 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 00:39:14 +00:00
mcmullen%netscape.com
1e28667a7e Assert when nsFileSpec gets a unix path
git-svn-id: svn://10.0.0.236/trunk@31187 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 00:17:53 +00:00
kipp%netscape.com
524aed5470 Fix makefile glitch
git-svn-id: svn://10.0.0.236/trunk@31185 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 00:15:22 +00:00
akkana%netscape.com
3a70f7a5cb New build option enable-crash-on-assert for those who really want the old behavior
git-svn-id: svn://10.0.0.236/trunk@31157 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 22:22:24 +00:00
dougt%netscape.com
8670251a20 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@31112 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 19:32:55 +00:00
waterson%netscape.com
4a0acf5000 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@31098 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 19:02:48 +00:00
waterson%netscape.com
c60001ca16 Be sure to initialize the data offset in the new state object. Mucho gracias to shaver for the fix.
git-svn-id: svn://10.0.0.236/trunk@31072 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 04:39:40 +00:00
waterson%netscape.com
8091b0db1c Publish headers directly to dist, instead of to public.
git-svn-id: svn://10.0.0.236/trunk@31068 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 03:10:20 +00:00
waterson%netscape.com
449f3cb17a Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl.
git-svn-id: svn://10.0.0.236/trunk@31065 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 02:10:22 +00:00