Commit Graph

17601 Commits

Author SHA1 Message Date
sdagley%netscape.com
dfeb194d83 Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag. 1999-02-19 02:45:54 +00:00
mcafee%netscape.com
65b910addc Solaris needs newline at end of file. 1999-02-19 02:43:26 +00:00
mscott%netscape.com
720eb2c647 More updates for getting the 3-pane looking correctly... 1999-02-19 02:43:11 +00:00
grail%cafebabe.org
d9e844d9df Added in JList to the builder. Use type attribute as "jlist". 1999-02-19 02:39:00 +00:00
kostello%netscape.com
518ec6a46e Fixing build error -- the instance variables
mComputedCRC32 and mExpectedCRC32 were only being defined
in the DEBUG build although they are used throughout
CNavDTD.cpp and it cannot be built in non-debug mode.
1999-02-19 02:35:58 +00:00
mcafee%netscape.com
024d71b7d8 Fixing return types and swtich to proper PR_TRUE/PR_FALSE types. r=akkana@netscape.com 1999-02-19 02:32:58 +00:00
nisheeth%netscape.com
d0ab536a28 Adding test case for attribute changes on the BR element via the DOM. 1999-02-19 02:15:03 +00:00
alecf%netscape.com
8fee9617b2 MD5 implementation, thanks to mrsam@geocities.com 1999-02-19 02:12:44 +00:00
mjudge%netscape.com
ed093b8ad5 fogot to move files out of this makefile.in 1999-02-19 02:12:19 +00:00
troy%netscape.com
ddd4da9f70 Removed some XXX code that was temporary, but I forgot to delete 1999-02-19 02:05:00 +00:00
alecf%netscape.com
5e26c24052 add dummy nsISupports.idl so that other IDL files can compile
(Windows makefile.win still needed - volunteers welcome!)
1999-02-19 02:04:21 +00:00
mcafee%netscape.com
8f769f292e Fixing return types and swtich to proper PR_TRUE/PR_FALSE types. r=akkana@netscape.com 1999-02-19 02:03:23 +00:00
bienvenu%netscape.com
3c18fa50c2 link with the dll rdf to get rid of linker warnings 1999-02-19 01:42:25 +00:00
mcafee%netscape.com
42b7604d15 Solaris: mIsDone is a PRBool, that means use PR_FALSE or PR_TRUE. 1999-02-19 01:41:03 +00:00
nhotta%netscape.com
1ef4f256bc Fix for Macintosh test. 1999-02-19 01:38:27 +00:00
ftang%netscape.com
c88834ab8b add implementation for word breaker. Add selftest code for word break. Fix GetClass for line breaker 1999-02-19 01:38:12 +00:00
nhotta%netscape.com
3051dee08e Added a new sort test. 1999-02-19 00:59:42 +00:00
rickg%netscape.com
57afdc28b7 added CRC 1999-02-19 00:54:27 +00:00
rickg%netscape.com
3fccefbdca minor improvement to CRC 1999-02-19 00:54:01 +00:00
troy%netscape.com
b236facd7f Added pseudo style for 'page' element 1999-02-19 00:53:09 +00:00
wtc%netscape.com
5af04a07ba Bugsplat bug #343158: corrected a typo in the comment. Thanks to
John Bandhauer <jband@netscape.com> for the bug report and fix.
1999-02-19 00:45:35 +00:00
bienvenu%netscape.com
a299afd0d6 switch to new mdb interface naming conventions 1999-02-19 00:32:39 +00:00
mjudge%netscape.com
1afd545499 moving nsFrameTraversal.* nsFrameList.* to layout/base also adding selection from keyboard. 1999-02-19 00:21:22 +00:00
rjc%netscape.com
d8662169f4 Remove nsComPtr usage (due to Unix). 1999-02-19 00:19:42 +00:00
wtc%netscape.com
bb2c94f0d6 Test list for nspr. 1999-02-19 00:14:41 +00:00
cyeh%netscape.com
fee749ae8c removing special config.mak and rules.mak. special rules have been rolled
into mozilla/config/config.mak and mozilla/config/rules.mak
1999-02-19 00:10:02 +00:00
scc%netscape.com
5f8d7aa381 updated for nsCOMPtr (no implicit construction from raw pointers) owners should check that they agree with my choices for |dont_QueryInterface|, |do_QueryInterface| and |dont_AddRef| 1999-02-18 23:55:10 +00:00
rickg%netscape.com
d6d7795e3e new primaryDetect code in DTD detection system; fixes XIF 1999-02-18 23:45:44 +00:00
cyeh%netscape.com
f83f81e85e if makedep.exe doesn't exist, build it, then continue with rest of depend rule. 1999-02-18 23:37:43 +00:00
leaf%mozilla.org
ea672fa1e1 (really cyeh) fix syntatical lameness. 1999-02-18 23:23:17 +00:00
wtc%netscape.com
de545baf18 On BSDI, zero a pthread_mutex_t or pthread_cond_t before initializing
it.  This patch is contributed by Bert Driehuis
<bert_driehuis@nl.compuware.com>.
1999-02-18 23:20:11 +00:00
mcafee%netscape.com
0d9d97bf4f Adding do_QueryInterface() wrapper for Solaris, this is the other part of scc's nsCOMPtr carpool 1999-02-18 23:18:56 +00:00
cyeh%netscape.com
b0e79344d5 on win95 and win98, we would blow up echo with too long of a line to print.
if we are on NT, this doesn't happen. now we report status of makedep.exe
dependent of the OS we are on.
1999-02-18 23:18:40 +00:00
mcafee%netscape.com
5b9af87290 Solaris needs newline at end of file. 1999-02-18 23:09:08 +00:00
buster%netscape.com
d968e97e64 work in progress 1999-02-18 23:01:06 +00:00
mcafee%netscape.com
202ec44d6e Solaris needs newline at end of file. 1999-02-18 23:00:45 +00:00
alecf%netscape.com
e266797a3b link xpidl statically against libxpt so that dist/bin doesn't need to be in your LD_LIBRARY_PATH 1999-02-18 22:59:17 +00:00
rjc%netscape.com
efce1fd313 Now call rdf_qsort on all platforms. 1999-02-18 22:55:02 +00:00
rjc%netscape.com
1946508edb Add rdf_qsort.c to Unix/Win makefiles. 1999-02-18 22:54:16 +00:00
waterson%netscape.com
16abbd0ff1 Removed RDF DLLs from SetupRegistry() b/c RDF self-registers. 1999-02-18 22:53:51 +00:00
waterson%netscape.com
bf37eede6e Fixed to get building on Linux. 1999-02-18 22:53:19 +00:00
buster%netscape.com
488d53c3f2 added nsPresShell::ScrollFrameIntoView(), which forces the given frame to be visible in the current view. 1999-02-18 22:52:21 +00:00
buster%netscape.com
194ee07b45 added ScrollFrameIntoView(), which forces the given frame to be visible in the current view. 1999-02-18 22:51:46 +00:00
leaf%mozilla.org
334d74e313 fixing the perl hardcoding. looks in the hardcoded places, then pulls perl from the
path if not found.
1999-02-18 22:51:05 +00:00
leaf%mozilla.org
33c3a297a7 fixing the 'unix_date' requirement... can be either unix_date or date in the
%MOZ_TOOLS%\bin directory.
1999-02-18 22:49:35 +00:00
rjc%netscape.com
56bf6d2a08 Needed to const strings. 1999-02-18 22:45:26 +00:00
mcafee%netscape.com
3e138770a9 Solaris needs newline at end of file. 1999-02-18 22:43:16 +00:00
mcafee%netscape.com
32e3c1a771 Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool 1999-02-18 22:39:26 +00:00
dp%netscape.com
1581c74987 Hacked to remove ./ when we PR_LoadLibrary() dlls of the type ./library.so
This improves memory a bit.
1999-02-18 22:37:35 +00:00
kmcclusk%netscape.com
8dcf8365b9 changed pseudo styles file-button, file-text to -moz-file-button -moz-file-text in ua.css
Adjusted nsHTMLAtoms to match.
1999-02-18 22:36:59 +00:00