karnaze%netscape.com
|
eccaf931d3
|
bug 53891 - strategy correctly calculates preferred width of a fixed width table. a=buster, r=dcone.
|
2000-10-06 01:04:13 +00:00 |
karnaze%netscape.com
|
e990b1ac22
|
bug 49490 - turn off collapsing borders, rules. Fix reflow state to not account for vertical borders or padding on rows. a=buster, r=dcone.
|
2000-10-05 23:49:25 +00:00 |
karnaze%netscape.com
|
cf129bd74e
|
bug 55192 - use the strategy of the first in flow when (incorrectly) getting an incremental reflow during printing. a=buster, r=peterl
|
2000-10-05 21:07:00 +00:00 |
karnaze%netscape.com
|
bc890dbe54
|
bug 51392 - use nothing changed flag when deciding whether to rebalance table during row incremental reflow. a=buster, r=peterl
|
2000-10-05 21:05:06 +00:00 |
karnaze%netscape.com
|
f87656f551
|
bug 19961 - in standard mode, honor fixed cols and give remaining space to auto cols if there are any. a=buster, r=dcone
|
2000-10-05 21:01:10 +00:00 |
attinasi%netscape.com
|
7c261eca45
|
Fixed null content causing assertion in ReResolveStyleContext. b=54454 r=karnaze@netscape.com, a=buster@netscape.com
|
2000-10-04 22:22:46 +00:00 |
karnaze%netscape.com
|
f683618175
|
bug 52598 - during an incremental reflow, base the height of the row group on the last row instead of the last child. r=peterl.
|
2000-09-15 06:11:29 +00:00 |
karnaze%netscape.com
|
8ad66652c7
|
bug 30418, 47252 - order row groups before performing most operations. r=attinasi.
|
2000-09-14 06:49:47 +00:00 |
attinasi%netscape.com
|
edea9b6d1e
|
Implemented GetParentContextProvider for the table frames to allow them to specify a frame other than their parent as the provider of their parent style context. b=45210 r=karnaze
|
2000-09-12 22:48:35 +00:00 |
karnaze%netscape.com
|
6233a9a5e9
|
bug 51727 - rebalance table cols when fixed cell gets smaller and was the contributor of the previous col width. r=rods.
|
2000-09-12 14:24:35 +00:00 |
peterlubczynski%netscape.com
|
dc387c311c
|
Fix for bug 46368. Fixed cellMet.mMaximumWidth for incremental reflow. r=karnaze
|
2000-09-11 22:58:59 +00:00 |
karnaze%netscape.com
|
ef1961ee97
|
bug 19961 (partial) - in standard mode, give last remaining space to auto cols if there are any.
|
2000-09-11 04:14:02 +00:00 |
karnaze%netscape.com
|
e8c30ec9b5
|
bug 42643 - invalidate the cell rect when a style change occurs. r=muster.
|
2000-09-11 02:47:02 +00:00 |
karnaze%netscape.com
|
132b4eb282
|
bug 39209 - don't use auto margins for max element size and maximum widths (when requested
during an incremntal reflow).
|
2000-09-11 00:02:04 +00:00 |
karnaze%netscape.com
|
fc910665be
|
bug 14929 - Reallocate colspan adjusted col widths when there is a percent col being spanned.
|
2000-09-09 01:46:44 +00:00 |
karnaze%netscape.com
|
a96b833b22
|
bug 33137 - don't use the min width of a cell which is larger than the fixed width of the cell as the basis of the fixed width contributor. r=attinasi.
|
2000-09-07 20:55:03 +00:00 |
karnaze%netscape.com
|
9d0a56f33b
|
bug 45350 - correctly consider rowspan height in table row incremental reflow
|
2000-09-05 14:57:34 +00:00 |
karnaze%netscape.com
|
66dd081533
|
bug 27529 - round column allocations to even pixel value. bug 18955 - don't allocate a col based on desired content if there is a fixed value. r=peterl.
|
2000-09-01 01:29:50 +00:00 |
buster%netscape.com
|
644740d8b6
|
bug 48295 (floating nested table height initially 0, makes layout wrong)
r=karnaze
values from the wrong struct were getting passed into SetTallestCell
|
2000-08-31 02:57:58 +00:00 |
buster%netscape.com
|
91721f92dd
|
bug 3992
chris k did the work.
r=buster
|
2000-08-24 05:03:18 +00:00 |
rbs%maths.uq.edu.au
|
9adcb3708a
|
Enable the code to support for 'vertical-align: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:karnaze@netscape.com.
|
2000-07-28 09:19:26 +00:00 |
karnaze%netscape.com
|
0db9744cc0
|
bug 40721 - put back fix that was erroneously backed out. r=rods from before.
|
2000-07-06 13:58:54 +00:00 |
karnaze%netscape.com
|
9e8b847293
|
bug 43732 - correctly calculate preferred width of table and cache it. r=syd.
|
2000-07-06 13:37:28 +00:00 |
anthonyd%netscape.com
|
ebdd19b7c4
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
karnaze%netscape.com
|
027a9b2cb0
|
bug 42726 - back out previous checkin.
|
2000-06-15 23:39:49 +00:00 |
karnaze%netscape.com
|
943e053626
|
bug 40721 - better in determining if height of a cell gets smaller during incremental reflow, r=rods
|
2000-06-15 14:31:12 +00:00 |
anthonyd%netscape.com
|
ce5d77c147
|
warning fix for Linux, shadowed local variable
r: kin
|
2000-06-08 02:51:58 +00:00 |
rbs%maths.uq.edu.au
|
c96e164bef
|
[#ifdef MOZ_MATHML: not yet part of default build]. Add support for 'vertical-align: baseline' in table-cells. bug 10207. r:karnaze@netscape.com. a:waterson@mozilla.org
|
2000-06-05 08:25:11 +00:00 |
alecf%netscape.com
|
95f0dd93a8
|
fix #ifdefs to quiet output (speeds up display of complex tables like tinderbox and slashdot.org) - does not affect release builds
|
2000-06-04 09:44:08 +00:00 |
karnaze%netscape.com
|
6c9b5df55d
|
nsbeta2+ bug 23345 - layout strategy bases percent over-allocations on style percent values rather than computed values. r=attinasi
|
2000-05-26 21:13:01 +00:00 |
karnaze%netscape.com
|
bf5d727d9f
|
nsbeta2+ bug 39885 - invalidate minimal areas. optimize reflows when cells don't change size. r=attinasi
|
2000-05-25 22:40:21 +00:00 |
karnaze%netscape.com
|
29692e862c
|
bug 28811, 29459, 32507 - added flag to reflow state to handle table cells.
changed table min and max width calculations to include percent and proportional cells.
Include border and padding in min table width calc.
|
2000-05-16 22:55:34 +00:00 |
joki%netscape.com
|
b2e873d830
|
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
|
2000-05-16 11:35:12 +00:00 |
anthonyd%netscape.com
|
9c012c0ecd
|
avoiding confusion between line iterator between layout and navigation.
if you want a line iterator for navigation you must explicitly ask for one.
|
2000-05-16 08:11:14 +00:00 |
anthonyd%netscape.com
|
fcef5870ed
|
more changes to make table navigation in editor
work correctly and not crash.
|
2000-05-14 00:10:25 +00:00 |
mjudge%netscape.com
|
38d4d199cc
|
fixing crash when overflowing tables
|
2000-05-13 09:02:27 +00:00 |
jdunn%netscape.com
|
b8536ce46d
|
adding newline for hp
|
2000-05-11 14:56:29 +00:00 |
anthonyd%netscape.com
|
5364d5ad8b
|
r:mjudge
fix for bug# 29785, keyboard navigation of tables in editor
not completely fixed, tables with row|column span do not navigate correctly
|
2000-05-11 01:04:39 +00:00 |
karnaze%netscape.com
|
4cdcef4f32
|
bug 38699 - make left/right align caption act like top instead of bottom.
|
2000-05-10 14:51:37 +00:00 |
karnaze%netscape.com
|
33accac767
|
bug 29459 - strategy's table min and max width is calculated to include
percent and proportional cells. Stopped caching it. Calculate max element size better.
|
2000-05-10 00:54:00 +00:00 |
karnaze%netscape.com
|
0cac953161
|
bug 32471 - incremental reflow considers edge cellspacing when setting desired height
bug 37508 - get the row grp frame when there is a scrolling row grp
|
2000-05-08 21:39:35 +00:00 |
karnaze%netscape.com
|
d2c39b970f
|
bug 37037, 37490, and a table paganation problem when captions are present.
|
2000-05-04 23:16:42 +00:00 |
attinasi%netscape.com
|
8f855bb078
|
Put checks for quirk mode before painting table background back in. Tables now inherit backgrond color and image into the cells and allow them to paint instead in quirks mode (the way it originally was).
|
2000-05-04 21:39:14 +00:00 |
karnaze%netscape.com
|
3f1b4a6913
|
bug 37791 - calculate auto margins during an incremental reflow.
|
2000-05-04 14:49:35 +00:00 |
troy%netscape.com
|
035df7d00d
|
b=26792 r=karnaze@netscape.com Change to SplitRowGroup to handle the
case where GetCellInfoAt() returns NULL
|
2000-05-02 23:47:01 +00:00 |
karnaze%netscape.com
|
dbd4fd8275
|
Removed FixBadReflowState, added an assert if boxes try to set outer table reflow state computed values when a caption is present.
|
2000-05-01 02:25:08 +00:00 |
karnaze%netscape.com
|
2c8e4673e4
|
Fix for Linux bustage, bug 37643. Give outer table reflow state initial computed values of 0 to avoid excessive reflows from boxes.
|
2000-04-30 22:29:01 +00:00 |
anthonyd%netscape.com
|
9ef9e4b400
|
r: mjudge
table bacgrounds now sleected properly with disabled selection
(grey selection)
|
2000-04-30 18:56:26 +00:00 |
karnaze%netscape.com
|
75ea85e43a
|
new reflow/layout code for outer table to handle captions and margins. better % height handling.
row groups and rows don't include external cellspacing in there dimensions. r=troy.
|
2000-04-28 21:05:31 +00:00 |
attinasi%netscape.com
|
9edba06799
|
Made table backgrounds draw in NavQuirks as well as Standard mode. r=karnaze b=34838
|
2000-04-28 20:40:17 +00:00 |