kipp%netscape.com
19e462c038
Removed useless include
1999-04-23 20:01:49 +00:00
kipp%netscape.com
0289f48b8f
nit
1999-04-23 20:01:38 +00:00
kipp%netscape.com
c56076621a
Always init the image loader (fixes bug #5238 ); don't load images with zero set dimensions (bug #5381 ); cancel extraneous reflows to improve performance
1999-04-23 20:00:14 +00:00
rickg%netscape.com
e4db1f31da
remove SetName() call at Hyatt's request
1999-04-23 18:56:40 +00:00
rickg%netscape.com
bcf67e70b2
sync with nsString2 API
1999-04-23 18:21:43 +00:00
kipp%netscape.com
728ae6a3a7
Moved hacked call to floater adds out of nsPlaceholderFrame and into nsLineLayout
1999-04-23 15:15:53 +00:00
troy%netscape.com
faca172c4e
Added GetFrameType() and renamed GetAnchoredItem() to GetOutOfFrameFlow()
1999-04-23 14:34:48 +00:00
rickg%netscape.com
1b230a8fb5
fix webshell bug for SMorse
1999-04-23 03:51:39 +00:00
troy%netscape.com
afacbe2418
Work-in-progress for relatively positioned inlines being containing blocks
...
for absolutely positioned child elements
1999-04-22 04:27:47 +00:00
kipp%netscape.com
0d6321571e
Fixed rendering bug with drawing poly areas during debug drawing
1999-04-22 03:40:38 +00:00
rickg%netscape.com
01301cb765
updates to sync with nsString2 api
1999-04-21 23:43:11 +00:00
rickg%netscape.com
2491a0aa62
updates to sync with nsString2 api
1999-04-21 23:35:12 +00:00
amusil%netscape.com
25093ccc16
Fixed bug with flow of control - reflows after the first one no longer call
...
CantRenderDisplacedElement() when it's not supposed to.
1999-04-21 23:25:20 +00:00
troy%netscape.com
c378456c03
Changed the handling for fixed backgrounds a little
1999-04-21 22:08:01 +00:00
troy%netscape.com
2381754d68
Changed CreateViewForFrame() so it takes into account fixed background
...
attachments and sets NS_VIEW_PUBLIC_FLAG_DONT_BITBLT
1999-04-21 21:27:50 +00:00
troy%netscape.com
95103bdc88
Changed nsPositionedInlineFrame::Reflow() to compute the desired size
...
by calling nsInlineReflow::Reflow() with a 'resize' reflow reason when
handling an incremental reflow of an absolutely positioned child element
1999-04-21 21:02:45 +00:00
kipp%netscape.com
a9ee9ef7d7
Fixed word lookahead logic to not look at continuations to avoid duplicate information
1999-04-21 19:59:16 +00:00
kipp%netscape.com
6a70c4061f
Added some (disabled) logging
1999-04-21 19:58:50 +00:00
kipp%netscape.com
ae2c8b1906
Fixed up child incremental reflow to only reflow the necessary number of lines (hopefully)
1999-04-21 19:58:38 +00:00
troy%netscape.com
4af64abb4b
Changed nsPositionedInlineFrame code to handle incremental reflow
1999-04-21 04:37:13 +00:00
sspitzer%netscape.com
e534107dda
fix UNIX build bustage. this won't build with -pendatic
1999-04-21 02:31:02 +00:00
hyatt%netscape.com
c52fdc82f1
More changes to support window.open()
1999-04-21 00:19:30 +00:00
hyatt%netscape.com
26de07334c
Forgot to commit a file.
1999-04-20 23:32:43 +00:00
kipp%netscape.com
be07252e56
Fixed bug #5192 by growing the trapezoid buffer as needed
1999-04-20 23:08:03 +00:00
kipp%netscape.com
cfd836db13
Tweaked FindLineContaining to return the index in the line where the frame is found
1999-04-20 21:52:22 +00:00
kipp%netscape.com
438563d4ab
Fixed up insertion code to support inserting blocks; tweaked FirstChild impl to work better; removed some no longer needed code
1999-04-20 21:51:39 +00:00
av%netscape.com
90a304718d
Turning on previous changes
1999-04-20 21:45:26 +00:00
av%netscape.com
9d421d803b
Added width and height attributes for images
1999-04-20 21:07:26 +00:00
troy%netscape.com
377e74f224
Added GetFrameType() member function
1999-04-20 19:11:37 +00:00
troy%netscape.com
61f5993635
Change to atoms
1999-04-20 18:22:28 +00:00
rickg%netscape.com
0d1b06ca19
sync with nsString2 API
1999-04-20 07:20:21 +00:00
troy%netscape.com
f261935dc5
Commented out code in GetAdditionalChildListName() that checked whether
...
there was a bullet and conditionally nsLayoutAtoms::bulletList because
that change broke absolute positioning (area frame depends on the index
numbers)
1999-04-20 05:03:29 +00:00
kipp%netscape.com
1255af7d56
Work around append frames bug (by breaking insert!) for now; added some asserts hither and yon to help prevent furthur regressions like this
1999-04-20 03:42:32 +00:00
hyatt%netscape.com
d3e3d6f704
Changes so that content shells added underneath chrome shells cause
...
a notification to be fired to the chrome shell.
1999-04-20 01:56:07 +00:00
kipp%netscape.com
34cd01fff8
Work around windoze compiler lossage
1999-04-20 01:53:28 +00:00
kipp%netscape.com
03459aee2f
Make build work on mac
1999-04-20 01:49:51 +00:00
kipp%netscape.com
9b1eb0d670
Implement first-line support; update some api's to use nsIPresContext*'s instead of nsIpresContext&'s
1999-04-20 00:27:43 +00:00
kipp%netscape.com
8e91c16bcc
Switch to nsIPresContext*'s instead of nsIPresContext&'s
1999-04-20 00:27:08 +00:00
kipp%netscape.com
7888af60c0
removed dead comment info
1999-04-20 00:26:47 +00:00
kipp%netscape.com
47b8e9a5dd
Updated to new nsIHTMLReflow method signatures
1999-04-20 00:26:32 +00:00
kipp%netscape.com
69ba2f07db
Added NewFIrstLineFrame
1999-04-20 00:25:48 +00:00
kipp%netscape.com
15a1e2f34d
Added nsFirstLineFrame subclass; move class decl out to header file
1999-04-20 00:25:12 +00:00
kipp%netscape.com
f5675f8348
Renamed header file
1999-04-20 00:24:32 +00:00
kipp%netscape.com
2b4bc298be
Eliminate a bunch of warnings
1999-04-20 00:23:33 +00:00
kipp%netscape.com
9e2ae729fe
new
1999-04-20 00:23:05 +00:00
kipp%netscape.com
0fa0f0636c
Added first line support methods
1999-04-20 00:22:58 +00:00
peterl%netscape.com
ae256a21d1
sync to new state change api
1999-04-20 00:06:58 +00:00
troy%netscape.com
2807810d97
Work-in-progress for making relatively positioned inline-level elements a
...
container for absolutely positioned child elements
1999-04-19 19:10:15 +00:00
troy%netscape.com
8cff96d246
Change to InitAbsoluteConstraints() to fix bug #5154
1999-04-17 04:24:12 +00:00
hyatt%netscape.com
417d0db772
Landing (inside an INCLUDE_XUL ifdef) the code that checks for and sets
...
the type of the web shell (to distinguish chrome frames from content
frames).
1999-04-16 08:14:28 +00:00