Commit Graph

8511 Commits

Author SHA1 Message Date
kmcclusk%netscape.com
b1d7363698 Added INITREFCNT to constructor 1998-09-24 17:44:33 +00:00
dcone%netscape.com
7dae991135 updated project with new files, took out obsolete files 1998-09-24 17:31:25 +00:00
kmcclusk%netscape.com
63716e7350 Removed NS_DECL_ISUPPORTS in classes which would cause multiple mRefCnt member
variables to be delcared
1998-09-24 17:28:07 +00:00
buster%netscape.com
0bec735087 removed lots of assumptions about frame ordering and containership.
table frames no longer assume they are n levels below the inner table frame
table frames no longer assume their child frames are always the expected type of
frame.  Now they check the display type and use that as sufficient proof that the frame
is of the right type.  This implies a heavy reliance on the frame construction code to do
the right thing and always stamp out the right kind of frame for a given display type.
1998-09-24 16:37:22 +00:00
jfrancis%netscape.com
5455f937e5 Continuing Ender work 1998-09-24 16:30:04 +00:00
jfrancis%netscape.com
852cbf1758 continueing Ender work 1998-09-24 16:29:27 +00:00
ramiro%netscape.com
10ea4fa3c7 Link with XfeToolTip. 1998-09-24 14:54:35 +00:00
ramiro%netscape.com
0aef0d15aa Build XfeToolTip and tests by default. 1998-09-24 14:35:54 +00:00
kin%netscape.com
6b258036a7 Modified edt_InitEscapes() to check for '>'. This will make composer write
out > into the HTML stream instead of the '>' character.
1998-09-24 14:33:09 +00:00
kin%netscape.com
278ae644dd Modifications to XFE_EmbeddedEditor constructor:
- Initialize charset to CS_LATIN1
  - Prevent editor from showing until layout has positioned it and
	wants to display it.
  - Manage toolbox and toolbar ahead of time so we can accurately calculate
    the height of the chrome.
  - Commented out paragraph style and character underline buttons again, they
    got blown away by the previous checkin.
  - Added spellcheck button to toolbar.
  - Moved fe_{add_to,remove_from}_all_MWContext_list() functions from
	EmbeddedEditor.cpp to context_funcs.cpp.
1998-09-24 14:31:50 +00:00
ramiro%netscape.com
60843dd1db Finalize doc string support. Add better callbacks. 1998-09-24 14:25:56 +00:00
wtc%netscape.com
b1fda97e9f Removed references to the obsolete library libmsgc21 in the comments.
Reviewed and approved by Scott Furman.
Files changed: js/src/{Makefile,Makefile.in},
js/src/xpcom/{Makefile,Makefile.in}.
1998-09-24 14:16:52 +00:00
wtc%netscape.com
1973fb7a9c Removed unneeded libmsgc21.
Files changed: cmd/xfe/{Makefile,Makefile.in},
cmd/stubfe/{Makefile,Makefile.in}.
1998-09-24 14:11:18 +00:00
mcafee%netscape.com
aae6b91f46 Fix mkdir() problem for BSDI, thanks to <driehuis@playbeing.org> for this patch 1998-09-24 09:43:55 +00:00
ramiro%netscape.com
289f7369d4 Fix classic off-by-one strcat buffer error.
Thanks to Michael O'Reilly <michael@metal.iinet.net.au> for providing the fix.
1998-09-24 09:27:37 +00:00
ftang%netscape.com
71860c7c63 Make the RDF stuff always render UTF8 1998-09-24 09:23:48 +00:00
ftang%netscape.com
904cbed1fe Fix UTF8 problem 1998-09-24 09:23:19 +00:00
ftang%netscape.com
9a2f8c6b24 fix the wrong measurement problem in UTF8 by calling the new UTF8 function 1998-09-24 09:22:32 +00:00
ramiro%netscape.com
122ecc6466 Add support for documentation strings. 1998-09-24 09:22:27 +00:00
ftang%netscape.com
1521930aad implement better UTF8 drawing support. Implement mid and end truncation for UTF8 1998-09-24 09:18:25 +00:00
ftang%netscape.com
38cde5c994 add CDefaultFontFontSwitcher.cp for better UTF8 support 1998-09-24 09:17:26 +00:00
mcafee%netscape.com
fc4b8bb076 Moving comment to fix AIX & Digital sed breakage. Maybe sed really does suck, as the comment suggests. 1998-09-24 07:54:04 +00:00
jband%netscape.com
f22cb5951c added class to minimize drawinf of list items. lxr friendlier generated files 1998-09-24 07:28:52 +00:00
jband%netscape.com
2679d473d5 add targets, generated files use C-stlye comments to be more lxr friendly 1998-09-24 07:27:07 +00:00
wtc%netscape.com
f390fe814a Got rid of references to "OSF1" in this file. Thanks to
raff@aromatic.com for the problem report and the patch.
1998-09-24 06:14:26 +00:00
ramiro%netscape.com
94d78842f1 Add realize callbacks. 1998-09-24 05:19:50 +00:00
troy%netscape.com
5dac3c72a9 Removed IsPseudoFrame() from nsContainerFrame 1998-09-24 04:57:30 +00:00
troy%netscape.com
f1e955440e Changed signature of PushChildren() member function 1998-09-24 04:18:58 +00:00
troy%netscape.com
1724bb5dad Removed IsLastChild() member function from nsContainerFrame 1998-09-24 04:12:01 +00:00
troy%netscape.com
fb0251ec2e Removed ChildIsPseudoFrame() and IsEmpty() from nsContainerFrame 1998-09-24 04:06:42 +00:00
troy%netscape.com
dd71642dd1 Removed PreReflowCheck() and PostReflowCheck() from nsContainerFrame 1998-09-24 03:59:30 +00:00
wtc%netscape.com
b064b17d15 Bugzilla bug #122: merged NetBSD patch contributed by
Frank van der Linden (frank@wins.uva.nl).
1998-09-24 03:55:47 +00:00
briano%netscape.com
0aff974b23 Changes requested by wtc@netscape.com to support NSPR 3.0. 1998-09-24 03:51:10 +00:00
troy%netscape.com
cdf9d06a40 Removed some XXX CONSTRUCTION code that was work-in-progress, but is
no longer needed
1998-09-24 03:49:45 +00:00
troy%netscape.com
b31a3f0a5f Removed mFirstContentOffset, LastContentOffset, and mLastContentIsComplete
from nsContainerFrame
1998-09-24 03:36:52 +00:00
briano%netscape.com
eebc822b38 Applied the last of the changes from Frank van der Linden (frank@wins.uva.nl). 1998-09-24 03:11:51 +00:00
spider%netscape.com
91eb4a1a62 Fix for unresolved external on unix 1998-09-24 02:55:18 +00:00
hyatt%netscape.com
b79b63a3e6 Fixing a crash when the HTML pane in Aurora is deleted. 1998-09-24 02:00:44 +00:00
troy%netscape.com
4b214d1806 Changed the way nsIFrame inherits from nsISupports 1998-09-24 01:50:16 +00:00
hyatt%netscape.com
a860dc2862 Really fix the problem with undocking. :) 1998-09-24 01:43:12 +00:00
hyatt%netscape.com
0f8a279579 Fixing a problem with undocking the NavCenter window. 1998-09-24 01:40:22 +00:00
hyatt%netscape.com
4aaeb57d7e Making the toolbars add/remove properly. 1998-09-24 01:33:20 +00:00
beard%netscape.com
2f7631acba create_java_vm_impl was always failing. 1998-09-24 01:20:09 +00:00
fur%netscape.com
07da324c16 Removed references to now-defunct mozilla/js/jsj directory 1998-09-24 01:10:02 +00:00
hyatt%netscape.com
ee6406b8f6 Tweaking the notification handler for the toolbars. 1998-09-24 00:38:53 +00:00
fur%netscape.com
3d4c0f0c83 Deleting obsolete contents of jsj directory 1998-09-24 00:32:24 +00:00
karnaze%netscape.com
6fadda588f viewer saves compatibility mode preference 1998-09-24 00:21:20 +00:00
raman%netscape.com
8bbca90d14 Added AllJavaScript target to represent a target that defines all JavaScript privileges. JavaSoft's JVM will use this target to perform privileged operations from Java in JS 1998-09-24 00:16:14 +00:00
raman%netscape.com
22ee493e0c Added AllJavaScript target to represent a target that defines all JavaScript privileges. JavaSoft's JVM will use this target to perform privileged operations from Java in JS 1998-09-24 00:16:10 +00:00
hyatt%netscape.com
81a2686c56 Tweaks to the HTML pane calls to make sure they use the template. 1998-09-24 00:07:17 +00:00