briano%netscape.com
|
820c1b2e55
|
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
|
66031a220b
|
added nsICSSLoader
|
1999-05-19 00:00:58 +00:00 |
warren%netscape.com
|
0142cb7a14
|
Added
|
1999-05-18 21:43:13 +00:00 |
dp%netscape.com
|
4f026cd2e3
|
undoing previous change. It should have happened on the XPCOM20 BRANCH
|
1999-05-18 09:24:08 +00:00 |
dp%netscape.com
|
1a52db2035
|
Rolling over from initial XPCOM 2.0 changes
|
1999-05-18 09:19:05 +00:00 |
dp%netscape.com
|
34b30431ba
|
Initial version
|
1999-05-18 09:11:01 +00:00 |
mccabe%netscape.com
|
25640b77ad
|
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
|
e1003d55c1
|
Added nsIDOMHTMLLayerElement interface
|
1999-05-17 21:18:23 +00:00 |
erik%netscape.com
|
884c1bf22d
|
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
|
9b02a6f807
|
exporting nsServiceManager::RegisterService/UnregisterService to fix xpinstall breakage.
|
1999-05-16 21:29:32 +00:00 |
erik%netscape.com
|
383437c12d
|
Added code to check return values. Cleaned up a bit.
|
1999-05-16 20:47:59 +00:00 |
sfraser%netscape.com
|
d64a71ec88
|
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
|
a8e949c977
|
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
|
6635957e0c
|
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
|
213ef70599
|
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
|
df6000c502
|
Add nsICollection
|
1999-05-13 20:27:22 +00:00 |
waterson%netscape.com
|
1a781fe771
|
Fix MANIFEST_TEMP to include nsICollection.h.
|
1999-05-13 16:43:00 +00:00 |
waterson%netscape.com
|
3ea7cf781b
|
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
|
e0de3313bb
|
removing nsICollection.h because it no longer exists (fix build bustage).
|
1999-05-13 16:24:06 +00:00 |
warren%netscape.com
|
f0a87da737
|
Removing old files now generated by IDL (to avoid future screw ups).
|
1999-05-13 08:48:47 +00:00 |
gagan%netscape.com
|
4999cf4cdb
|
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
|
87b26617d5
|
Fixed nsICollection (and Count in particular) to be xpidl friendly.
|
1999-05-13 04:56:04 +00:00 |
sspitzer%netscape.com
|
ed6326405e
|
make the destructor virtual
|
1999-05-13 00:48:42 +00:00 |
sspitzer%netscape.com
|
3c2da32000
|
destructor should be virtual.
|
1999-05-13 00:44:20 +00:00 |
mcmullen%netscape.com
|
309bab45c6
|
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
|
bc6290e2db
|
First Checked In.
|
1999-05-13 00:01:48 +00:00 |
waterson%netscape.com
|
cd4db87316
|
Initial revision.
|
1999-05-12 23:54:18 +00:00 |
waterson%netscape.com
|
08b652ea66
|
Added sample HTML.
|
1999-05-12 23:43:25 +00:00 |
waterson%netscape.com
|
36c353760e
|
Initial revision.
|
1999-05-12 23:37:45 +00:00 |
mccabe%netscape.com
|
334dd15a25
|
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
|
bb815af574
|
Fix badness when nsFilePath is initialized with a nil or empty string.
|
1999-05-12 22:56:24 +00:00 |
kipp%netscape.com
|
7d0dd441c0
|
Alloc IID
|
1999-05-12 22:20:55 +00:00 |
mccabe%netscape.com
|
636bfa81c1
|
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
|
1cbabb0d33
|
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
|
a57b1f76a4
|
made Count() method pure virtual, to fix xpcom link error.
|
1999-05-12 06:20:37 +00:00 |
beard%netscape.com
|
a02d7c125c
|
bumped the version to 1.0d3
|
1999-05-12 05:41:53 +00:00 |
beard%netscape.com
|
d784f2a2d6
|
when popping an #include, fclose the file.
|
1999-05-12 05:41:29 +00:00 |
alecf%netscape.com
|
453e5e340b
|
add nsICollection to the windows IDL files
|
1999-05-12 05:24:00 +00:00 |
scc%netscape.com
|
04d849f0ec
|
Fixup CallQueryInterface
|
1999-05-12 04:50:08 +00:00 |
alecf%netscape.com
|
fe57a57783
|
add nsICollection.idl to the unix build system
|
1999-05-12 03:12:01 +00:00 |
alecf%netscape.com
|
d7d9cd0e4b
|
check in IDL version of nsICollection interface
|
1999-05-12 03:11:48 +00:00 |
alecf%netscape.com
|
a4c1fbdaa8
|
remove const-ness from nsICollection::Count() so that it can be represented with XPIDL
|
1999-05-12 02:53:37 +00:00 |
alecf%netscape.com
|
a79c764550
|
include nsresult typedef
|
1999-05-12 02:19:18 +00:00 |
mccabe%netscape.com
|
906d95820c
|
Fix xpidl header generation to not emit a trailing (erroneous) ',' when generating [notxpcom] interfaces.
Thanks to Alec Flett <alecf@netscape.com> for this patch.
|
1999-05-12 02:13:40 +00:00 |
bruce%cybersight.com
|
3d4169cc64
|
Add newline at end of file for native unix compilers.
|
1999-05-12 00:39:14 +00:00 |
mcmullen%netscape.com
|
6da6f2e50d
|
Assert when nsFileSpec gets a unix path
|
1999-05-12 00:17:53 +00:00 |
kipp%netscape.com
|
93258cd0bc
|
Fix makefile glitch
|
1999-05-12 00:15:22 +00:00 |
akkana%netscape.com
|
a9fb77217e
|
New build option enable-crash-on-assert for those who really want the old behavior
|
1999-05-11 22:22:24 +00:00 |
dougt%netscape.com
|
6dad35704e
|
First Checked In.
|
1999-05-11 19:32:55 +00:00 |
waterson%netscape.com
|
5d99d5c9f1
|
First Checked In.
|
1999-05-11 19:02:48 +00:00 |