L. David Baron
|
b99a005c4c
|
Add support for calc() to the 'min-width' and 'max-width' properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
ee89e22866
|
Add support for calc() to the 'width' property. (Bug 585715) r=bzbarsky a2.0=blocking2.0+
|
2010-08-11 12:32:53 -07:00 |
|
Mats Palmgren
|
948203eb7d
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Makoto Kato
|
292748dbba
|
Bug 434733: Don't apply width on colgroups to columns that have their own width. r=dbaron
|
2009-08-01 08:53:40 -07:00 |
|
Bernd
|
d38a1d09be
|
bug 413091 - empty first column needs a cellspacing before as we assume always in the code to have cellspacing on the left and right side, r/sr=dbaron
|
2009-04-18 10:22:34 +02:00 |
|
L. David Baron
|
7aa294ceb7
|
Remove now-unneeded argument from GetWidthInfo. (Bug 466108) r=dholbert sr=roc
|
2008-12-04 08:09:52 -08:00 |
|
L. David Baron
|
bb1dbb4eec
|
For fixed-layout tables, leave room for the cell spacing for all columns, whether they have cells originating in them or not, since we don't know if cells for those columns will arrive as the table loads incrementally. (Bug 444928) r=bernd sr=roc
|
2008-09-24 10:14:35 -07:00 |
|
Zack Weinberg
|
58cf580d4a
|
Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron
|
2008-07-15 14:31:36 -07:00 |
|
dholbert@cs.stanford.edu
|
5e90a6931d
|
Bug 428521: Allow DistributeWidthToColumns to complete BTLS_PREF_WIDTH runs in situations with guess_min < aWidth <= guess_pref. (Reverts optimization from 368504 in which I'd thought that a run with aWidth <= guess_pref would be skippable) r+sr=dbaron a=beltzner
|
2008-04-24 11:48:34 -07:00 |
|
dbaron@dbaron.org
|
646994512a
|
Don't let columns with no cells originating in them expand in the pass for expanding zero-width columns. b=425972 r=dholbert sr=roc a=blocking1.9+
|
2008-04-08 12:07:16 -07:00 |
|
dholbert@cs.stanford.edu
|
efc080a9fb
|
Bug 413180: Stop distributing span pct-width to cols when there are only 0-width cols left. r+sr=dbaron a=beltzner
|
2008-02-22 09:15:27 -08:00 |
|
dholbert@cs.stanford.edu
|
2bbfd20d93
|
Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+
|
2008-02-21 19:25:56 -08:00 |
|
dholbert@cs.stanford.edu
|
2d3395bf81
|
Bug 368504: Create and use DistributeWidthToColumns for colspan-width and table-width distribution. r+sr=dbaron a=blocking1.9+
|
2008-01-17 20:18:21 -08:00 |
|
dbaron@dbaron.org
|
579235bed6
|
Rename new width keywords to match CSS WG decision. b=402706 r+sr=bzbarsky a=blocking1.9+
|
2007-11-15 10:10:31 -08:00 |
|
dholbert@cs.stanford.edu
|
0d749513dd
|
Bug 403579: Don't scale up width by a pct when it's nscoord_MAX. Also, use NSCoordSaturating function with guess_pref since it could be nscoord_MAX. r+sr=roc, a=mtschrep
|
2007-11-15 10:04:16 -08:00 |
|
dholbert@cs.stanford.edu
|
1e2ca67c12
|
Bug 402893: don't scale up col prefWidth by % if it's nscoord_MAX. r+sr=roc, a=mtschrep
|
2007-11-15 09:59:49 -08:00 |
|
dholbert@cs.stanford.edu
|
9bcc1f30f0
|
Bug 403519: Support cells w/ prefWidth=nscoord_MAX when computing column intrinsic widths. r+sr=roc, a=mtschrep
|
2007-11-12 17:11:20 -08:00 |
|
dholbert@cs.stanford.edu
|
7cdd6c0279
|
Bug 398157: Fix nscoord_MAX arithmetic using NSCoordSaturatingSubtract. r=roc sr=roc a=roc
|
2007-10-01 14:44:50 -07:00 |
|
dholbert@cs.stanford.edu
|
8e054fcf60
|
Bug 397448 - "ASSERTION: Doing nscoord addition with values > nscoord_MAX" with percentage margin in table cell. r=roc sr=roc approval19=roc
|
2007-09-26 09:32:50 -07:00 |
|
dholbert@cs.stanford.edu
|
ecb8184e90
|
Bug 367673, Handle width-computation arithmetic with nscoord_MAX. r=roc sr=roc a1.9=roc
|
2007-09-24 10:30:42 -07:00 |
|
dbaron@dbaron.org
|
1dfc2637bf
|
Prefer distributing the width of a column-spanning cell to columns without specified widths, and make a specified width on a column-spanning cell not cause the column to be considered to have a specified width. b=379361 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
|
2007-08-02 17:07:29 -07:00 |
|
sharparrow1@yahoo.com
|
63aa4a87a2
|
Bug 372768: {inc}Setting nowrap attribute dynamically does not change layout like it should. r=bzbarsky,sr=dbaron.
|
2007-07-01 11:42:18 -07:00 |
|
bzbarsky@mit.edu
|
870f8e4cd8
|
No max-width means "none", not null unit. Bug 381284, r+sr=dbaron
|
2007-05-23 12:56:02 -07:00 |
|
dbaron@dbaron.org
|
7dc7c89d6c
|
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
|
2007-05-03 16:11:00 -07:00 |
|
bzbarsky@mit.edu
|
2fd17c94d8
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|