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

1446 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com 2d17c4e59e Adding services 1999-05-26 08:11:36 +00:00
dp%netscape.com 8f63893f68 Initial version 1999-05-26 08:05:08 +00:00
dp%netscape.com b242ae36b2 Fixing tests 1999-05-26 07:46:01 +00:00
dp%netscape.com 2f66a36d0d Adding NSPR_LIB 1999-05-26 06:36:34 +00:00
mcmullen%netscape.com 90cf1c1b2e Use explicit paths to stop these being found in an obsolete directory (mcmullen@netscape.com) 1999-05-26 05:38:17 +00:00
dp%netscape.com c904a80893 adding symbol XPTI_GetInterfaceInfoManager 1999-05-26 04:54:36 +00:00
dp%netscape.com 84180c0ec1 reversing previous change 'cause I added the missing to xpcom/build/dlldeps.cpp
and things work.
1999-05-26 04:43:01 +00:00
dp%netscape.com 01f8b2f7c8 I dont have a clue why I need this. If I dont add the xptinfo.lib
to the link line, I get a undefined for _XPTI_GetInterfaceInfoManager

Some windows dude should fix this.
1999-05-26 04:16:23 +00:00
mcmullen%netscape.com 09bca898a8 Fix "missing from view hierarchy alert" (mcmullen@netscape.com) 1999-05-26 04:06:34 +00:00
dp%netscape.com 40a1a18c2e landing xpcom20/21 branch 1999-05-26 02:16:15 +00:00
dp%netscape.com bfa02b4d63 landing xpcom20/21 branch 1999-05-26 02:05:00 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
warren%netscape.com d344b5b49b Jband's fix for forward decls. Approved: Chofmann, reviewed: mang. 1999-05-21 03:18:25 +00:00
briano%netscape.com 2f160a1151 Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening. 1999-05-20 23:17:03 +00:00
briano%netscape.com d36d2a92f8 Fixed the handling of the tests directory. Only go there if ENABLE_TESTS is defined. 1999-05-19 00:07:00 +00:00
peterl%netscape.com b17fcc90ec added nsICSSLoader 1999-05-19 00:00:58 +00:00
warren%netscape.com 08b563e33a Added 1999-05-18 21:43:13 +00:00
dp%netscape.com ee48d13558 undoing previous change. It should have happened on the XPCOM20 BRANCH 1999-05-18 09:24:08 +00:00
dp%netscape.com f5c797c733 Rolling over from initial XPCOM 2.0 changes 1999-05-18 09:19:05 +00:00
dp%netscape.com f329e74754 Initial version 1999-05-18 09:11:01 +00:00
mccabe%netscape.com 7eb824fa0e 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
1999-05-18 02:10:05 +00:00
vidur%netscape.com 9ec3f044e2 Added nsIDOMHTMLLayerElement interface 1999-05-17 21:18:23 +00:00
erik%netscape.com 24ddf9cbed Fixed the test file name, added registration for event queue and
persistent properties. This test program now works again. Groan.
1999-05-16 22:59:02 +00:00
beard%netscape.com 0723d57107 exporting nsServiceManager::RegisterService/UnregisterService to fix xpinstall breakage. 1999-05-16 21:29:32 +00:00
erik%netscape.com f788c85180 Added code to check return values. Cleaned up a bit. 1999-05-16 20:47:59 +00:00
sfraser%netscape.com 3c42937c28 Added include guards, which should be a big win on commonly included files like this one. 1999-05-14 03:07:31 +00:00
sfraser%netscape.com 070cd4879e Include <string.h>, not "string.h". Also added include guards, which should be a big win on commonly included files like this one. 1999-05-14 03:07:23 +00:00
kmcclusk%netscape.com 348ae67519 Modified nsString2::Append to only call strlen only if aCount is -1.
This clears up ABR errors reported in Purify.
1999-05-13 23:44:57 +00:00
mccabe%netscape.com 734d498883 Turn off support for XPIDL_JS_STUBS in generated headers by default, as
- nobody uses it

- it's confusing.
1999-05-13 23:13:17 +00:00
waterson%netscape.com f269788605 Add nsICollection 1999-05-13 20:27:22 +00:00
waterson%netscape.com 520c063ee6 Fix MANIFEST_TEMP to include nsICollection.h. 1999-05-13 16:43:00 +00:00
waterson%netscape.com 5cc7c24f80 Temporarily fix build bustage until we get brave enough to turn XPIDL on for Mac. 1999-05-13 16:41:32 +00:00
pinkerton%netscape.com 486a5a35f1 removing nsICollection.h because it no longer exists (fix build bustage). 1999-05-13 16:24:06 +00:00
warren%netscape.com 5f77ce37ce Removing old files now generated by IDL (to avoid future screw ups). 1999-05-13 08:48:47 +00:00
gagan%netscape.com 6a48afc57e So we're using IDL nowcvs diff! I find out the hard way. -Warren 1999-05-13 08:21:37 +00:00
warren%netscape.com 7a41ef7d73 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
sspitzer%netscape.com 94edddef2a make the destructor virtual 1999-05-13 00:48:42 +00:00
sspitzer%netscape.com df1ee53738 destructor should be virtual. 1999-05-13 00:44:20 +00:00
mcmullen%netscape.com 739a8fe927 Split the manifest files into two: idl-generated headers (used if USE_XPIDL is turned off) and non-generated headers. 1999-05-13 00:04:14 +00:00
mcmullen%netscape.com 2b5361fb91 First Checked In. 1999-05-13 00:01:48 +00:00
waterson%netscape.com 71eedb453d Initial revision. 1999-05-12 23:54:18 +00:00
waterson%netscape.com e635b3068a Added sample HTML. 1999-05-12 23:43:25 +00:00
waterson%netscape.com 207d9a7476 Initial revision. 1999-05-12 23:37:45 +00:00
mccabe%netscape.com 0c631e1377 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. 1999-05-12 22:56:42 +00:00
mcmullen%netscape.com ed503205ca Fix badness when nsFilePath is initialized with a nil or empty string. 1999-05-12 22:56:24 +00:00
kipp%netscape.com aa90a808ca Alloc IID 1999-05-12 22:20:55 +00:00
mccabe%netscape.com e297963241 Allocate 1 extra space and nul-terminate the string given to XPT_NewString. Thanks to Jim Dunn <jdunn@netscape.com> for suggesting this fix. 1999-05-12 09:04:38 +00:00
jband%netscape.com bdf236a78c 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) 1999-05-12 07:42:32 +00:00
beard%netscape.com 8ea24eb7e7 made Count() method pure virtual, to fix xpcom link error. 1999-05-12 06:20:37 +00:00
beard%netscape.com 206d7b53ee bumped the version to 1.0d3 1999-05-12 05:41:53 +00:00