Jerry.Kirk%Nexwarecorp.com
727b62738e
Just the beginnings of a Photon Event Loop, still work in progress
1999-09-03 12:55:19 +00:00
duncan%be.com
f96a5f0ec0
A bunch of things to get the BeOS build to work. Mostly
...
BeOS specific fixes, except for the change to nsinstall.c
that ignores trailing "/." in the function mkdirs (as
creating a "." dir fails under BeOS).
1999-09-03 12:54:05 +00:00
cls%seawood.org
8fe3770ca9
Simple check to see if we can get rid of these osf1 cc compiler errors on the ports page. Sorry about causing the world to be rebuilt.
1999-09-03 11:24:00 +00:00
sspitzer%netscape.com
189dd57d74
add newline to end of file to please certain UNIX compilers.
1999-09-03 10:43:00 +00:00
cls%seawood.org
a3e42dcdc5
Oops. This file shouldn't have INTERNAL_TOOLS set.
1999-09-03 09:11:12 +00:00
brendan%mozilla.org
8ef0b76a3c
Remove nsIAtom.h now that it's generated; tidy white space.
1999-09-03 08:40:47 +00:00
cls%seawood.org
43b987f232
Fixed the use of HOST_NSPR_MDCPUCFG so that the build doesn't break if it is not defined.
1999-09-03 05:03:40 +00:00
cyeh%netscape.com
8f82622de8
Remove MODULAR_NETLIB defines.
1999-09-02 18:51:56 +00:00
kipp%netscape.com
cd048bb575
Use nsAutoString to save time
1999-09-02 18:03:30 +00:00
waterson%netscape.com
5ae3371682
Make CBufDescriptor const to avoid -pedantic bustage.
1999-09-02 08:02:57 +00:00
rickg%netscape.com
35288b2020
another tiny tweak to docs
1999-09-02 07:13:56 +00:00
rickg%netscape.com
29ec085101
better docs and finally got rid of deprecated API's
1999-09-02 07:04:59 +00:00
shaver%netscape.com
b5b82e64c0
Make nsSupportsHashtable not crash when you try to Get or Remove an item
...
not in the table already.
1999-09-02 07:01:53 +00:00
shaver%netscape.com
4bd5ce8e10
Added ComponentLoaders to registry and abandoned the progID suffix strategy
...
to reduce evil in universe.
Added nsIComponentManager::RegisterComponentLoader.
Dead code removal.
Make AutoRegister eagerly created all as-yet-unloaded component loaders and
AutoRegister with them as well.
Removed much #ifdef DEBUG_shaver noise.
1999-09-02 07:00:29 +00:00
shaver%netscape.com
fdd18a1808
um, didn't mean to check that in
1999-09-02 05:21:10 +00:00
shaver%netscape.com
7ae0e45e4b
*** empty log message ***
1999-09-02 05:18:09 +00:00
waterson%netscape.com
d1b4341738
Create a monitor as a member variable instead of using cached monitor.
1999-09-02 04:12:08 +00:00
shaver%netscape.com
61893c8b39
missed an EXPORT removal
1999-09-02 01:30:17 +00:00
jband%netscape.com
3e92b65804
fix for bug 12237 - add a flag in typelib to indicate methods thatare not xpcom compliant. Stealing bit that was originally intended for varargs
1999-09-02 00:01:08 +00:00
jband%netscape.com
8270b2496a
OpenVMS only change to Makefile.in from Colin Blake <colin@theblakes.com>
1999-09-01 23:54:58 +00:00
dougt%netscape.com
452841d4e5
more changes from conversations with brendan@mozilla.org
1999-09-01 23:51:11 +00:00
jband%netscape.com
f98fd27e7a
fix an initialized warning
1999-09-01 23:49:02 +00:00
jband%netscape.com
3778e8b008
updating status page
1999-09-01 23:46:21 +00:00
cata%netscape.com
8197c9839b
Fixing build warnings. Step 2: switch to use new method from the interface.
1999-09-01 22:50:50 +00:00
beard%netscape.com
10a5a145ed
added nsProxiedService.h to fix build bustage
1999-09-01 22:50:49 +00:00
cls%seawood.org
b2319857aa
Make xpidl build as an internal tool
1999-09-01 20:34:10 +00:00
dougt%netscape.com
30b1d5ab3c
changing a debug string to output the correct param number
...
resetting error code if caller does not have an eventQ. Temp hack.
1999-09-01 20:04:22 +00:00
akkana%netscape.com
7969be8853
nsTextConverter
1999-09-01 19:54:27 +00:00
tbogard%aol.net
be73565eac
Factored the common code found in all the platforms into a single base class that is inserted higher up the class heirarchy. This allows us to further reduce the amount of cut and paste code that would have to be done.
1999-09-01 11:09:10 +00:00
dp%netscape.com
7876685f8e
Dll data written to registry. Autoreg fixed to work with relative
...
pathnames in registry.
1999-09-01 06:25:20 +00:00
dp%netscape.com
97ee0030c9
Added Sync().
...
Prepares for fixing registration.
1999-09-01 06:22:54 +00:00
mscott%netscape.com
fe861fd9d3
Bug #9836 --> Unix only fix. When returning the temp directory, don't return /tmp/. Try to return the temp dir
...
specified by the unix environment variable: TMPDIR. If that variable isn't set, then use /tmp/.
a=sdagley
1999-09-01 02:37:55 +00:00
kipp%netscape.com
20e15b4a76
Repaired interface name
1999-09-01 01:09:27 +00:00
tbogard%aol.net
8fd6b1467b
First checkin of nativeApp and the xp event loop. Not connected to the build yet.
1999-09-01 00:56:38 +00:00
cyeh%netscape.com
cc2825cbe0
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
shaver%netscape.com
73d117d2b6
missed nsIFactory.idl export, damn
1999-08-31 22:25:59 +00:00
shaver%netscape.com
4f5e09dac5
forgot to remove now-generated nsIFactory.h
1999-08-31 22:00:27 +00:00
warren%netscape.com
c5f6d7673b
Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870).
1999-08-31 21:47:30 +00:00
pinkerton%netscape.com
f3f806cbfd
added new idl files for shaver.
1999-08-31 21:40:55 +00:00
shaver%netscape.com
c0708ceb89
Removed nsIFactory.h (generated now).
...
Factored ComponentManager to support multiple ComponentLoaders.
Added support for relative paths in registry.
General cleanup.
(Broke detection of changed DLLs; dp is fixing -- thanks!)
1999-08-31 21:40:21 +00:00
waterson%netscape.com
6eb39f5545
Add NS_NewSizeOfHandler() to dlldeps.
1999-08-31 18:59:02 +00:00
kipp%netscape.com
d07faca171
Reworked sizeof api's to be much more useful; updated implementations to match
1999-08-31 03:04:37 +00:00
dougt%netscape.com
942ef8b6e8
Bug fix for 12603. I am not sure if this totally cleans up all the memory
...
leaks but it definitely hits a major one.
1999-08-31 01:59:09 +00:00
erik%netscape.com
cdb2cc61e1
Fixing warnings.
1999-08-30 21:59:42 +00:00
rjc%netscape.com
51cd65edef
For Unix, don't return "." ".." or any file/directory that begins with a "."! Perhaps we should really end up having a preference that determines whether to return these "hidden" items or not.
1999-08-30 11:40:29 +00:00
rickg%netscape.com
453885be32
improved docs, bug fixes, removed outdated APIs
1999-08-30 06:55:13 +00:00
bruce%cybersight.com
c151f3ec16
Fix build bustage. Thanks waterson! Sorry about that.
1999-08-30 01:06:54 +00:00
bruce%cybersight.com
bfa29c4eb6
Fix warning from my last checkin.
1999-08-30 00:51:56 +00:00
bruce%cybersight.com
e68d0f0437
Change deallocation for nsAutoCString to use nsAllocator. This removes several thousand FMM errors in Purify.
1999-08-30 00:32:27 +00:00
shaver%netscape.com
3c6983141e
make sure that /path/to/dir and /path/to/dir/ are treated as equal
1999-08-29 22:05:11 +00:00