troy
|
a3005d96d4
|
Changed reflow processing for floaters
|
1998-06-30 23:19:10 +00:00 |
troy
|
08cdd6ebcd
|
Changed anchor frames to forward content notifications to the real frame
|
1998-06-30 21:35:07 +00:00 |
kipp
|
11fba76f60
|
Use new PropagateContentOffsets API
|
1998-06-30 20:22:44 +00:00 |
kipp
|
9d76dca44e
|
disabled calls to PropagateContentOffsets for now
|
1998-06-30 20:20:29 +00:00 |
kipp
|
7292712c50
|
Added NS_IS_REFLOW_ERROR; updated reflow status comment to indicate which bits are reserved by nsIFrame API's
|
1998-06-27 22:54:58 +00:00 |
kipp
|
cdaedbbf86
|
Added NS_NewHTMLComment and NS_NewHTMLTitle
|
1998-06-26 16:12:22 +00:00 |
kipp
|
822565e6d7
|
Removed obsolete justify-reflow method
|
1998-06-26 15:11:53 +00:00 |
kipp
|
396b89b7f9
|
Added content directory and moved some code
|
1998-06-26 15:08:55 +00:00 |
kipp
|
163249f258
|
Eliminated IRIX compiler warnings (and a bug)
|
1998-06-26 15:07:09 +00:00 |
kipp
|
4b8864ebbc
|
New and improved (?) line layout
|
1998-06-25 16:33:10 +00:00 |
kipp
|
aa980ae438
|
Assign values to reflow reason so that when printing them numerically it's easier to map the integer back to the enum
|
1998-06-25 15:03:37 +00:00 |
kipp
|
cc04a28262
|
Added the same skip-over-non-body-content code that's in the root content frame code
|
1998-06-25 14:53:45 +00:00 |
karnaze
|
ea5cd1554d
|
named <iframe>s, scrolling attribute, more complete test9.html
|
1998-06-23 22:25:28 +00:00 |
troy
|
2c3c341cda
|
Changed some GetStyleContext/GetStyleData pairs to use nsIFrame::GetStyleData
instead
|
1998-06-14 05:14:17 +00:00 |
troy
|
af75aa1015
|
Changed some pairs of GetStyleContext/GetStyleData calls to a single call
to nsIFrame::GetStyleData
|
1998-06-14 05:00:38 +00:00 |
karnaze
|
6800f5f5d8
|
initial support for <iframe>
|
1998-06-11 16:46:33 +00:00 |
troy
|
454392645d
|
Changed block to do the initial reflow of a floater. Also fixed a problem
with floated tables crashing
|
1998-06-10 05:33:38 +00:00 |
kipp
|
6c25e7131e
|
Fixed a pending-break clear bug; use new ReflowInlineChild API
|
1998-06-09 17:47:49 +00:00 |
kipp
|
18f4f90dea
|
Added nsIInlineFrame interface
|
1998-06-09 17:47:20 +00:00 |
kipp
|
6b4f435e4f
|
Implement ReflowChild directly so that it uses nsIInlineFrame is available
|
1998-06-09 17:40:21 +00:00 |
kipp
|
a07a851265
|
Implement ReflowInlineChild to check for nsIInlineFrame and use it when available
|
1998-06-09 17:32:52 +00:00 |
kipp
|
6d91246eaa
|
Updated reflow-inline-child to handle the new nsIInlineFrame api
|
1998-06-09 17:32:27 +00:00 |
troy
|
5aeffe1a29
|
Added nsIReflowCommand interface
|
1998-06-09 04:51:44 +00:00 |
kipp
|
bab137bdff
|
Added another tracing log message
|
1998-06-09 00:49:12 +00:00 |
kipp
|
5ca93333aa
|
Updated tracing messages; fixed bugs where things that shouldn't be pulled up were (blocks, BR's)
|
1998-06-09 00:48:56 +00:00 |
joki
|
7aad810a2f
|
Adding new event handling mechanism into raptor.
|
1998-06-08 00:57:15 +00:00 |
kipp
|
c76c309fef
|
Revised SizeOf methods to add in nsString's, nsIAtom's and nsVoidArray's properly
|
1998-06-05 21:50:57 +00:00 |
kipp
|
71d12dae58
|
Sprinkled SizeOf methods around
|
1998-06-05 21:06:24 +00:00 |
kipp
|
dfc4dd32ae
|
Added no-wrap support
|
1998-06-05 17:53:28 +00:00 |
kipp
|
19adfee3f3
|
Added a reminder
|
1998-06-05 17:53:11 +00:00 |
peterl
|
71d5fd1025
|
sync up to new style data apis
|
1998-06-05 06:09:09 +00:00 |
peterl
|
55904e7030
|
changed GetStyleData to return const pointers to style structs
new method GetMutableStyleData to get non-const pointer
|
1998-06-05 05:59:34 +00:00 |
kipp
|
d0d066dc01
|
Fixed to return proper reflow status
|
1998-06-05 00:54:03 +00:00 |
kipp
|
5d8ad4e74d
|
Verify that mIsBlock is correct
|
1998-06-04 23:10:15 +00:00 |
kipp
|
2a8c488204
|
Removed dead code
|
1998-06-04 23:08:59 +00:00 |
kipp
|
35f737aeb1
|
IMplement ReflowBlockChild
|
1998-06-04 23:08:49 +00:00 |
kipp
|
4c0ffc1125
|
Added a head part
|
1998-06-04 21:33:07 +00:00 |
kipp
|
6ed0850c2d
|
Work around body bug with placeholder code to avoid dup free's of placeholder's child frame
|
1998-06-04 21:04:50 +00:00 |
kipp
|
a130d61779
|
Made a subclass of nsContainerFrame to deal with PropogateContentOffsets because placeholders contain pseudo-frames
|
1998-06-04 17:52:02 +00:00 |
kipp
|
f017361697
|
Added code to do ebina style margins; perform horizontal alignment and relative positioning for blocks
|
1998-06-04 17:51:27 +00:00 |
kipp
|
952e690f78
|
Log view creation when it's done; create view when child and parent opacities differ
|
1998-06-04 17:50:53 +00:00 |
kipp
|
da9567882e
|
Draw a different colored border when showing visual frame boundaries if the frame has a view; only draw if rectangle has area; create scroll frame when requested stylistically
|
1998-06-04 17:50:19 +00:00 |
kipp
|
8945757f0d
|
Added mPrevMarginSynthetic flag
|
1998-06-04 17:49:29 +00:00 |
kipp
|
b3a0265470
|
Added a hack to only do incremental painting for the block whish is reflowing the html BODY; improved trace msgs; added code to collapse into nothingness empty blocks
|
1998-06-04 17:49:15 +00:00 |
michaelp
|
ab13cdae91
|
added support for handling transparent views to viewmanager. added
transparency query to nsIFrame.
|
1998-06-03 22:49:45 +00:00 |
kipp
|
209e9ca775
|
new
|
1998-06-03 18:31:14 +00:00 |
kipp
|
7a7d1a61cd
|
Print out view during listings
|
1998-06-03 15:57:24 +00:00 |
kipp
|
7d43cef5b1
|
Wrap created frames in a view if necessary
|
1998-06-03 15:57:08 +00:00 |
kipp
|
31e0061a0f
|
disable notifies during synthetic content insertion
|
1998-06-03 15:55:49 +00:00 |
kipp
|
4e3f35d542
|
Print out views during listings
|
1998-06-03 15:51:17 +00:00 |