sfraser%netscape.com
ea88959f52
First Checked In.
1999-09-14 01:05:35 +00:00
dp%netscape.com
7bf0e11373
Adding -lmozjs to fix runtime symbol not found problems.
1999-09-14 00:49:21 +00:00
warren%netscape.com
f117a14a85
Added nsIRunnable.h and nsIThreadPool.h temporarily.
1999-09-13 23:45:31 +00:00
warren%netscape.com
3baedc96b9
Added temporarily, until I can get nsIThreadPool.h added to all the .cpp files, and then switch over to nsIThreadPool.idl
1999-09-13 23:43:02 +00:00
warren%netscape.com
db31a55c62
Added temporarily, until I can get nsIRunnable.h added to all the .cpp files, and then switch over to nsIRunnable.idl
1999-09-13 23:40:52 +00:00
alecf%netscape.com
617f2546c7
add new query_interface4 and query_interfac5 (hey, I needed it!)
1999-09-13 23:23:20 +00:00
ftang%netscape.com
a73722dba8
fix the massed up PROG8-10
1999-09-13 22:58:18 +00:00
ftang%netscape.com
771c47a7d2
add ToNewUTF8Stirng to nsString
1999-09-13 22:51:29 +00:00
shaver%netscape.com
4a8357cf2a
fix UMR
1999-09-13 22:34:42 +00:00
cls%seawood.org
fb6ccf14b6
Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h>
1999-09-13 05:09:53 +00:00
cls%seawood.org
1a2e16af42
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
1999-09-12 14:25:28 +00:00
cls%seawood.org
4bcb879c19
Oops. C++ comments in a C progam is not allowed.
1999-09-12 14:07:51 +00:00
cls%seawood.org
ab47371342
Renamed function arguments to avoid warnings about shadowing member variables
1999-09-12 12:08:56 +00:00
cls%seawood.org
2bbc9896c9
Renamed tmp variable to avoid shadowing.
...
Commented out less than zero assertion checks on unsigned ints
1999-09-12 12:06:37 +00:00
cls%seawood.org
64dfa83bd4
Explicitly include <malloc.h>
...
Set mZero_fd to 0 instead of NULL
1999-09-12 12:04:43 +00:00
cls%seawood.org
9b9b749fde
Removed gcc 2.95+ ifdefs to trade one annoying warning for a less annoying one.
1999-09-12 12:03:20 +00:00
cls%seawood.org
263211043d
Reorderd member initializers to remove silly warnings.
1999-09-12 12:02:03 +00:00
rpotts%netscape.com
93cea3f89b
I've commented out this assert since I was hitting it *alot* after a clean build :-(
1999-09-12 09:00:34 +00:00
warren%netscape.com
e82cc6071b
Added assertion for Open failing.
1999-09-11 23:48:07 +00:00
beard%netscape.com
bb48774ffe
Added operator = (const char*) as a convenience. always copies argument string.
1999-09-11 23:00:38 +00:00
dp%netscape.com
8129f84492
Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is
...
the new incarnation.
1999-09-11 22:10:32 +00:00
dp%netscape.com
762dd38849
Unhooking RegFactory from unix. xpcom/tools/registry/regxpcom is the
...
new incarnation.
1999-09-11 22:09:19 +00:00
dp%netscape.com
eab27e57d7
Adding regxpcom for windows.
1999-09-11 22:01:14 +00:00
dp%netscape.com
dd1fd537ab
regxpcom : does autoreg and registers/unregisters individual dlls.
...
The new incarnation of RegFactory. RegFactory will be retired.
1999-09-11 14:51:55 +00:00
dp%netscape.com
fa34aae45d
Implemented dll enumeration and prepopulation. Improves startup performance.
1999-09-11 14:49:55 +00:00
dp%netscape.com
2aae55b296
- Fixed Register() to use componentmanager instead of hand loading the
...
dll
- Unregister() still needs implementation.
- Added reference to NS_NewTimer() to link in libtimer_s.so (unix
only) This fixes autoreg for unix run from RegFactory
1999-09-11 07:30:24 +00:00
dp%netscape.com
462ed66cd7
Typo fixed. AutoRegisterComponent works again.
1999-09-11 07:23:28 +00:00
jband%netscape.com
f673b4fa59
add arrays to xpidl and typelibs. got rid of vararg support scheme
1999-09-11 05:20:39 +00:00
jband%netscape.com
25d076f9fa
fix shaver's broken pool growing code. remove unused bitwise code.
1999-09-11 01:40:22 +00:00
jband%netscape.com
093ea24de2
get rid of declarations for unused code and broken code
1999-09-11 01:39:22 +00:00
peterl%netscape.com
564abae4fe
fixed crash in compress chars on 0 length string
1999-09-11 00:10:36 +00:00
warren%netscape.com
b644ce1197
Disabled the page manager until we have more time to make it work properly.
1999-09-10 23:34:12 +00:00
jdunn%netscape.com
41857cf2bf
Provide workaround in nsPageMgr.cpp if platform (HPUX) doesn't have /dev/zero.
...
briano, ramiro & warren all looked at the code.
(also sneaked in a linking option in for hpux only)
1999-09-10 23:07:09 +00:00
sfraser%netscape.com
a4c2122043
First Checked In.
1999-09-10 22:48:49 +00:00
dveditz%netscape.com
08b5c219f9
hoping this fixes dougt's bustage
1999-09-10 20:58:46 +00:00
dougt%netscape.com
82c52d63e8
changing GetDiskSpaceAvailable to return a signed 64 bit value
1999-09-10 20:03:56 +00:00
duncan%be.com
6dcf30a221
Fix int64 support in GetDiskSpaceAvailable, BeOS only fix.
1999-09-10 12:39:08 +00:00
dveditz%netscape.com
9ef1ec96ed
speed startup by avoiding registry look ups that are guaranteed to fail, eliciting worst-case behavior
1999-09-10 05:27:23 +00:00
shaver%netscape.com
87792ace93
fix for 8060 and switch to iterative annotation processing to reduce stack suck, a=mcafee, r=mccabe
1999-09-10 02:48:32 +00:00
sdagley%netscape.com
ffac101220
Fixing build bustage for warren.
1999-09-09 23:00:23 +00:00
kipp%netscape.com
a65ec6e626
Eliminate some silly nsString usage
1999-09-09 22:34:02 +00:00
warren%netscape.com
e6619b2ad6
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
dougt%netscape.com
330ad391c0
missed this file.
1999-09-09 19:43:26 +00:00
dougt%netscape.com
040525b8df
fixing var name
1999-09-09 19:37:29 +00:00
dougt%netscape.com
d8fcfee5c9
nsFileSpec::GetDiskSpace now returns a PRUint64. (12479)
...
thanks to Chet Murphy <cmurphy@modelworks.com> for the windows code!
1999-09-09 19:20:35 +00:00
Jerry.Kirk%Nexwarecorp.com
4c7d3ba08b
Add new Photon files I forgot yesterday
1999-09-09 14:44:37 +00:00
shaver%netscape.com
44334828d0
fix memory leaks (eep) and add some debugging noise for myself
1999-09-09 00:48:30 +00:00
toshok%hungry.com
1f17564178
remove the dll from mDllStore if we're about to delete it. keeps us from crashing if we try to load a dll after we fail once.
1999-09-09 00:47:22 +00:00
dp%netscape.com
70127c88b1
RegFactory without any parameters will autoregister.
1999-09-08 23:45:29 +00:00
briano%netscape.com
eff1b0f0cc
Removed the obsolete non-NECKO leftovers.
1999-09-08 23:12:13 +00:00