Commit Graph

2983 Commits

Author SHA1 Message Date
sfraser%netscape.com
b4fec00ee7 Some mac-only debug window control. bug 24312. r=jj
git-svn-id: svn://10.0.0.236/trunk@58890 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 05:51:40 +00:00
sfraser%netscape.com
0caa279664 Fix the RegXPCOM application to hopefully not crash. bug 24312 r=jj
git-svn-id: svn://10.0.0.236/trunk@58889 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 05:51:11 +00:00
warren%netscape.com
da773f8ae1 Fixed problem where avg instance size was computed based on remaining object count, rather than total allocated count. May affect bloat stats on tinderbox.
git-svn-id: svn://10.0.0.236/trunk@58886 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 05:14:51 +00:00
dougt%netscape.com
ea7cd3e822 All of these are broken. Alway double check submission/suggestions.
git-svn-id: svn://10.0.0.236/trunk@58884 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 04:35:44 +00:00
sdagley%netscape.com
021d3a98a3 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
git-svn-id: svn://10.0.0.236/trunk@58867 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 02:24:06 +00:00
dougt%netscape.com
2ed87fa438 Removing Windows95 compiler #ifdef in place of a runtime check
Fixing bug 25152 submitted by kin@netscape.com.

windows only changes.


git-svn-id: svn://10.0.0.236/trunk@58862 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 01:52:02 +00:00
pinkerton%netscape.com
1a6c24150a Fix build bustage. needed a typecast in some cases, but not others.
git-svn-id: svn://10.0.0.236/trunk@58842 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 23:17:53 +00:00
dougt%netscape.com
9f7467a8a7 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


git-svn-id: svn://10.0.0.236/trunk@58810 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 21:55:13 +00:00
pinkerton%netscape.com
cd97ef9165 fix for NS_INTERFACE_MAP_END_INHERITING, wrong local var passed to base class's QI. r=scc.
git-svn-id: svn://10.0.0.236/trunk@58809 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 21:54:07 +00:00
idk%eng.sun.com
a6e03fa0b1 Fixed some problems with [out] parameters.
git-svn-id: svn://10.0.0.236/trunk@58804 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 21:17:31 +00:00
jj%netscape.com
5c14a22deb #24312: bumped up memory partition to 20 Mb.
git-svn-id: svn://10.0.0.236/trunk@58708 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 02:37:33 +00:00
beard%netscape.com
3ae9a394ca bustage fix. r=dougt
git-svn-id: svn://10.0.0.236/trunk@58637 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 22:35:47 +00:00
mscott%netscape.com
09edcfccd8 filesize bustage. dougt's fix, r=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@58633 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 21:41:00 +00:00
ssu%netscape.com
33256266ce Change the name of the current process directory to match that of the
directory service.  dougt's change r=ssu a=granrose


git-svn-id: svn://10.0.0.236/trunk@58621 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 20:46:02 +00:00
ssu%netscape.com
4b30ec9aa5 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.


git-svn-id: svn://10.0.0.236/trunk@58619 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 20:43:47 +00:00
wtc%netscape.com
3cde13952c 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.


git-svn-id: svn://10.0.0.236/trunk@58589 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 14:48:51 +00:00
dougt%netscape.com
714da09a59 Landing nsIFile.
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:28:28 +00:00
jdunn%netscape.com
3492de6fc3 #= jdunn@netscape.com
git-svn-id: svn://10.0.0.236/trunk@58483 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 15:59:26 +00:00
warren%netscape.com
e6edaea7c3 Fix for bugs 24008 and 23849 -- needed to keep mSegmentEnd and mWriteCursor in sync for out-of-memory case. a=chofmann r=fur,gordon
git-svn-id: svn://10.0.0.236/trunk@58362 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 23:16:35 +00:00
jdunn%netscape.com
abb7e24211 Enable Optimized builds on HPUX
# 18875
r= pepper@netscape.com
a= chofmann@netscape.com


git-svn-id: svn://10.0.0.236/trunk@58346 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-21 03:17:50 +00:00
putterman%netscape.com
e718bd1b7a Fix for 24362. Status bar gets updated message counts. a=chofmann. r=dp and jband.
git-svn-id: svn://10.0.0.236/trunk@58330 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 22:57:08 +00:00
bienvenu%netscape.com
0f7df50fc0 fix crash on win98 with funny file names, r=dougt 23578
git-svn-id: svn://10.0.0.236/trunk@58234 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 07:29:33 +00:00
jj%netscape.com
cdfaea33bb #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
git-svn-id: svn://10.0.0.236/trunk@58204 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 02:01:02 +00:00
jj%netscape.com
4c819ee550 File Removed.
git-svn-id: svn://10.0.0.236/trunk@58203 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 01:57:18 +00:00
jdunn%netscape.com
1102c38793 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


git-svn-id: svn://10.0.0.236/trunk@58190 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 01:19:26 +00:00
scc%netscape.com
8f2fee8ce6 Fixing runtime assert bustage. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@58188 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 01:18:27 +00:00
waterson%netscape.com
6e7877c837 Make ResolveSymLink() fail silently if target was not a shortcut. r=lumpy
git-svn-id: svn://10.0.0.236/trunk@58181 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 00:35:01 +00:00
scc%netscape.com
fa658e64c0 replace |nsVector| with |nsVoidArray| as per bug #11666. r=dp
git-svn-id: svn://10.0.0.236/trunk@58148 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 23:03:29 +00:00
scc%netscape.com
b414827be6 replaced |nsVector| with |nsVoidArray| as per bug #11666. r=brendan
git-svn-id: svn://10.0.0.236/trunk@58132 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 22:19:52 +00:00
rickg%netscape.com
5fbcbb33c3 bug24015; r=rods a=chofmann
git-svn-id: svn://10.0.0.236/trunk@58118 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 21:06:05 +00:00
jband%netscape.com
c49ac1b9cc Not part of build. Updating status page
git-svn-id: svn://10.0.0.236/trunk@58083 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 08:19:27 +00:00
mccabe%netscape.com
6444e51a6e 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


git-svn-id: svn://10.0.0.236/trunk@58077 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 05:16:48 +00:00
sford3%swbell.net
09c9265da7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
git-svn-id: svn://10.0.0.236/trunk@58041 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:32:13 +00:00
sfraser%netscape.com
f176a6fd40 Add nsTextFormatter.cpp, for sford
git-svn-id: svn://10.0.0.236/trunk@58036 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:12:20 +00:00
sfraser%netscape.com
2e633f439a Add nsTextFormatter.h, for sford
git-svn-id: svn://10.0.0.236/trunk@58035 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:12:12 +00:00
sford3%swbell.net
bcd4433960 Beginning of work on 16951, not part of build yet
git-svn-id: svn://10.0.0.236/trunk@57998 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 06:33:59 +00:00
beard%netscape.com
4e41ec610f bug fix for bug #11199, should remove partially created output file.
git-svn-id: svn://10.0.0.236/trunk@57992 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 04:13:05 +00:00
dougt%netscape.com
8a69f26ba1 fixes bug 24122. submitted by beard.
git-svn-id: svn://10.0.0.236/trunk@57977 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-16 23:30:33 +00:00
briano%netscape.com
ffdb784714 Replaced MOZ_COMPONENT_XPCOM_LIBS with MOZ_COMPONENT_LIBS so we pick up the NSPR libs as well. Fixes a couple of ignored platform Tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@57975 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-16 22:52:57 +00:00
dougt%netscape.com
e5859bb9bc Making event handler callbacks static.
removing lock during XPT invoke

suggested by jband.  bug 18110.


git-svn-id: svn://10.0.0.236/trunk@57787 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 05:03:29 +00:00
jst%citec.fi
7aaa18a483 Fixing copying of wstring argument, this fixes the problem with only the first character of some status messages showing up in the browser. This fix also eliminates one string copy. r=dougt@netscape.com, a=mozbot.
git-svn-id: svn://10.0.0.236/trunk@57749 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 00:06:57 +00:00
norris%netscape.com
8b495ca37d Fix 18592 Fix example: XPCom components cannot be used under
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@57748 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 00:03:46 +00:00
jdunn%netscape.com
9df87496e8 use C style comments and not C++
r= scc@netscape.com
a= leaf@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@57704 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 23:06:47 +00:00
jband%netscape.com
86073f04b4 Fix to deal with arrays of interface pointers. r=mccabe
git-svn-id: svn://10.0.0.236/trunk@57638 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 05:54:40 +00:00
scc%netscape.com
1efb7c3f9c macros and defs to removed conditional definition of |GetIID()| within |nsISupports|. r=beard, (waterson?), bug=10477
git-svn-id: svn://10.0.0.236/trunk@57637 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 05:48:47 +00:00
pinkerton%netscape.com
7c063c5052 fix the case where the char stream impl reallocated its buffer to accomodate data > 256 bytes. mLength wasn't set (at all) so the memcpy() copied nothing into the new buffer.
git-svn-id: svn://10.0.0.236/trunk@57599 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 02:00:57 +00:00
scc%netscape.com
9ff3330264 factor the |IMPL_QUERY| macros to support inheriting |QueryInterface|. Redefine all the |NS_IMPL_ISUPPORTSn| macros in terms of the table-style macros. r={pinkerton, sfraser}
git-svn-id: svn://10.0.0.236/trunk@57551 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 16:01:14 +00:00
mccabe%netscape.com
4ece6c81dc Reinstating backed-out fix to 20833 from earlier, this time with a change that seems to work on solaris and mac.
git-svn-id: svn://10.0.0.236/trunk@57546 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 13:33:40 +00:00
mccabe%netscape.com
47cfe06ecb Reverting const-generation code that seems to be trouble for Solaris.
git-svn-id: svn://10.0.0.236/trunk@57507 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 03:34:30 +00:00
sfraser%netscape.com
3026ce39f6 Fixing bustage by ensuring that xpidl_utils.c is only in the compiler target. r=mccabe
git-svn-id: svn://10.0.0.236/trunk@57504 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 03:09:33 +00:00