dcone%netscape.com
8d22f82a24
updated project with new files, took out obsolete files
1998-09-24 17:31:25 +00:00
kmcclusk%netscape.com
d714851b45
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
b89f1873bc
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
5cebea2c84
Continuing Ender work
1998-09-24 16:30:04 +00:00
jfrancis%netscape.com
b757608c1d
continueing Ender work
1998-09-24 16:29:27 +00:00
ramiro%netscape.com
70ec849e9c
Link with XfeToolTip.
1998-09-24 14:54:35 +00:00
ramiro%netscape.com
b34d611b03
Build XfeToolTip and tests by default.
1998-09-24 14:35:54 +00:00
kin%netscape.com
834a91aa73
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
25ee0ea136
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
a491de0368
Finalize doc string support. Add better callbacks.
1998-09-24 14:25:56 +00:00
wtc%netscape.com
b6396e45b6
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
4ca97f6fd5
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
fdbf61376c
Fix mkdir() problem for BSDI, thanks to <driehuis@playbeing.org> for this patch
1998-09-24 09:43:55 +00:00
ramiro%netscape.com
37cfc481c1
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
7077a16f82
Make the RDF stuff always render UTF8
1998-09-24 09:23:48 +00:00
ftang%netscape.com
d784f3b507
Fix UTF8 problem
1998-09-24 09:23:19 +00:00
ftang%netscape.com
c12622f11f
fix the wrong measurement problem in UTF8 by calling the new UTF8 function
1998-09-24 09:22:32 +00:00
ramiro%netscape.com
96fce0280e
Add support for documentation strings.
1998-09-24 09:22:27 +00:00
ftang%netscape.com
d9351da6f8
implement better UTF8 drawing support. Implement mid and end truncation for UTF8
1998-09-24 09:18:25 +00:00
ftang%netscape.com
5661de1bac
add CDefaultFontFontSwitcher.cp for better UTF8 support
1998-09-24 09:17:26 +00:00
mcafee%netscape.com
5ee4fc87af
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
bbc8879ec5
added class to minimize drawinf of list items. lxr friendlier generated files
1998-09-24 07:28:52 +00:00
jband%netscape.com
e00a320f96
add targets, generated files use C-stlye comments to be more lxr friendly
1998-09-24 07:27:07 +00:00
wtc%netscape.com
50605eb217
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
c629ab9cb2
Add realize callbacks.
1998-09-24 05:19:50 +00:00
troy%netscape.com
2ed107ad4d
Removed IsPseudoFrame() from nsContainerFrame
1998-09-24 04:57:30 +00:00
troy%netscape.com
a086892036
Changed signature of PushChildren() member function
1998-09-24 04:18:58 +00:00
troy%netscape.com
f5a11ac77b
Removed IsLastChild() member function from nsContainerFrame
1998-09-24 04:12:01 +00:00
troy%netscape.com
4a95c4039d
Removed ChildIsPseudoFrame() and IsEmpty() from nsContainerFrame
1998-09-24 04:06:42 +00:00
troy%netscape.com
82c4fa9df0
Removed PreReflowCheck() and PostReflowCheck() from nsContainerFrame
1998-09-24 03:59:30 +00:00
wtc%netscape.com
b4c2494330
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
86badc2b4e
Changes requested by wtc@netscape.com to support NSPR 3.0.
1998-09-24 03:51:10 +00:00
troy%netscape.com
79eb911422
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
5e4611081b
Removed mFirstContentOffset, LastContentOffset, and mLastContentIsComplete
...
from nsContainerFrame
1998-09-24 03:36:52 +00:00
briano%netscape.com
cf88352fc1
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
0f7b72b0eb
Fix for unresolved external on unix
1998-09-24 02:55:18 +00:00
hyatt%netscape.com
d6000fc8ca
Fixing a crash when the HTML pane in Aurora is deleted.
1998-09-24 02:00:44 +00:00
troy%netscape.com
86ce7613e4
Changed the way nsIFrame inherits from nsISupports
1998-09-24 01:50:16 +00:00
hyatt%netscape.com
dd21916bb8
Really fix the problem with undocking. :)
1998-09-24 01:43:12 +00:00
hyatt%netscape.com
2e5b39219e
Fixing a problem with undocking the NavCenter window.
1998-09-24 01:40:22 +00:00
hyatt%netscape.com
6b74e9dbe4
Making the toolbars add/remove properly.
1998-09-24 01:33:20 +00:00
beard%netscape.com
60f7e019a9
create_java_vm_impl was always failing.
1998-09-24 01:20:09 +00:00
fur%netscape.com
df5e0a2ee3
Removed references to now-defunct mozilla/js/jsj directory
1998-09-24 01:10:02 +00:00
hyatt%netscape.com
43b9e28c0e
Tweaking the notification handler for the toolbars.
1998-09-24 00:38:53 +00:00
fur%netscape.com
0924815636
Deleting obsolete contents of jsj directory
1998-09-24 00:32:24 +00:00
karnaze%netscape.com
a7212f871f
viewer saves compatibility mode preference
1998-09-24 00:21:20 +00:00
raman%netscape.com
4cabf46016
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
8f3c108c11
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
07a7a44e54
Tweaks to the HTML pane calls to make sure they use the template.
1998-09-24 00:07:17 +00:00
hyatt%netscape.com
0746fceacf
Making the HTML pane work again.
1998-09-24 00:06:54 +00:00