jband%netscape.com
70fe081181
fix this misnamed method bug for shaver. r=shaver. NOT PART OF BUILD
2000-01-28 08:38:11 +00:00
mccabe%netscape.com
a69d6461c1
Rework xpidl_idl to not use a circular buffer. This fixes many problems with buffer boundaries. Fixes
...
9716 unterminated %{ escape causes endless loop
Clean up memory handling and other aspects of xpidl. Fixes
11058 bad free in xpidl
13464 memory leak in xpidl
Store doc comments in IDL-processing phase, and emit them into generated header files. Fixes
24734 xpidl should emit doc comments
Add error towards fixing 24965, and fix 13100 'xpidl should error on multiple inheritance'
r=jband
2000-01-28 08:28:48 +00:00
dougt%netscape.com
91f877240e
Removing WIN API which requires windows 98 or better. Fixes 25101, and
...
others. I erronously checked in a fix which still linked with this non-win95
API. So, now I am just defaulting to standard GetFileAttributes() and doing
away with the EX version.
2000-01-28 06:17:06 +00:00
sfraser%netscape.com
27e45a31de
More fixing for startup crashes and other badness (bugs 25366 and 24312). Fix off by one buffer write. r=sdagley
2000-01-28 01:50:05 +00:00
pollmann%netscape.com
de2fb540ba
Fix VC 5.0 build bustage r=dougt, harishd
2000-01-28 00:41:06 +00:00
wtc%netscape.com
77ae2ff6a6
Bugzilla bug #17101 : move plevent.h and plevent.c from mozilla/nsprpub
...
to mozilla/xpcom/threads by landing the PLEVENT_MOVE_BRANCH.
Modified files: nsprpub/lib/ds/MANIFEST, nsprpub/lib/ds/Makefile,
nsprpub/lib/ds/Makefile.in, nsprpub/macbuild/NSPR20PPC.mcp,
nsprpub/pr/include/obsolete/protypes.h,
xpcom/macbuild/xpcomPPC.mcp, xpcom/threads/MANIFEST,
xpcom/threads/Makefile.in, xpcom/threads/makefile.win,
xpcom/threads/plevent.h
2000-01-28 00:27:37 +00:00
sfraser%netscape.com
8c541c41a0
Fix for 24312 and other unpredictable crashers on startup. r=sdagley
2000-01-27 23:28:49 +00:00
sgehani%netscape.com
8afb6d4f9e
Fix for XPInstall horkage on the Mac.
b = 25288
r = sdagley
a = mcafee
(ssu will be watching the tree in my absence.)
2000-01-27 23:18:06 +00:00
putterman%netscape.com
14753a4220
Fixes 25272 and most likely 25274. r=dougt.
2000-01-27 20:06:23 +00:00
norris%netscape.com
99cce9c9ea
Fix crash while loading jar: URI.
...
r=dougt
2000-01-27 15:58:23 +00:00
shaver%netscape.com
457a19be5b
system information service (not yet part of build)
2000-01-27 09:40:17 +00:00
sdagley%netscape.com
7053f1d5f7
Residual work on #17949 - Need to make sure that path passed to Mac impl of nsLocalFile::InitWithPath doesn't end in a :. r=davidm
2000-01-27 08:11:19 +00:00
sfraser%netscape.com
fa0e4ebbf5
The prefix file for the optimized target was set to a debug include file. fixed that. r=space monkey.
2000-01-27 07:03:33 +00:00
sfraser%netscape.com
5381c1f499
Some mac-only debug window control. bug 24312. r=jj
2000-01-27 05:51:40 +00:00
sfraser%netscape.com
51486b6b26
Fix the RegXPCOM application to hopefully not crash. bug 24312 r=jj
2000-01-27 05:51:11 +00:00
warren%netscape.com
658e423c71
Fixed problem where avg instance size was computed based on remaining object count, rather than total allocated count. May affect bloat stats on tinderbox.
2000-01-27 05:14:51 +00:00
dougt%netscape.com
96194b86a8
All of these are broken. Alway double check submission/suggestions.
2000-01-27 04:35:44 +00:00
sdagley%netscape.com
36bd7d9c72
Finish cleanup of #19150 - forgot to remove un-needed include after changing code to load fragment via nsLocalFileMac rather than directly calling NSPR. r=lumpy
2000-01-27 02:24:06 +00:00
dougt%netscape.com
e61447cd08
Removing Windows95 compiler #ifdef in place of a runtime check
...
Fixing bug 25152 submitted by kin@netscape.com .
windows only changes.
2000-01-27 01:52:02 +00:00
pinkerton%netscape.com
e5d4c38a9a
Fix build bustage. needed a typecast in some cases, but not others.
2000-01-26 23:17:53 +00:00
dougt%netscape.com
685b99e170
xpcom/io changes,
...
Fixes bug 25028.
Added new dirty flag so that resolutions can be purged.
checked in VC5 fix from pollmann and jband
checked in fix from colin@theblakes.com for VMS.
r= valeski, pollmann, colin@theblakes
2000-01-26 21:55:13 +00:00
pinkerton%netscape.com
9d8c2663ba
fix for NS_INTERFACE_MAP_END_INHERITING, wrong local var passed to base class's QI. r=scc.
2000-01-26 21:54:07 +00:00
idk%eng.sun.com
595678b109
Fixed some problems with [out] parameters.
2000-01-26 21:17:31 +00:00
jj%netscape.com
abd1377dd3
#24312 : bumped up memory partition to 20 Mb.
2000-01-26 02:37:33 +00:00
beard%netscape.com
19afa18999
bustage fix. r=dougt
2000-01-25 22:35:47 +00:00
mscott%netscape.com
52e7ef4deb
filesize bustage. dougt's fix, r=shaver@mozilla.org
2000-01-25 21:41:00 +00:00
ssu%netscape.com
ad510b294a
Change the name of the current process directory to match that of the
...
directory service. dougt's change r=ssu a=granrose
2000-01-25 20:46:02 +00:00
ssu%netscape.com
cbeb05e698
Fixing up directory service so that the current process will be looked up
...
before being calculated.
Changed this GetProcessDirectory to return an allocated nsIFile.
Making sure that object stored in the nsHashtable are not muteable.
dougt's changes. r=ssu. a=granrose.
2000-01-25 20:43:47 +00:00
wtc%netscape.com
adb2c3f5c4
Bugzilla bug #17101 : added plevent.h (same as
...
mozilla/nsprpub/lib/ds/plevent.h, revision 3.12) and plevent.c
(same as mozilla/nsprpub/lib/ds/plevent.c, revision 3.36) to
mozilla/xpcom/threads. These two new files have not been added
to the makefiles or project file, so they are not picked up by
the build.
2000-01-25 14:48:51 +00:00
sspitzer%netscape.com
5cdaa13c07
ignore the generated executable
2000-01-25 06:54:39 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
jdunn%netscape.com
7f1a8f6ba8
#= jdunn@netscape.com
2000-01-24 15:59:26 +00:00
warren%netscape.com
5439dac668
Fix for bugs 24008 and 23849 -- needed to keep mSegmentEnd and mWriteCursor in sync for out-of-memory case. a=chofmann r=fur,gordon
2000-01-21 23:16:35 +00:00
jdunn%netscape.com
ab0b188028
Enable Optimized builds on HPUX
...
# 18875
r= pepper@netscape.com
a= chofmann@netscape.com
2000-01-21 03:17:50 +00:00
putterman%netscape.com
3295d7781f
Fix for 24362. Status bar gets updated message counts. a=chofmann. r=dp and jband.
2000-01-20 22:57:08 +00:00
bienvenu%netscape.com
b4ed4bbdc9
fix crash on win98 with funny file names, r=dougt 23578
2000-01-19 07:29:33 +00:00
jj%netscape.com
18de736423
#24312 : bumped up memory partition of RegXPCom from 10 to 16 Mb. (now set in RegXPCom.mcp prefs instead of -obsolete- RegXPCom.rsrc) r=sfraser
2000-01-19 02:01:02 +00:00
jj%netscape.com
f66336369e
File Removed.
2000-01-19 01:57:18 +00:00
jdunn%netscape.com
175ee75c0d
fix the 'this' adjustment, AIX uses CFRONT while gcc on ppc uses the other one
...
#= 24305
r= jdunn@netscape.com - I know this is me, but this is an AIX only bug. jband
talked me through the fix
2000-01-19 01:19:26 +00:00
scc%netscape.com
80984495ad
Fixing runtime assert bustage. r=pinkerton
2000-01-19 01:18:27 +00:00
waterson%netscape.com
dde56e71e8
Make ResolveSymLink() fail silently if target was not a shortcut. r=lumpy
2000-01-19 00:35:01 +00:00
scc%netscape.com
cf8ef31b63
replace |nsVector| with |nsVoidArray| as per bug #11666 . r=dp
2000-01-18 23:03:29 +00:00
scc%netscape.com
cb4567b4c8
replaced |nsVector| with |nsVoidArray| as per bug #11666 . r=brendan
2000-01-18 22:19:52 +00:00
rickg%netscape.com
1e1d20f88e
bug24015; r=rods a=chofmann
2000-01-18 21:06:05 +00:00
jband%netscape.com
4ab84070fb
Not part of build. Updating status page
2000-01-18 08:19:27 +00:00
mccabe%netscape.com
3924a1c44a
Fix problem with generated consts in .h files for OS/2 - also handle the internal const value more sensibly, and lose wrong 'is_long' distinction.
...
Thanks to Henry Sobotka <sobotka@axess.com> for finding this problem and suggesting a fix.
r=mccabe
2000-01-18 05:16:48 +00:00
sford3%swbell.net
b2c319eae7
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
sfraser%netscape.com
91facce6a5
Add nsTextFormatter.cpp, for sford
2000-01-17 22:12:20 +00:00
sfraser%netscape.com
a3536e8c1d
Add nsTextFormatter.h, for sford
2000-01-17 22:12:12 +00:00
sford3%swbell.net
ab6a38b233
Beginning of work on 16951, not part of build yet
2000-01-17 06:33:59 +00:00