15404 Commits

Author SHA1 Message Date
cltbld%netscape.com
eb29329b22 backing out xpfe since I don't know why it's not working 1999-01-29 21:18:45 +00:00
terry%netscape.com
163fe0b582 Get rid of sar's "#" hack on the stocks; it no longer seems to work. 1999-01-29 20:56:23 +00:00
slamm%netscape.com
3078d42808 On second thought, the recursive rules aren't needed because the Makefiles will get updated as needed for any target. 1999-01-29 20:45:39 +00:00
akkana%netscape.com
1f23bcc408 Fixing my build horkage ... forgot this file. Very sorry! 1999-01-29 20:08:38 +00:00
slamm%netscape.com
526ea4a3ce Add recursive rule, 'makefiles', to update Makefiles when their Makefile.in's are more recent. 1999-01-29 20:00:50 +00:00
sar%netscape.com
376574d4a9 add xpfe 1999-01-29 20:00:07 +00:00
beard%netscape.com
90a2092c8e added files: mozilla/build/mac/test/test1.cpp, removed files: mozilla/build/mac/test/test2.cpp 1999-01-29 19:54:46 +00:00
beard%netscape.com
4e68699091 added files: mozilla/base/src/nsArena.cpp, removed files: mozilla/build/mac/test/test1.cpp 1999-01-29 19:32:41 +00:00
beard%netscape.com
32dacb9c35 added files: mozilla/base/src/nsArena.cpp, mozilla/build/mac/test/test2.cpp 1999-01-29 19:30:54 +00:00
beard%netscape.com
02445fb789 added files: mozilla/build/mac/test/test2.cpp 1999-01-29 19:20:23 +00:00
akkana%netscape.com
eb4fd64caa Implement a new interface, nsIDOMSelection, intended to become the
external interface for selection (to be IDL-ified later).

Fix some editor bugs:
- Advance the cursor on text insert (so text is inserted in the right order)
- Make DeleteSelection in the editor call the actual selection
- Make DeleteSelection update the frames' notion of the selection
1999-01-29 18:57:56 +00:00
buster%netscape.com
3f9d48c279 fixed a nasty bug where some incremental reflow cases of a table with collapsing borders would crash.
One example of the crash is changing the style of a cell via DOM.
Also fixed an error in the API of nsTableColFrame
1999-01-29 18:49:32 +00:00
slamm%netscape.com
a2de6c3901 Add a target to update a Makefile when its Makefile.in changes. 1999-01-29 18:35:35 +00:00
ftang%netscape.com
74a2e828e1 add file 1999-01-29 18:26:09 +00:00
ftang%netscape.com
0a603e202f First Checked In. 1999-01-29 18:24:54 +00:00
ftang%netscape.com
cf402a4b8c move kLatin1ToUnicodeCID from nsConverterCID.h to nsUCvLatinCID.h 1999-01-29 18:13:32 +00:00
ftang%netscape.com
98fd34393f fix EXPORT problem 1999-01-29 18:12:16 +00:00
ftang%netscape.com
a0a34eb553 first check in 1999-01-29 18:11:33 +00:00
ftang%netscape.com
a69e7904e6 fix export 1999-01-29 18:11:00 +00:00
ftang%netscape.com
06132c62e3 limit ToUCS2 only have effect in U+0080 to U+009F range so it won't mess up non Latin 1 characters 1999-01-29 18:08:36 +00:00
ftang%netscape.com
a603db7c59 fix non-ASCII font face cannot be found problem 1999-01-29 18:06:42 +00:00
dcone%netscape.com
3f77479aa3 Fixed the font information, added some postscript drawing routines. 1999-01-29 17:00:46 +00:00
rhp%netscape.com
dec7693094 More cleanup for modular libmime. 1999-01-29 16:48:29 +00:00
rhp%netscape.com
22b2c95c5c More redefining of code for modular libmime. 1999-01-29 16:24:21 +00:00
rhp%netscape.com
9b573c282d Reorganizing code for modular libmime. 1999-01-29 16:22:28 +00:00
rhp%netscape.com
fa2c04ddba Reorganizing code for modular mime. 1999-01-29 16:15:46 +00:00
mcafee%netscape.com
904cf848b3 Better include line, alternative to Elliot Lee's patch in mozilla.patches 1999-01-29 09:46:50 +00:00
beard%netscape.com
12feb82d3e added files: mozilla/base/src/nsArena.cpp, mozilla/build/mac/test/test1.cpp 1999-01-29 07:51:42 +00:00
beard%netscape.com
96145611c6 added files: mozilla/build/mac/test/test2.cpp, removed files: mozilla/build/mac/test/test1.cpp 1999-01-29 07:48:13 +00:00
beard%netscape.com
c51c2fede9 removed files: mozilla/build/mac/test/test2.cpp 1999-01-29 07:47:43 +00:00
beard%netscape.com
392270d3b8 added files: mozilla/build/mac/test/test2.cpp 1999-01-29 07:45:27 +00:00
beard%netscape.com
89054527fa removed files: mozilla/build/mac/test/test2.cpp 1999-01-29 07:43:47 +00:00
beard%netscape.com
3811ae9793 First Checked In. 1999-01-29 07:42:41 +00:00
grail%cafebabe.org
9cf00c333e Patch from Edwin Wouldt to compensate for NT's losing handling of head
tag. Awaiting Sun to address the issue.
1999-01-29 06:42:41 +00:00
sfraser%netscape.com
64bc478f66 Reverting my previous change, to export all globals again. Exporting by #pragma exposes a compiler bug in the Pro 4 compilers that causes nsString not to be exported. When we upgrade the tools, this project should again export by #pragama. 1999-01-29 06:32:45 +00:00
troy%netscape.com
01313168f3 Fixed memory leak of MAP content object in OpenMap() 1999-01-29 06:13:55 +00:00
troy%netscape.com
acc552124f Fixed memory leak of a nsRadioControlGroup object 1999-01-29 06:01:15 +00:00
troy%netscape.com
94cf1a6dcd Fixed memory leak of AREA content object in ProcessAREATag() 1999-01-29 05:37:45 +00:00
tague%netscape.com
f099c5aa64 Changed DEPTH to topsrcdir so that we build under autoconf 1999-01-29 05:29:43 +00:00
fur%netscape.com
665e67cbf9 Fixed VerifyError and RuntimeError messages to be less dire. Also, don't exit
the program if an error occurs since it will be propagated to a Java caller as
an exception.
1999-01-29 05:23:06 +00:00
fur%netscape.com
cb865ea272 The -sys command-line option is now default behavior. You can disable System
class initialization with the new -nosystem option).
1999-01-29 05:21:48 +00:00
fur%netscape.com
a28eee27d1 Really this time: temporarily hard-coded y.tab.[ch] into build, instead of
generating them
1999-01-29 05:20:25 +00:00
fur%netscape.com
7030130215 Was incorrectly reporting classfile corruption when file was actually not found. 1999-01-29 05:09:46 +00:00
troy%netscape.com
cd804349fe Fixed a couple of memory leaks 1999-01-29 05:05:02 +00:00
troy%netscape.com
01b9469528 Fix for bug #2743. Improved the logic which predicts whether a vertical scrollbar
is needed
1999-01-29 04:29:10 +00:00
sfraser%netscape.com
0cb2a6cc2c First Checked In. 1999-01-29 04:17:15 +00:00
briano%netscape.com
a0e2373efb Automated update 1999-01-29 04:15:35 +00:00
tague%netscape.com
99094470b8 Added directory to mozilla/intl/locale 1999-01-29 04:10:23 +00:00
tague%netscape.com
af2816809e Added nsILocale, nsILocaleFactory, nsICollation to the UNIX build 1999-01-29 04:09:40 +00:00
sfraser%netscape.com
6de78cde7b removed files: mozilla/build/mac/test2.cpp 1999-01-29 03:52:52 +00:00