dbaron%dbaron.org
|
a15b9f2cf4
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
bmlk%gmx.de
|
9c4ab54454
|
build warning fix bug 198738 r/sr=bzbarsky
|
2003-04-05 15:36:31 +00:00 |
bmlk%gmx.de
|
4aaddd1d51
|
change table cell width to content width, bug 119100 r=jkeiser sr=bzbarsky
|
2003-03-21 19:35:36 +00:00 |
dbaron%dbaron.org
|
754d904cda
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
bryner%netscape.com
|
cc390fbe51
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
dbaron%dbaron.org
|
a5fcfea19e
|
Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout. b=186953 r+sr=bzbarsky
|
2003-01-09 14:26:32 +00:00 |
bernd.mielke%snafu.de
|
24633f2815
|
split further fixed and percent row height calculation, bug 153995 patch by Rick.Ju@sun.com r=karnaze sr=bzbarsky
|
2003-01-05 14:16:58 +00:00 |
bernd.mielke%snafu.de
|
6c6097ec66
|
Implement for table captions caption-side: left and right, also <caption align="left"> and right, further vertical-align:top, middle and bottom for table captions bug 3166 r=karnaze sr=kin
|
2002-11-08 05:29:34 +00:00 |
karnaze%netscape.com
|
576d60c26b
|
bug 165772 - rewrite of SplitSpanningCells and most of SplitRowGroup to better handle splitting of rowspan cells. sr=kin, r=alexsavulov
|
2002-10-03 14:33:23 +00:00 |
rbs%maths.uq.edu.au
|
05ed6d5f05
|
fix typo, b=40721, r=karnaze, sr=kin
|
2002-10-01 19:40:28 +00:00 |
karnaze%netscape.com
|
a900d284ec
|
bug 154780 - make the computed width for a cell unconstrained when the table will re-initialize or re-balance. a=rjesup, sr=kin, r=alexsavulov.
|
2002-09-09 18:46:06 +00:00 |
karnaze%netscape.com
|
0e30f39198
|
bug 154780 - Revised bernd's patch. treat null unit margins as auto. leave the cell avail width at 0 if a strategy init will occur. sr=kin, r=alexsavulov.
|
2002-09-04 00:10:43 +00:00 |
karnaze%netscape.com
|
7c0ab7bf80
|
bug 151230 - consider style width when calculating avail width for a cell only during initial reflow. sr=kin, r=alexsavulov
|
2002-06-14 14:21:03 +00:00 |
karnaze%netscape.com
|
dc7e454eb3
|
bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov.
|
2002-05-28 22:50:43 +00:00 |
jst%netscape.com
|
c510ff0346
|
Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com
|
2002-05-23 00:00:34 +00:00 |
waterson%netscape.com
|
926ecba1d9
|
Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi
|
2002-05-10 18:22:41 +00:00 |
karnaze%netscape.com
|
e821792d70
|
bug 141021 - skip row reflow optimization of cell when the cell hasn't had a pass2 reflow. sr=waterson, r=bernd.
|
2002-05-09 14:44:02 +00:00 |
joki%netscape.com
|
4a60f2f587
|
Fix for 93111, Make table row and col frame invalid as direct targets of mouseevents. Mouseevents on table should hit cells or the table itself instead. r:dbaron, sr:jst
|
2002-04-14 21:52:52 +00:00 |
karnaze%netscape.com
|
01900c25dc
|
bug 125543 - Prevent row groups from splitting in the reflow preceeding a special height reflow. Cells are only notified that they should observe a percent height element if the element is inside the table's cell. Percent height elements inside the body will have a height based on the page height when printing. sr=kin, r=alexsavulov.
|
2002-04-10 21:32:41 +00:00 |
attinasi%netscape.com
|
d68f15afd8
|
stop positioning views for floaters before the frame is placed - avoids flicker due to painting at erroneous position. b=128133 r=karnaze,dbaron sr=waterson a=roc,jaimejr
|
2002-04-07 18:26:35 +00:00 |
karnaze%netscape.com
|
130ae15711
|
bug 131020 - process special height reflow when initiator is the containing table. a=roc+moz, sr=attinasi, r=bernd.
|
2002-04-01 06:46:17 +00:00 |
karnaze%netscape.com
|
fa675e1413
|
bug 133756 - always return last height during special height reflow. a=roc+moz, sr=attinasi, r=alexsavulov
|
2002-03-31 17:44:57 +00:00 |
karnaze%netscape.com
|
a60ad31987
|
bug 123983 - set mIsTopOfPage in the reflow state, fix desired height in rows and row groups, clean up nsTableRowGroupFrame::SplitRowGroups and handle more cases of splitting/moving rows. a=roc+moz, sr=attinasi, r=alexsavulov
|
2002-03-27 05:50:24 +00:00 |
sicking%bigfoot.com
|
81ae46d39e
|
Bug 41983: Make (x)html-elements support namespaced attributes.
r=heikki sr=jst a=roc+moz
|
2002-03-27 00:13:57 +00:00 |
karnaze%netscape.com
|
748e46af07
|
bug 126118 - remove code which tries to honor height of cell after it splits, get correct height on 3rd pass reflow. a=asa, sr=attinasi, r=alexsavulov.
|
2002-03-16 21:46:29 +00:00 |
karnaze%netscape.com
|
12a473ee59
|
bug 120364 - remove framelist assertion; have table with height return correct desired height when row group splits. sr=attinasi, r=alexsavulov
|
2002-03-04 15:48:56 +00:00 |
karnaze%netscape.com
|
88a4e30804
|
bug 127040 - paint backgrounds in correct order when there are collapsed borders. sr=kin, r=dbaron, a=shaver
|
2002-02-26 00:27:42 +00:00 |
bernd.mielke%snafu.de
|
40d6f5e17b
|
patch by fantasai - removing standard table background painting as our old quirks mode background
painting is now more CSS2 compliant (the w3c published a errata) bug 4510
r=karnaze sr=attinasi a=roc+moz
|
2002-02-21 05:36:16 +00:00 |
karnaze%netscape.com
|
1fcd9538d3
|
bug 41262 - new table border collapsing code. sr=attinasi, r=alexsavulov.
|
2002-02-19 15:48:28 +00:00 |
dcone%netscape.com
|
2e4309e538
|
b=96870 r=rods sr=attinasi Fixed printing so backgrounds can be turned on and off.
|
2002-02-15 14:48:12 +00:00 |
dbaron%fas.harvard.edu
|
1db5b984db
|
Replace the BodyFixupRule with code in nsCSSRendering to fix all the problems with dynamic style changes and backgrounds on the root element and the BODY element. Change the way the HTMLDocumentColorRule (for the table color quirk) is initialized since it used to depend on the BodyFixupRule. b=116161 (also fixes other bugs) r=attinasi sr=hyatt
|
2002-01-07 23:46:07 +00:00 |
waterson%netscape.com
|
cf319e2bda
|
Bug 115113. Eliminate nsIReflowCommand, and just use nsHTMLReflowCommand directly. r=karnaze, sr=attinasi.
|
2001-12-17 22:39:59 +00:00 |
bernd.mielke%snafu.de
|
f6bf1fa3b0
|
bug 106966 more table frames will now be able to clip the overflow r=karnaze sr=attinasi
|
2001-12-09 05:39:45 +00:00 |
karnaze%netscape.com
|
de4569576e
|
bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov
|
2001-12-07 14:51:12 +00:00 |
karnaze%netscape.com
|
957554abdd
|
bug 51023 - reduce the size of table related frame classes. sr=kin.
|
2001-11-30 15:05:51 +00:00 |
karnaze%netscape.com
|
2c6f4c1ca5
|
bug 111028 - better height calc for table elements when printing. r=rods, sr=none.
|
2001-11-29 15:41:07 +00:00 |
bernd.mielke%snafu.de
|
311c32ef28
|
fix a build warning (troy) r=karnaze sr=attinasi
|
2001-11-25 20:38:30 +00:00 |
karnaze%netscape.com
|
ab875e9236
|
bug 80966 - calc row desired size when printing based on split height of cells. sr=attinasi, r=alexsavulov
|
2001-11-15 14:58:27 +00:00 |
karnaze%netscape.com
|
40c7483281
|
bug 103925 (2nd patch) - flag pixel rounding errors in display reflow debugging. sr=attinasi, r=bernd
|
2001-11-14 13:40:03 +00:00 |
bernd.mielke%snafu.de
|
383266143d
|
style change reflows should be send down to the childrens, bug 108340, r=karnaze
sr=attinasi
|
2001-11-14 11:40:03 +00:00 |
bzbarsky%mit.edu
|
0dce65ed23
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
karnaze%netscape.com
|
80a134ba45
|
bug 77982 - consider border/padding on a cell that goes from empty to non-empty during an incremental reflow. sr=attinasi, r=alexsavulov
|
2001-11-06 23:05:32 +00:00 |
karnaze%netscape.com
|
5bc05378ef
|
additional patch for bug 97138 to cache pct height info on row and constrain sum of row height pcts <= 100.
|
2001-11-05 15:15:24 +00:00 |
karnaze%netscape.com
|
4e510eb28b
|
bug 97138 - rework of table, row group, row, cell height code. sr=attinasi, r=alexsavulov
|
2001-11-05 00:15:51 +00:00 |
karnaze%netscape.com
|
16dee217fc
|
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
|
2001-10-29 01:43:59 +00:00 |
karnaze%netscape.com
|
08cb1a9a29
|
bug 60816 use correct cell when rowspan and colspan overlap. Fix pixel rounding errors. sr=attiansi, r=alexsavulov
|
2001-10-26 02:30:38 +00:00 |
karnaze%netscape.com
|
6171a7693b
|
bug 105268 - set NS_FRAME_OUTSIDE_CHILDREN on row when cells have rowspan>1 so that painting will not clip to row. sr=attinasi, r=alexsavulov
|
2001-10-22 22:21:19 +00:00 |
gerv%gerv.net
|
f385eb981a
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
karnaze%netscape.com
|
4df9c7f7b6
|
Fix bug "IFrames repositioned by whitespace in HTML" (no number yet) - give cols with no content 0 width unless they have style width, sr=kin, r=alexsavulov
|
2001-09-26 13:49:26 +00:00 |
karnaze%netscape.com
|
a77cb3b548
|
bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov.
|
2001-09-19 12:35:19 +00:00 |