Commit Graph

3180 Commits

Author SHA1 Message Date
waterson%netscape.com
d3f9e9a69d Bug 29250. PR_GetFileInfo64() expects a 'root' path on Win32 to have a trailing slash; e.g., it will accept 'c:\\', but not 'c:'. Ensure that, if we ever see a naked drive letter, we'll append a trailing backslash to make something that NSPR understands. r=dveditz, a=jevering
git-svn-id: svn://10.0.0.236/trunk@62370 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-08 02:53:04 +00:00
scc%netscape.com
53d961e6fa Not part of the build. Developing interfaces. Incremental changes to share with rickg, et al.
git-svn-id: svn://10.0.0.236/trunk@62321 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 20:56:07 +00:00
jband%netscape.com
9b065377e2 NOT PART OF THE BUILD - updating xptcall ports status page to note completion of Compaq Tru64 port
git-svn-id: svn://10.0.0.236/trunk@62301 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 09:19:12 +00:00
pinkerton%netscape.com
d691be43db beard got the logic backwards, now we really shouldn't assert on mac. r=danm.
git-svn-id: svn://10.0.0.236/trunk@62292 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 03:57:31 +00:00
vidur%netscape.com
59c2cc11b5 Fix for debug build breakage on Windows. r,a=dp
git-svn-id: svn://10.0.0.236/trunk@62291 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 03:25:04 +00:00
scc%netscape.com
4201c2b7c2 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@62279 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 01:02:10 +00:00
jim_nance%yahoo.com
ac71729bbe This is xptcall code for Tru64 Unix (Formerly Digital Unix, Formerly OSF/1).
It was written by Steve Streeter <streeter@zk3.dec.com> of Compaq.
r=jlnance a=shaver


git-svn-id: svn://10.0.0.236/trunk@62273 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-07 00:15:07 +00:00
beard%netscape.com
23ee920bbd to avoid unnecessary assertions, configurations not defining NS_MT_SUPPORTED (such as the Mac) shouldn't use the OWNINGTHREAD machinery. r=warren, a=leaf
git-svn-id: svn://10.0.0.236/trunk@62270 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-06 23:55:14 +00:00
danm%netscape.com
1c169d74f4 bump refcount in threadsafe release macro. bug 30666 r=warren
git-svn-id: svn://10.0.0.236/trunk@62266 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-06 21:10:46 +00:00
pavlov%netscape.com
d9b37b0e5f backing out dougt's thread changes r=dougt
git-svn-id: svn://10.0.0.236/trunk@62257 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-06 01:13:20 +00:00
warren%netscape.com
f6195ac6b6 Fixing mac bustage -- doubly defined NS_IMPL_THREADSAFE_ISUPPORTS macro.
git-svn-id: svn://10.0.0.236/trunk@62245 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-05 21:59:15 +00:00
warren%netscape.com
d100457780 Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
git-svn-id: svn://10.0.0.236/trunk@62243 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-05 21:26:01 +00:00
dougt%netscape.com
20d9d73374 Adding dynamic thread allocation to thread pool. Fixes 27736.
Also fixing warning in plevent.c

r=damn, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@62241 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-05 21:01:33 +00:00
warren%netscape.com
6b2a8fdb04 Bug 21556: Making linux be thread-safe. Exporting NS_CurrentThread from debug builds. a=jar
git-svn-id: svn://10.0.0.236/trunk@62234 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-05 10:14:50 +00:00
danm%netscape.com
b048c0396e add API to EventQueueService for creating a monitored event queue. part of bug 25979. r=dougt r=jar
git-svn-id: svn://10.0.0.236/trunk@62207 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-04 03:17:01 +00:00
idk%eng.sun.com
dd71b4c8ac updated README
git-svn-id: svn://10.0.0.236/trunk@62146 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 19:40:52 +00:00
rickg%netscape.com
68a6cd106e landed WIP nsString3 early design; not part of build; a=n/a
git-svn-id: svn://10.0.0.236/trunk@62135 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 09:04:50 +00:00
dp%netscape.com
ca167391c0 bug# 29685 Eliminating unneccessary hits to registry to improve startup. Improving on previous fix. Thanks to jband's help. r=jband,dveditz a=jevering
git-svn-id: svn://10.0.0.236/trunk@62101 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 01:48:41 +00:00
danm%netscape.com
845e7739c3 unix-only: allow system notification pipe to drain when event processing is stalled. unpegs CPU when showing certain dialogs. bug 28100. r=dp,pavlov a=jevering
git-svn-id: svn://10.0.0.236/trunk@62077 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 21:38:19 +00:00
jband%netscape.com
fa256028e2 back out dp's unsafe optimization that caused crash on first run
git-svn-id: svn://10.0.0.236/trunk@62065 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 19:57:23 +00:00
sfraser%netscape.com
75a394e31c Followon from a checkin I did yesterday to fix bugs 29521 and 29827 (a=jar); this part fixes an assertion that happened with empty form fields. r=kin
git-svn-id: svn://10.0.0.236/trunk@62064 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 19:36:15 +00:00
cls%seawood.org
6573bbb91d Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
Fixed the recursive makes into GtkMozilla so that they will report build failures like the other dirs.
Removed LIBS_NEQ_INSTALL variable and associated ifdefs.


git-svn-id: svn://10.0.0.236/trunk@62056 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 13:29:03 +00:00
cls%seawood.org
c0fe37bba5 Remove unused -lmozjs from LIBS.
git-svn-id: svn://10.0.0.236/trunk@62055 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 12:52:01 +00:00
cls%seawood.org
446ac4ba9b Use HOST_AR & HOST_RANLIB when building host version of libxpt. Needed for cross-compiling. Bug #11890
git-svn-id: svn://10.0.0.236/trunk@62052 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 12:29:47 +00:00
cls%seawood.org
dd1641c1b8 Use EXPORT_XPT_API define when building libraries. Needed for mingw32.
git-svn-id: svn://10.0.0.236/trunk@62051 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 12:27:58 +00:00
dougt%netscape.com
dc5c9e7463 Removing nested eventQ. bug 29474. a=jar
git-svn-id: svn://10.0.0.236/trunk@62029 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 04:38:33 +00:00
dp%netscape.com
694badc5aa Eliminating 11 hits to the registry for Progid if we already have
prepopulated the registry. This improves startup performance.
a=jevering, r=dveditz


git-svn-id: svn://10.0.0.236/trunk@62018 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 02:13:11 +00:00
mkaply%us.ibm.com
c7e80aa6ea # 25555
r= dougt@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef


git-svn-id: svn://10.0.0.236/trunk@61894 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 21:27:02 +00:00
jdunn%netscape.com
bd6589da7d move mozreg_s from EXTRA_DSO_LDOPTS to SHARED_LIBRARY_LIBS to handle
AIX dependencies.

r= cls@seawood.org, dp@netscape.com
a= leaf@netscape.com


git-svn-id: svn://10.0.0.236/trunk@61892 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 21:03:25 +00:00
mkaply%us.ibm.com
837fe82aaa # 25555
r= dp@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef


git-svn-id: svn://10.0.0.236/trunk@61873 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 15:50:48 +00:00
ftang%netscape.com
7fcadd8663 fix 29333 make the initial construction passing "" for performance and legal nsString usage. r=rickg a=bobj
git-svn-id: svn://10.0.0.236/trunk@61849 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 06:59:55 +00:00
warren%netscape.com
8cf2d51f11 Fix for leak detection. Bug 29505. Debug only. code=waterson,r=warren,a=jevering
git-svn-id: svn://10.0.0.236/trunk@61823 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 01:35:38 +00:00
rickg%netscape.com
f003eabfaa moved string test to windows subdirectory
git-svn-id: svn://10.0.0.236/trunk@61790 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-28 15:58:17 +00:00
rickg%netscape.com
0b6c107cd7 Added nsString regression test; not part of build
git-svn-id: svn://10.0.0.236/trunk@61789 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-28 15:57:30 +00:00
rickg%netscape.com
a972d34e67 adding testfile for nsString; this is NOT part of the build
git-svn-id: svn://10.0.0.236/trunk@61787 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-28 15:53:11 +00:00
jband%netscape.com
5c16ee5866 more speedups for bug 28964. Check for .xpt at end of filename before checking to see if the thing is a file or dir because the name check is way faster than the isDir check - if the name check fails then we don't have to even do the isDir check. r=dp, a=jar
git-svn-id: svn://10.0.0.236/trunk@61770 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 21:43:04 +00:00
davidm%netscape.com
f6f8de1983 22244 Can not load local file on the mac
r warren/sfraser a - jar


git-svn-id: svn://10.0.0.236/trunk@61768 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 16:19:59 +00:00
rpotts%netscape.com
2a6948c218 bug #21556. Made Addref/Release on nsInterfaceInfo threadsafe.
git-svn-id: svn://10.0.0.236/trunk@61754 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 05:29:58 +00:00
rpotts%netscape.com
c44ac0570a bug #21556. Made Addref/Release on nsProxyObject threadsafe.
git-svn-id: svn://10.0.0.236/trunk@61753 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 05:12:25 +00:00
rjc%netscape.com
04cfa0ed7b Fix PDT+ bug # 6770: be able to get filenames from the file system in the platform native charset.
Patch from m_kato@ga2.so-net.ne.jp
Review: ftang, dougt, and myself.
Approval: jar


git-svn-id: svn://10.0.0.236/trunk@61723 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 02:19:34 +00:00
cls%seawood.org
db52c80337 Explicitly cast mPath to const char* as some compilers can't automatically cast from nxXPIDLCString to char * .
git-svn-id: svn://10.0.0.236/trunk@61705 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 00:13:30 +00:00
bryner%uiuc.edu
fb74001790 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.


git-svn-id: svn://10.0.0.236/trunk@61647 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:12:40 +00:00
rickg%netscape.com
dbd76fc70f fixed bug28837 (r=troy; a=jar). Removed warnings (r=troy)
git-svn-id: svn://10.0.0.236/trunk@61599 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 08:20:03 +00:00
waterson%netscape.com
bc7f0ba1fc My bad; I reviewed this code and I suck. This is the right fix.
git-svn-id: svn://10.0.0.236/trunk@61595 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:42:36 +00:00
warren%netscape.com
fd4a7550c6 Fixed comment
git-svn-id: svn://10.0.0.236/trunk@61593 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 06:02:38 +00:00
warren%netscape.com
c3ef7f6816 Fixing bustage -- NS_MeanAndStdDev not included in release builds.
git-svn-id: svn://10.0.0.236/trunk@61592 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 05:40:40 +00:00
gagan%netscape.com
f341a3c51f Avoid calling Copy from operator= if we are just resetting the nsXPIDLString. So now it is safe to reset an nsXPIDLCString or nsXPIDLString by setting it to null. r=waterson,a=jevering
git-svn-id: svn://10.0.0.236/trunk@61590 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 05:34:28 +00:00
warren%netscape.com
000d09f8d0 Added NS_MeanAndStdDev
git-svn-id: svn://10.0.0.236/trunk@61587 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 04:55:31 +00:00
warren%netscape.com
6f0f57b679 Made NS_MeanAndStdDev be extern 'C'
git-svn-id: svn://10.0.0.236/trunk@61586 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 04:55:05 +00:00
cls%seawood.org
8b786c221d Implement the equivalent of Unix's realpath() for BeOS. Build blocker. a=leaf
git-svn-id: svn://10.0.0.236/trunk@61548 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 00:48:30 +00:00