karnaze%netscape.com
83b5a56248
bug 60749 - on a table cell frame style change reflow, reinitialize the table's strategy.
2001-03-26 06:13:56 +00:00
karnaze%netscape.com
6e33b374d6
bug 73321 - fix regression caused by the cleanup bug 70989.
2001-03-26 05:16:32 +00:00
karnaze%netscape.com
15da38f393
bug 45055 - additional rounding for max element size and maximumWidth.
2001-03-26 00:56:44 +00:00
karnaze%netscape.com
a64dd8d80b
bug 45055 - align row heights on pixel boundaries when distributing extra space vertically. Work around block bug by rounding cells to even pixel boundary. sr=attinasi, r=bernd.mielke@snafu.de
2001-03-25 23:06:08 +00:00
karnaze%netscape.com
d0f96e6378
bug 72181 - treat style change reflow like initial reflow (with same optimizations). sr=attinasi
2001-03-25 20:06:29 +00:00
karnaze%netscape.com
01959e2045
bug 72396 - fix CalcBorderBoxWidth to not use unconstrained width. Fix column balancing to be skipped when there is an unconstrained width. sr=attinasi
2001-03-24 23:15:49 +00:00
karnaze%netscape.com
f0fcc96992
bug 72393 - correctly determine col min/max when cell changes size during incremental reflow and a strategy re-init is not needed. sr=attinasi, r=bernd.mielke@snafu.de
2001-03-23 15:34:14 +00:00
karnaze%netscape.com
7cd5717b02
bug 72554 - fix printing assertions, account for footer space when spliting row group and reflow footer. sr=attinasi
2001-03-22 15:59:37 +00:00
bernd.mielke%snafu.de
7f3e46099a
limit the spread of desired content width in colspans with specified fixed width's
...
bug 42187, it fixes also the regression in bug 2684. r=karnaze sr=attinasi
2001-03-21 06:02:21 +00:00
timeless%mac.com
d44332bdf7
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
karnaze%netscape.com
ca4feee704
bug 71810 - don't have inline virtual methods. r=karnaze.
2001-03-13 15:21:42 +00:00
karnaze%netscape.com
a3a25d11b0
table reflow coalescing, table reflow face lift. sr=attinasi
2001-03-13 06:38:59 +00:00
bernd.mielke%snafu.de
8d60ff4263
fix regression - bug 42443, overspecified columns should distribute their
...
space only to well behaving columns, r= karnaze sr= attinasi
2001-03-13 05:10:17 +00:00
rods%netscape.com
fe6f8fcf66
Display frame reflow counts (turned via config file define)
...
Bug 71514 r=kmclusk sr=attinasi
2001-03-13 01:47:22 +00:00
erik%netscape.com
72e5dead38
bug 71354; author=simon@softel.co.il; r=karnaze; sr=attinasi; changes for
...
table related files from IBM bidi project
2001-03-12 22:25:55 +00:00
blakeross%telocity.com
128f3bdbbf
Table crash in webmail page (70072). r=karnaze sr=attinasi
2001-03-05 22:09:14 +00:00
dcone%netscape.com
432ce577ce
Checking for a printer before some optimizations.. which are not good for printing. sr=attinasi r=karnaze
2001-02-27 14:52:07 +00:00
bernd.mielke%snafu.de
58b4f45858
enable the overflow:hidden from CSS2 for table cells (fixed layout)
...
bug 44505. r=karnaze sr=attinasi
2001-02-24 14:30:12 +00:00
rbs%maths.uq.edu.au
ea2b429682
Avoid ignorable whitespace in tables by setting the frame state-bit to this effect - bug 68411 r=karnaze sr=waterson
2001-02-23 12:35:34 +00:00
pierre%netscape.com
ad19cf4c81
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
2001-02-07 09:57:26 +00:00
karnaze%netscape.com
68c2f1719b
bug 67861 - don't rebalance table to calculate max width; cache last available width in outer table; improved debug reflow timing; sr=attinasi, r=peterl
2001-02-07 04:31:38 +00:00
dbaron%fas.harvard.edu
300217e3ae
Fix UMR (returning an uninitialized result) that caused bonsai query results to disappear sometimes. b=67854 r=karnaze@netscape.com sr=attinasi@netscape.com
2001-02-07 04:00:40 +00:00
karnaze%netscape.com
50a07c2c2e
more peformance work on test case of bug 60494. Removed redundant calls to recompute colspan widths. Added more debug reflow timing code. r=peterl.
2001-02-01 02:29:14 +00:00
karnaze%netscape.com
b6d42b35d2
bug 65750 - fix error with negative numerator in colspan calculations. sr=none, r=bernd.mielke.snafu.de.
2001-01-30 05:00:44 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
rods%netscape.com
9c6f7ccade
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
...
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
karnaze%netscape.com
d2678ca972
bug 34176 - correct fixed table layout over allocated cols. sr=waterson, r=karnaze.
2001-01-26 23:44:59 +00:00
karnaze%netscape.com
aca723ed2d
bug 62502 - null pointer check. sr=waterson, r=karnaze.
2001-01-26 23:40:36 +00:00
karnaze%netscape.com
00c9bf72c8
bug 56201 - don't allow a cell to return a desired width bigger than the avail width in a fixed layout table. sr=buster, r=peterl.
2001-01-25 22:57:53 +00:00
karnaze%netscape.com
a10815bf96
bug 65372 - allow rows to be inserted after an over specified row span. sr=buster, r=attinasi.
2001-01-25 16:02:14 +00:00
karnaze%netscape.com
97681eacb4
bug 60494 - only request the max width of the innner table if it is requested of the outer table. sr=buster, r=peterl.
2001-01-25 16:00:59 +00:00
karnaze%netscape.com
9927e53497
better table reflow debugging including support for elapsed time. sr=buster.
2001-01-25 15:55:51 +00:00
mcafee%netscape.com
2a02bb78fd
Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil
2001-01-25 02:58:12 +00:00
pierre%netscape.com
531ba68b54
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
2001-01-20 22:46:54 +00:00
karnaze%netscape.com
14aced24f2
bug 63445 - initialized array of float values. r=attinasi.
2001-01-13 00:26:01 +00:00
karnaze%netscape.com
4ae530d914
bug 46623 - allocate proportional and auto cols together when balancing columns. (sr=buster, r=peterl)
...
allow columns (due to colspan) containing no originating cols at the end of the table to exist
2001-01-12 23:07:54 +00:00
karnaze%netscape.com
d96b16051e
removed assertion added during fix for bug 57828.
2001-01-11 23:22:44 +00:00
karnaze%netscape.com
da2e6037b8
bug 57828 - better handling of nowrap in table cell. sr=buster, r=attinasi.
2001-01-11 23:03:37 +00:00
karnaze%netscape.com
b56c327983
bug 56201 - allow cell to return larger desired size than avail during incremental reflow. sr=buster, r=peterl
2001-01-11 22:51:35 +00:00
rods%netscape.com
c81b2c3b26
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
...
Bug 61274, r=buster sr=waterson
2001-01-04 20:44:42 +00:00
karnaze%netscape.com
32634b4d46
bug 42443 - consider over specified col spans when allocating array, sr=buster
2000-12-21 23:06:44 +00:00
karnaze%netscape.com
003761d59a
bug 40721 - improved TallestCellGotShorter(), sr=buster, r=rods
2000-12-21 23:03:42 +00:00
karnaze%netscape.com
5550404d5b
fix mac bustage
2000-12-19 21:16:41 +00:00
karnaze%netscape.com
968a35634b
bugs 47163, 60807 and others, sr=buster
...
simplified BasicTableLayoutStrategy's CalculateTotals and CanAllocate
better calculation of proportional cols
calculation of adjusted widths due to colspans honors the fixed and pct widths of cols being spanned
2000-12-19 20:29:46 +00:00
karnaze%netscape.com
211a772d0c
bug 29058 (slightly revised patch submitted by bernd.mielke@snafu.de) r=karnaze (previously sr=waterson).
2000-11-30 22:45:48 +00:00
rods%netscape.com
3d12067611
changing the name of the reflow state in the reflow counter macro
...
b=61496 r=kmcclusk sr=waterson
2000-11-30 21:51:21 +00:00
karnaze%netscape.com
fcd39b5df7
bug 42033 (patch submitted by bernd.mielke@snafu.de) - give 0 proportional cols their min width. sr=waterson, r=karnaze.
2000-11-30 21:44:59 +00:00
karnaze%netscape.com
c6c2e4f226
bug 9848 - check for out of memory when calling new. r=dcone.
2000-11-30 15:53:55 +00:00
karnaze%netscape.com
d3afcd4ac6
bug 55545 - set the table preferred width during an unconstrained reflow. Return the preferred width as the maximum width when requested in the outer table reflow. a=buster, r=dcone
2000-11-29 22:30:09 +00:00
karnaze%netscape.com
2783c0a901
bug 35662 - when computing an artifical auto table width for % cells, count only the max contributor in each col. sr=waterson, r=peterl
...
bug 29058 (patch submitted by bernd.mielke@snafu.de ) - consider proportional widths in avail totals. sr=waterson, r=karnaze
2000-11-29 21:48:56 +00:00
karnaze%netscape.com
cf4b9cf1d6
bug 56563 - frame constructor creates anonymous frames when a table has a child which is not table related.
...
ConstructFrameByTag takes additional arg indicating that a whitespace frame was not constructed. sr=buster, r=attinasi
2000-11-27 22:47:33 +00:00
karnaze%netscape.com
7021f8c112
bug 57378 (table portion) - don't repeat a thead or tfoot that is larger than 25% of the page. a=buster, r=attinasi.
2000-11-15 22:26:35 +00:00
karnaze%netscape.com
9a76306ac2
bug 40828 - call DidSetStyleContext when reflow a cell unconstrained. a=buster, r=dcone.
2000-11-15 16:01:26 +00:00
karnaze%netscape.com
a4a746eda1
bug 59252 - fixed regression caused by bug 53690. Don't reflow cell's in a fixed layout table unconstrained. a=buster, r=attinasi.
2000-11-15 14:59:47 +00:00
karnaze%netscape.com
d089df6135
bug 53690 - don't allow a split row to reflow its cells unconstrained. a=buster, r=dcone.
2000-11-03 04:25:29 +00:00
buster%netscape.com
37a037daea
bug 53690 part of table never displayed because of incremental reflow bug
...
r=karnaze
a=waterson
2000-10-30 04:15:32 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
karnaze%netscape.com
8c7b326021
bug 56024 - if there is no desired content width for a col, don't include the min content in totals. a=buster, r=attinasi.
2000-10-13 01:57:02 +00:00
karnaze%netscape.com
5dc92671c5
bug 55789 - the col group frame increments its num cols before inserting the col into the table. a=buster, r=dcone.
2000-10-11 22:09:00 +00:00
karnaze%netscape.com
18b1cdb2ba
bug 55192 (2nd part) - During a table reflow, consider row groups that may have been deleted because they were next flows and placed in the sibling chain. a=buster, r=dcone.
2000-10-09 23:57:51 +00:00
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
rods%netscape.com
807b258faf
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:36:33 +00:00
mjudge%netscape.com
3362cbda3d
made the table temporarily pull from nsLookandFeel until we get style rule working correctly
2000-04-13 22:39:39 +00:00
mjudge%netscape.com
949cea5712
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
2000-04-13 20:21:32 +00:00
karnaze%netscape.com
70145c73c9
bug 8398 - correct the placement of the caption during an incremental reflow targeted at the inner table.
2000-04-05 00:06:20 +00:00
karnaze%netscape.com
167877c889
bug 2479 - deleting cols and/or colgroups caused incorrect reseting of col group starting index.
2000-04-04 04:28:18 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
hyatt%netscape.com
4696618b4b
Patching table memory leak. r=karnaze
2000-03-24 08:29:21 +00:00
cmanske%netscape.com
4771f69c44
Added support for Ctrl+Shift+mouseclick to select block of cells. Rewrote nsITableLayout::nsGetCellData() to be much more efficient, eliminating a method in the process. Implemented nsTableCellFrame::Get[Previous|Next]CellInColumn for cursor key navigation in tables. r=mjudge,karnaze.
2000-03-23 04:24:58 +00:00
dbaron%fas.harvard.edu
fd5dc605d2
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
2000-03-22 02:43:08 +00:00
cmanske%netscape.com
89f6311468
Fixed bugs in table selection. Added improvements to facilitate row and column selection. r=mjudge
2000-03-21 06:04:02 +00:00
pierre%netscape.com
4b5db8f52f
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
2000-03-17 10:15:13 +00:00
karnaze%netscape.com
db828efb04
bug 30273 - removing the last remaining cell in a row caused the cell map to remove the row during an incremental reflow. r=attinasi.
2000-03-16 02:21:43 +00:00
troy%netscape.com
5386fb954a
b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing
...
the font using the pref UI. Block and table code changed to handle
eReflowReason_StyleChange
2000-03-15 15:16:03 +00:00
karnaze%netscape.com
6314b604b5
fix warnings. submitted by jeroen@vangelderen.org, r=karnaze
2000-03-15 04:50:25 +00:00
karnaze%netscape.com
54920c4871
PDT+ bug 30559 - incorrect inclusion of table margin when placing row group. r=buster, a=rickg.
2000-03-14 14:42:25 +00:00
karnaze%netscape.com
f49c1f5eae
PDT+ bug 29429 - incremental reflow and nested tables, r=troy, a=rickg
2000-03-09 08:45:26 +00:00
karnaze%netscape.com
d73fd2b02b
PDT+ bug 28933 - check for null pointer. r=attinasi, a=rickg
2000-03-04 01:05:18 +00:00
karnaze%netscape.com
695014b946
PDT+ bug 28341 - Destroy caption frame when outer table frame is destroyed. Add caption to outer frame rather than inner frame. r=troy, a=rickg
2000-03-02 06:09:37 +00:00
hyatt%netscape.com
ad10d5160d
Fix for 28856. r=karnaze,troy a=jar
2000-03-01 02:35:14 +00:00
karnaze%netscape.com
dd7511a8f6
PDT+ bug 27124 - correctly handle child frames that are not row groups. r=troy, a=rickg
2000-02-27 22:36:42 +00:00
jdunn%netscape.com
79a31a4d59
Fix problem with NS_IF_ADDREF on member variables inside of const
...
member functions. This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h
r=troy@netscape.com ,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
karnaze%netscape.com
75155b965c
bug 7112, PDT+ 1802 - added custom style rule to handle <th> text alignment. Other text alignment changes. r=attinasi
2000-02-16 01:08:54 +00:00
karnaze%netscape.com
2a1844ff70
bug 10636, 15499(partial) - correctly get margin,border,padding from reflow info. calculate it for percentage padding when reflow state not available. r=troy
2000-02-12 01:55:40 +00:00
karnaze%netscape.com
d2e69a1720
bug 8524 - don't use -moz-bg-inset in standard mode. r=troy
...
bug 10269 - renamed RequiresPass1Layout to IsAutoLayout and have it force a fixed layout table (not tree) to be auto layout if the table is auto width.
2000-02-12 00:58:38 +00:00
troy%netscape.com
1266d6ccc4
r=karnaze@netscape.com Performance improvement for tables. During the initial
...
reflow we skip the pass2 reflow if it's an unconstrained reflow
2000-02-11 03:55:33 +00:00
karnaze%netscape.com
d37b52ab39
bug 18770, no percent calcs on unconstrained width, better allocation to cols.
2000-02-09 14:22:00 +00:00
karnaze%netscape.com
e64cb7b953
bug 7714 - better row height allocation for rows with no cells originating in them, r=attinasi
2000-02-04 02:49:27 +00:00
karnaze%netscape.com
fb37b8f5cc
bug 8411 - the outer table cannot be made narrower than the captions min width, r=attinasi
2000-02-04 02:47:13 +00:00
jst%citec.fi
afc8cdb035
Fixing linux build bustage, added missing .get()'s on nsCOMPtr's. r=kin@netscape.com
2000-02-03 15:41:04 +00:00
karnaze%netscape.com
c43f4c1b2e
bug 7741 - handling of overlapping rowspans, r=troy.
2000-02-03 14:04:49 +00:00
pp%ludusdesign.com
43d7ba4273
Converting ::GetIID() into NS_GET_IID(). Bug #20232 . r=scc, r=mozbot
2000-02-02 22:24:56 +00:00
karnaze%netscape.com
33724881db
bug 25148, AppendCell grows its rows before figuring the starting col index, r=attinasi
2000-02-02 01:56:46 +00:00
karnaze%netscape.com
362b6dbdf3
bug 17826, removed buggy/unnecessary RecomputeAdjustedMinIfNecessary, r=attinasi
2000-02-02 00:48:30 +00:00
cmanske%netscape.com
75616dd009
Part of composer table edit work (bug 20973): Return NS_TABLELAYOUT_CELL_NOT_FOUND instead of error when a cell isn't found at a cellmap location. r=mjudge.
2000-02-01 23:39:37 +00:00
troy%netscape.com
7609eb3e7a
b=25834 r=karnaze@netscape.com Changed to ignore the reflow status when
...
reflowing an unknown frame (i.e., a frame that isn't a row group)
2000-02-01 04:30:04 +00:00
karnaze%netscape.com
3807ea4d75
bug 24880 colspan/rowspan=0 handling, bug 22122 handle *0 proportional width; r=kmcclusk.
2000-02-01 03:23:29 +00:00
karnaze%netscape.com
c3d9e36783
bug 1809, 0 width tables (not trees) become auto, r=dcone, (hyatt)
2000-01-28 15:43:25 +00:00
karnaze%netscape.com
d7b72a10f0
bug 24037 r=attinasi; nsOuterTableFrame handles bad incremental reflow by using the height of its rect.
...
bug 23235 r=attinasi; nsTableRowFrame requests max element size when reflowing cell for the 1st time.
bug 24410 r=attinasi; nsTableCellFrame reflow always checks width and height and updates the content empty flag.
bug 3305 r=troy,hyatt; table frame constructor cleanup, put caption in its own child list.
2000-01-28 02:19:45 +00:00
troy%netscape.com
3e020a70ac
r=karnaze@netscape.com Removed some code that was removed but then added
...
again by mistake
2000-01-27 05:54:17 +00:00