20255 Commits

Author SHA1 Message Date
kmcclusk%netscape.com
73fca7423a Approved by Chris Hofmann.
Patch for M3 bug #2226. [PATCH] File->Open dialog does not 'remember' browsing directory.
The patch fixes WIN32. It also defines member variables and functions for Mac and Unix to keep tinderbox building.
Mac and Unix need implementations which honor the SetDisplayDirectory method so that the browsing directory is actually set.
1999-03-17 00:35:37 +00:00
law%netscape.com
7ebb9462a3 Fix for M3 bug #3803; approved by chofmann/don 1999-03-17 00:33:25 +00:00
pnunn%netscape.com
687b1f8de3 Fix for bugz#3858. View-images were decoding twice. M3, pnunn@netscape.com
Reviewed by kipp@netscape.com.
1999-03-17 00:13:31 +00:00
karnaze%netscape.com
252c4d8e70 bug 1725 1999-03-16 23:42:38 +00:00
mscott%netscape.com
c8993905bc Temporary work around for Bug #3790. Layout is having trouble with scrolling when the iframe has a height expressed in terms of a percent. So we are going to hard code the height of the message pane. This allows folks to scroll through their messages instead of seeing only the first few lines. I just tweaked the xul file to replace the 100% height with a fixed value.
a=chofmann
1999-03-16 23:30:57 +00:00
slamm%netscape.com
6324d22168 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=3699. Renamed tree array to trees. Added 'var' for local variables. 1999-03-16 23:30:16 +00:00
kin%netscape.com
a788e9d0a6 Fix for bug #3758: Drag selecting entire content, then deleting, causes crash.
Added check for mContentLength <= 0 to TextFrame::GetPointFromOffset().
Reviewed by jfrancis@netscape.com and sfraser@netscape.com.
Approved by chofmann@netscape.com.
1999-03-16 22:55:49 +00:00
peterl%netscape.com
5c031643b4 Fixed table background inheritance, bug #1355
Checkin approved by chofmann
1999-03-16 22:33:29 +00:00
hshaw%netscape.com
92c6ee5277 Let libpref decide which file to load by default, M3 bug #2343 #3598 1999-03-16 22:07:50 +00:00
hshaw%netscape.com
d2801b5992 Changes to call Startup() from main() so we don't have thread problems in javascript 1999-03-16 22:03:03 +00:00
matt%netscape.com
ddd70391be disabling the print button in the menu bar 1999-03-16 21:40:10 +00:00
matt%netscape.com
c31ec036fc changing www.bugsplat.org to bugsplat.mozilla.org in the toolbar 1999-03-16 21:39:06 +00:00
akkana%netscape.com
b08dc516c7 Bug 3829: don't generate key events for modifier keys. Fix courtesy of Pavlov, Approved chofmann and kostello 1999-03-16 20:45:17 +00:00
chuckb%netscape.com
1557daf996 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=3231 Thanks to lentz@process.com 1999-03-16 20:14:19 +00:00
chuckb%netscape.com
ece79bcaf7 Merge from NSCP repository (prior to rsync) 1999-03-16 19:57:34 +00:00
kipp%netscape.com
db330c483b Don't dereference a null pointer when print previewing 1999-03-16 19:37:12 +00:00
kipp%netscape.com
9c705031c7 Only set ends-in-newline flag for pre text (bug #3262) 1999-03-16 19:36:49 +00:00
kipp%netscape.com
8e7baecb3e Handle removable of continued frames better (not 100% done) (bug #3262) 1999-03-16 19:36:24 +00:00
kipp%netscape.com
2916ad11f9 Fixed numerous frame removed bugs (bug #3262) 1999-03-16 19:36:00 +00:00
mcmullen%netscape.com
40c246f552 Fixes for bugs #3779,#2784. Member initialization of nsFileURL for windows compiler, escaping of url when made from path or spec, add file:// on macintosh when making a url from a spec. [bugs introduced when, for dp, I changed nsFilePath not to escape]. a=chofmann. 1999-03-16 19:12:51 +00:00
hshaw%netscape.com
46c3cbb41b To reduce confusion, read 'Netscape Preferences' for Mac, M3 bug #2343, approved dp 1999-03-16 18:31:40 +00:00
terry%netscape.com
f8b8a01882 Fixed typo in comment. 1999-03-16 18:29:45 +00:00
kin%netscape.com
9a0d8f1934 Fix for bug #3786: Undo/Redo icons broken in Editor test bed. Approved by chofmann. 1999-03-16 18:24:37 +00:00
hshaw%netscape.com
4113a96d6e To reduce confusion, read preferences.js for UNIX, prefs.js for Win/Mac, M3 bug #2343, approved dp 1999-03-16 17:59:11 +00:00
buster%netscape.com
53b3380a59 fixed join.
made a special case for typing with BR as the selection (as after an InsertBreak.)
made DEL and BACKSPACE at the beginning and end of a text node
fixes bugs 3742 and 3756 (with permission from choff and gkostello)
1999-03-16 16:38:09 +00:00
gagan%netscape.com
be0a6194ee Fix for 3776. 1999-03-16 07:46:57 +00:00
gagan%netscape.com
d049aa8c71 Fix for 1742. There is a bigger bug hiding behind this one... its about file:// urls. It needs to be revisited later. 1999-03-16 07:45:16 +00:00
rpotts%netscape.com
8d15a665eb fix for bug #2343 - Preferences are not initialized in the apprunner... 1999-03-16 07:25:43 +00:00
rpotts%netscape.com
d100dc959e fix for bug #2343 - Preferences are not initialized in the apprunner... 1999-03-16 07:15:37 +00:00
rickg%netscape.com
4ced31210b removed warnings and partially fixed M3 1999-03-16 07:06:48 +00:00
rpotts%netscape.com
9ab680f955 Fixed build bustage... nsIWalletService.h was not being found because dist\public\walletlib was missing from the LINCS... 1999-03-16 06:08:18 +00:00
bienvenu%netscape.com
2323ecba53 fix 3765 r=mscott,scottip a=chofmann problem updating thread pane after get new mail 1999-03-16 03:16:31 +00:00
pavlov%pavlov.net
1af1aad073 fix for #2513. r=mcafee@netscape.com, a=don@netscape.com 1999-03-16 02:19:52 +00:00
dp%netscape.com
49c9a446d0 Moving appcores.dll from bin/components/ to bin/ since mailnews links with it 1999-03-16 01:41:33 +00:00
dp%netscape.com
9a1d52010e Moving appcores.dll from bin/components/ to bin/ since mailnews links with it 1999-03-16 01:34:22 +00:00
dp%netscape.com
f40fa2de73 Forcing xpcom registry recreation after moving appcores.dll from bin/components to bin/ since mailnew links with it 1999-03-16 01:33:46 +00:00
hyatt%netscape.com
c9d763383a As per German's request, moving the Wallet menu underneath the
Edit menu.
1999-03-16 01:17:30 +00:00
nhotta%netscape.com
ea2732bebd Change to generate a meta-tag for i18n mail testing, for the dogfood only (and windows only), reviwed by rhp, approved by chofmann. 1999-03-16 00:52:37 +00:00
hyatt%netscape.com
c72f3dc4df Changing some errors in the XUL file and moving the URL bar to be vertically
centered.

Also making a change requested by German... moving the new task bar underneath
the status area.
1999-03-16 00:40:49 +00:00
mjudge%netscape.com
c7ce92e475 I am "unfixing" something. This was something I introduced to prevent an M3 bug with a hack, it is not necessary anymore. reviewd by sfrasier. several people have verified this. 1999-03-16 00:08:38 +00:00
saari%netscape.com
f35c599831 Fixing bug #3743 - Hierarchical menus display wrong info on MacOS 1999-03-16 00:00:39 +00:00
joki%netscape.com
9e6f6e3820 Fix for bug 3553, links on Linux 1999-03-15 23:44:15 +00:00
danm%netscape.com
193d889c56 Moving release of nsWindow object up from its Destroy method to its caller, nsMacEventHandler. This is a better remainder of a fix for bug 3676. r:saari a:chofmann. 1999-03-15 23:40:42 +00:00
alecf%netscape.com
ec3c5c1c84 fix for #3755 - bring up messenger from Tools->Messenger by opening a new
window with the messenger XUL file.
1999-03-15 23:31:09 +00:00
mjudge%netscape.com
1b682f9f08 M3 bug reviewed by joe francis. simply adding 0 initiializers to variables 1999-03-15 23:08:27 +00:00
jfrancis%netscape.com
edf65105e9 fixed 3632 - selection turds after delete. fixed 3751 - resizing page with selected image crashes. reviewed mjudge and kin. checkin approval chofmann. 1999-03-15 22:52:06 +00:00
cyeh%netscape.com
faa62fc15e added loop command line option to control the number of times it cycles
on a url.txt file. default is 100 times.
1999-03-15 22:46:46 +00:00
putterman%netscape.com
ceeb0bac1b can now change folder root. Reviewed by waterson and approved by chofmann 1999-03-15 22:33:09 +00:00
bienvenu%netscape.com
3cc81cdb06 fix 3754 assert deleting a mail message r=davidmc, a=chofmann 1999-03-15 21:46:11 +00:00
hshaw%netscape.com
313c84fbf6 use default prefs.js if someone cause PREF_ API before initializing it 1999-03-15 21:38:06 +00:00