mscott%netscape.com
73dc5f7607
Add gsdebug boolean check before printing out IR target information. a=buster@netscape.com
1999-04-17 00:11:53 +00:00
buster%netscape.com
43c65e9468
turned off noisy debug flag.
1999-04-16 17:31:39 +00:00
buster%netscape.com
8aabdb3ca4
workaround for bug 4577
...
incremental reflows targeted at the cell frame that are not style changes
must really belong to the area frame inside the cell. So they are now retargeted.
1999-04-15 19:28:11 +00:00
troy%netscape.com
1aafacf365
Changed table code to call ReparentFrameView() when pushing/pulling frames
1999-04-13 02:38:09 +00:00
sfraser%netscape.com
e4b0d79daa
Removal of nsSelectionRange, nsSelectionPoint, and fixing up resulting include problems.
1999-04-13 01:15:16 +00:00
troy%netscape.com
c67fa96f11
Removed SetInitialChildList() and now we inherit the base class version
...
which does the same thing
1999-04-13 01:11:46 +00:00
troy%netscape.com
68629094d7
Removed Join() function from nsFrameList, because we already has a version
...
of AppendFrames() that did the same exact thing
1999-04-13 00:06:17 +00:00
troy%netscape.com
03e8dd2540
Removed some code from nsContainerFrame that is no longer needed now that'
...
we have nsFrameList
1999-04-12 23:46:02 +00:00
karnaze%netscape.com
e2a1885056
bug 2643, zero width cells
1999-04-09 21:09:52 +00:00
karnaze%netscape.com
5797be9505
code clean up, use of macros for debugging
1999-04-04 00:06:48 +00:00
karnaze%netscape.com
481f4cd68e
code clean up, use of macros for table debugging
1999-04-03 23:02:43 +00:00
sfraser%netscape.com
8a5fc246e3
Declare functions static to fix warnings.
1999-04-01 23:54:23 +00:00
peterl%netscape.com
b0a00db1a0
sync to style context api change
...
stubs for transparent border color support
1999-03-28 04:32:39 +00:00
kipp%netscape.com
60f52440cb
Whacked paint methods to use new constants
1999-03-26 00:39:35 +00:00
briano%netscape.com
29ed08771b
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
1999-03-25 21:21:47 +00:00
karnaze%netscape.com
252c4d8e70
bug 1725
1999-03-16 23:42:38 +00:00
karnaze%netscape.com
90a129b50f
table cell uses its own border (instead of table's) when sizing its area frame
1999-03-14 17:36:10 +00:00
karnaze%netscape.com
191784a336
bug 2220; changed wording of some warnings.
1999-03-13 12:49:37 +00:00
buster%netscape.com
3b6ec81caa
Table cells need to call DidSetStyleContext whenever their style changes, or
...
whenever the table's style changes.
This is a partial fix for bug 3513
1999-03-13 04:38:02 +00:00
troy%netscape.com
57c81e5514
Better handles the case where the first row is complete when splitting
...
the row group
1999-03-09 15:35:43 +00:00
troy%netscape.com
0cbeed3e6c
Changed it so we get the computed width from the first-in-flow
1999-03-09 15:35:08 +00:00
troy%netscape.com
9106c62e3e
Overflow code and pushing code now take header/footer frames into
...
account
1999-03-09 05:29:37 +00:00
troy%netscape.com
a6b02e236c
Better handling of NS_FRAME_NOT_COMPLETE for incremental reflow
1999-03-09 05:28:44 +00:00
ramiro%netscape.com
ce86e7b16e
Latest AIX fixes. (waqar@netscape.com).
...
When doing the multiple inheritance thing, explicitly give the publicness
for each superclass.
1999-03-08 15:13:54 +00:00
troy%netscape.com
95847d3245
Changed ComputeDesiredWidth() to get the table layout strategy from the
...
first-in-flow. This fixes a crash in paginated mode
1999-03-06 17:01:15 +00:00
troy%netscape.com
5cfdeeea7c
Added some XXX comments
1999-03-06 05:03:09 +00:00
warren%netscape.com
a60a14636f
Fixed multiple mRefCnt problem.
1999-03-06 03:56:24 +00:00
troy%netscape.com
7b9dd5e03b
Table header/footer are repeated when splitting tables
1999-03-05 06:00:40 +00:00
kipp%netscape.com
9ddafbd9f8
use new nsHTMLReflowState ctors
1999-03-05 04:19:09 +00:00
scc%netscape.com
2ec0a397ea
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
troy%netscape.com
13d84ddc5c
Work-in-progress for table pagination
1999-03-03 16:33:57 +00:00
buster%netscape.com
e03330c847
fixed IsNested to account for outer table frame
...
removed obsolete debug code
1999-03-01 06:40:24 +00:00
troy%netscape.com
3bdf672129
Removed nsIFrame::CreateContinuingFrame()
1999-02-25 05:31:15 +00:00
troy%netscape.com
da4193eab6
Changed nsIFrame::Init() to take an additional parameter
1999-02-25 03:27:57 +00:00
troy%netscape.com
47cbdb1e9d
Added frame type atoms for several table frame classes
1999-02-24 05:54:31 +00:00
troy%netscape.com
03c5c1f520
Changed GetNextInFlow() and GetPrevInFlow() to be pointer arguments and
...
not references
1999-02-24 04:48:08 +00:00
troy%netscape.com
da0991df28
Added CreateContinuingFrame() function to frame construction code
1999-02-24 04:03:50 +00:00
karnaze%netscape.com
a623691a08
added printf to flag when a table cell's max element size exceeds its desired size (for bug 3094)
1999-02-23 21:03:57 +00:00
warren%netscape.com
9e9215c7f5
Added check for null border.
1999-02-23 09:01:21 +00:00
warren%netscape.com
01dd4f0ed6
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
1999-02-23 08:10:24 +00:00
troy%netscape.com
68894039d4
More work-in-progress for table pagination
1999-02-22 03:28:00 +00:00
troy%netscape.com
2f913ac8b5
Changed GetRowIndex() so that for continued cell frames the row index is
...
that of the cell's first-in-flow
1999-02-21 19:55:22 +00:00
troy%netscape.com
c449a6a178
Changed GetEffectiveRowSpan()
1999-02-21 18:38:41 +00:00
troy%netscape.com
0bdf65216d
Pagination work-in-progress
1999-02-20 03:15:03 +00:00
troy%netscape.com
e7f6d9eb81
Removed some old code
1999-02-19 05:10:59 +00:00
troy%netscape.com
ddd4da9f70
Removed some XXX code that was temporary, but I forgot to delete
1999-02-19 02:05:00 +00:00
cyeh%netscape.com
af4818f5e3
Remove mozilla/layout/config and use mozilla/config instead.
1999-02-18 18:16:21 +00:00
mcafee%netscape.com
6ecfff87d0
Ignore generated files
1999-02-16 01:50:51 +00:00
kipp%netscape.com
36c243cdc0
COMized nsIPresShell and nsIPresContext
1999-02-12 17:45:58 +00:00
dcone%netscape.com
5595a5299f
First Checked In.
1999-02-12 17:39:49 +00:00