Commit Graph

3893 Commits

Author SHA1 Message Date
troy%netscape.com
04ed47af16 Fixed a compiler warning 1999-07-02 22:41:42 +00:00
troy%netscape.com
e13d067261 Fixed some compiler warnings 1999-07-02 22:39:32 +00:00
kipp%netscape.com
85a5b71a7e Use old-upper/lower-alpha/roman style constants so that when we map them back to strings we can reverse the mapping (bug #4324) 1999-07-02 22:27:55 +00:00
kipp%netscape.com
fa08778e30 Support old-upper/lower-alpha/roman style constants 1999-07-02 22:27:03 +00:00
kipp%netscape.com
98c4b9cc48 Only check for creating a first-letter frame when we have a frame (bug #8878) 1999-07-02 21:18:29 +00:00
kipp%netscape.com
b75aab62bc Added code to fill in the maxElementSize in the reflow metrics properly for inner frames (bug #6726) 1999-07-02 21:05:20 +00:00
vidur%netscape.com
52b73fb244 SCRIPT elements now added to the tree with a containing text element representing the script content 1999-07-02 20:59:39 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
sspitzer%netscape.com
b304f14099 fix build bustage 1999-07-02 06:16:29 +00:00
warren%netscape.com
35a7264e3d Fixed necko include path. 1999-07-02 06:14:06 +00:00
hyatt%netscape.com
9b9522ae73 Landing changes to wrap XUL windows in a box frame so that we can support
intrinsic sizing of windows.  (Unlike HTML and XML, we are no longer wrapped
in an area frame. We are instead wrapped in a box frame.)

Also included is a patch for the table code, since it crashes inside boxes
because of a bug in its incremental reflow code.

nsISpaceManager was touched to give it a GetIID method so that it could be
used with nsCOMPtrs.
1999-07-02 05:28:32 +00:00
troy%netscape.com
14c7088e20 Work-in-progress for hash table that maps from content->frame 1999-07-02 04:47:05 +00:00
troy%netscape.com
5b550f3d8a Added function FindPrimaryFrameFor() 1999-07-02 04:46:19 +00:00
gagan%netscape.com
40d1280874 Reordered Netlib libs. NECKO only. 1999-07-01 21:54:11 +00:00
vidur%netscape.com
b12eace386 Style elements now have a text child for their contents. 1999-07-01 21:39:14 +00:00
rods%netscape.com
d00260f5fe added nsToolbarItem to constructing code 1999-07-01 21:11:38 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
kin%netscape.com
162b21d71e Added GetIID() method. 1999-07-01 18:57:36 +00:00
troy%netscape.com
39b276f602 Work-in-progress for hash table that maps from content->frame 1999-07-01 14:34:35 +00:00
sspitzer%netscape.com
93ec012618 fix crash. when I launch apprunner -pref, I hit the assertion.
then I crash because I dereference null.
1999-07-01 07:28:47 +00:00
sspitzer%netscape.com
1bf149f289 set deleted pointers to nsnull. just to be safe. r=hyatt 1999-07-01 07:12:46 +00:00
hyatt%netscape.com
e92bf344ef Fix for the crash on startup. 1999-07-01 05:16:56 +00:00
troy%netscape.com
306ed3a699 Minor cleanup 1999-07-01 04:37:07 +00:00
pinkerton%netscape.com
976ad341f3 fix build bustage. 1999-07-01 00:20:45 +00:00
evaughan%netscape.com
54afa7f4f6 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
waterson%netscape.com
0370e7c3fd Add GetIID(). 1999-06-30 19:47:42 +00:00
waterson%netscape.com
a9e63d1095 Add GetIID(). 1999-06-30 19:28:16 +00:00
troy%netscape.com
bad8b44c27 Work-in-progress for having GetPrimaryFrameFor() use a hash table 1999-06-30 04:42:26 +00:00
troy%netscape.com
5064b689aa Removed a NS_WARNING in ContentAppended() that no longer needed to be
there
1999-06-30 00:24:03 +00:00
vidur%netscape.com
04e0e1ade3 Fix for bug 9035. Shut of layers emulation and fixed type in layers getter. 1999-06-30 00:14:21 +00:00
valeski%netscape.com
e4ba4e0477 getbuffer bypass 1999-06-29 23:14:43 +00:00
pollmann%netscape.com
2be1de2cdf Bug 8227 and warning cleanups. 1999-06-29 22:01:55 +00:00
scc%netscape.com
4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
hyatt%netscape.com
58cda7a8d0 Turning on the lazy mode in the tree widget. It is now the default. Let
the bug filing begin. :(
1999-06-29 20:20:40 +00:00
tague%netscape.com
357bf250ae Fixed up UNIX build warnings 1999-06-29 20:14:59 +00:00
sfraser%netscape.com
90131e6812 Call the Output routines with a new param for selection only. 1999-06-29 20:14:58 +00:00
mcafee%netscape.com
d89fd5f9bb Fixing solaris bustage. 1999-06-29 11:10:48 +00:00
troy%netscape.com
d0002c6559 Fix for bug #2062. When sizing the view, take into account child frames
that stick outside the right/bottom edges of the parent's frame
1999-06-29 03:41:58 +00:00
akkana%netscape.com
9cf081e388 Better place to flush the buffer, suggested by Vidur 1999-06-29 00:26:06 +00:00
vidur%netscape.com
a9468193b4 added case for HTML element to MakeContentObject 1999-06-28 23:41:01 +00:00
vidur%netscape.com
958933de7c nsHTMLContentSink.cpp 1999-06-28 23:39:25 +00:00
akkana%netscape.com
4a4be41c87 Call FlushText after calling AddText, to keep from dropping text at the end of the fragment 1999-06-28 23:39:15 +00:00
troy%netscape.com
10b05ce484 Fix for bug #8863. Removed some code that was not being used 1999-06-28 22:02:06 +00:00
valeski%netscape.com
9453200789 necko linux build checkin 1999-06-28 21:53:25 +00:00
pnunn%netscape.com
990fbb562d changed image format list. pnunn. 1999-06-28 21:51:26 +00:00
akkana%netscape.com
b7e797ed52 Fix warnings, mostly from conflicts with the index routine declared in string.h on Linux 1999-06-28 21:27:10 +00:00
mscott%netscape.com
25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
harishd%netscape.com
04bc04532e Fix for Bug# 7957.
Always set the first "Title".
1999-06-28 19:56:10 +00:00
buster%netscape.com
3ae7461b9d GFX text controls now hanlde max length, and max length set via DOM
GFX text controls now handle readonly and disabled states set via DOM
1999-06-28 13:48:38 +00:00