Commit Graph

23696 Commits

Author SHA1 Message Date
rods%netscape.com
8a9ad5816a Inital checkin 1999-04-16 21:03:32 +00:00
rods%netscape.com
ca1906c14c Initial checkin 1999-04-16 21:03:22 +00:00
alecf%netscape.com
9d4aaf6d17 don't need xp_core.h, and it's causing problems anyway 1999-04-16 21:03:19 +00:00
alecf%netscape.com
a9b3c8c5b9 don't need this extra DSO line 1999-04-16 21:02:48 +00:00
rods%netscape.com
6aa2a28834 removed mail 1999-04-16 21:00:44 +00:00
mscott%netscape.com
2481858cce more optimized version of read next line from buffer. Don't shift the bytes in the buffer down to the beginning after we extract a line until we actually need more space in the buffer. Then do it. 1999-04-16 20:59:49 +00:00
mscott%netscape.com
15dfcbffce Fix assert to be >= 0. part of the name space off by one problem... 1999-04-16 20:58:21 +00:00
nhotta%netscape.com
eec198cc65 Changes for charset menu and 7bit data check. 1999-04-16 20:43:14 +00:00
rods%netscape.com
2a60f956ca Removed clipboard code on exit of appcore 1999-04-16 20:39:28 +00:00
sfraser%netscape.com
2879c226b6 Fix Mac build bustage 1999-04-16 20:26:29 +00:00
rods%netscape.com
ca89d9cd66 Added nsIDOMBaseAppCore.h 1999-04-16 20:22:38 +00:00
alecf%netscape.com
db9707b47e fix nsAutoString->nsString& casting problem on unix by creating a temporary 1999-04-16 20:22:21 +00:00
rods%netscape.com
1902331069 removed mail 1999-04-16 20:18:01 +00:00
rods%netscape.com
4d918398d9 removed 1999-04-16 20:12:48 +00:00
rods%netscape.com
7dda0122d5 removed mail files 1999-04-16 20:11:06 +00:00
rods%netscape.com
25c532c154 Removed the mail files 1999-04-16 20:08:42 +00:00
rods%netscape.com
12ed8dd702 Old files no longer needed 1999-04-16 20:06:19 +00:00
rods%netscape.com
cc6d2337f6 removed the "set" enable/disable methods 1999-04-16 20:03:32 +00:00
rods%netscape.com
a6b341e525 removed nsIDOMMailCore.h 1999-04-16 20:02:27 +00:00
rods%netscape.com
5e485b0086 removed the all mail core files 1999-04-16 20:01:44 +00:00
erik%netscape.com
1a70e1f12d Fixed bugs 2522 and 4875. Switched from FONTSIGNATURE to cmap to figure
out which glyphs are available. Removed FONT_SWITCHING ifdef.
1999-04-16 20:01:12 +00:00
rods%netscape.com
094e319485 removed enable/disable methods "set" methods 1999-04-16 20:01:09 +00:00
rods%netscape.com
d388a8a039 Removed the "set" enable/disable callback methods 1999-04-16 19:58:55 +00:00
rods%netscape.com
b3a6cba1c5 Removed MailCore.idl 1999-04-16 19:56:04 +00:00
michaelp%netscape.com
c85b133efa we no longer recurse into clip views. shoot me troy. so long folks. 1999-04-16 19:53:53 +00:00
rods%netscape.com
ec513cc8ac Remove the disable/enable callback methods 1999-04-16 19:53:45 +00:00
rods%netscape.com
f7c20decbf removed files: mozilla/xpfe/AppCores/src/nsJSMailCore.cpp, mozilla/xpfe/AppCores/src/nsMailCoreFactory.cpp, mozilla/xpfe/AppCores/src/nsMailCore.cpp 1999-04-16 19:52:06 +00:00
ramiro%netscape.com
2edabf965d More event work. Install button handlers for radio and check buttons.
These are still not fully functional.
Install events on text field, so that its parent does trigger button
events for it.
1999-04-16 19:48:56 +00:00
buster%netscape.com
2bf66d8abf I think this will fix Mac build. 1999-04-16 19:34:13 +00:00
kmcclusk%netscape.com
848b49f05b fix for bug #3162, Removed #ifndef MAC in the nsSelectControlFrame::GetProperty.
The Mac now supports native combo box widgets so it no longer will crash in GetProperty
with a null mWidget field.
Modified nsComboboxControlFrame::HandleEvents. MouseExit from the combox rect now
initiates mouse capture on the drop-down list.
Modified nsCSSFrameConstructor::ConstructSelectFrame to initialize the drop-down list
for frame-based comboboxes as hidden.
Added a nsIListControlFrame::CaptureMouseEvents method.
Implemented nsListControlFrame::CaptureMouseEvents.
1999-04-16 19:28:12 +00:00
kmcclusk%netscape.com
a92a163175 fix for bug#2442. Textarea now wrap. 1999-04-16 19:19:41 +00:00
kmcclusk%netscape.com
9013298607 fix for bug#4325. ScrollingView's now manage their component's (mClipView, mHScrollBarView,
mVScrollBarView, mCornerView) visibility when the ScrollingView's visibility changes.
1999-04-16 19:18:30 +00:00
leaf%mozilla.org
48cb973d91 adding run scripts to be installed via rpms. 1999-04-16 19:15:15 +00:00
briano%netscape.com
e411fbca76 Automated update 1999-04-16 19:14:40 +00:00
slamm%netscape.com
4e0130feb3 Updated altoptions.m4, and cron job did not pick up my change, so I am checking in configure by hand. 1999-04-16 19:13:07 +00:00
rhp%netscape.com
599771aad8 Moving header parser interface 1999-04-16 19:02:22 +00:00
rhp%netscape.com
a616ac9de1 Addition of new parser file 1999-04-16 19:00:55 +00:00
rhp%netscape.com
9efbcddad8 Removal of old files 1999-04-16 19:00:50 +00:00
rhp%netscape.com
5bebb7fed5 Removal of old file 1999-04-16 19:00:44 +00:00
slamm%netscape.com
9bed426eaf Do not rely on PATH to load included scripts. Fix for BSDI bug #5189. 1999-04-16 18:46:54 +00:00
alecf%netscape.com
cafa628f49 return rv rather than losing the return value 1999-04-16 18:46:08 +00:00
alecf%netscape.com
cab8e013a0 bulletproof the nsMsgAccount object 1999-04-16 18:44:53 +00:00
hyatt%netscape.com
756c4d18bc Web shell window now implements the nsIBrowserWindow interface, which will enable it to support window.xxx() calls from JavaScript (eventually). 1999-04-16 18:40:27 +00:00
hyatt%netscape.com
2e18d944e3 Changing the browser window retriever method so that it can cross the chrome/content boundary. 1999-04-16 18:39:18 +00:00
buster%netscape.com
3c2f906370 factored out re-parenting of content into MoveContentIntoNewParent
WIP on font handling.
1999-04-16 18:29:12 +00:00
warren%netscape.com
0c8a62f098 Fixed up ftp implementation for event queue arguemnt to NewConnection. 1999-04-16 18:18:38 +00:00
warren%netscape.com
640e419016 Made instance variables protected so that we can subclass. 1999-04-16 18:16:21 +00:00
pinkerton%netscape.com
0b3fe5c061 fix bustage again. I am a complete and total moron. 1999-04-16 18:14:22 +00:00
waterson%netscape.com
d8d4c56bd4 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. 1999-04-16 18:08:43 +00:00
waterson%netscape.com
5358fd04f6 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. a=vidur. 1999-04-16 18:08:20 +00:00