L. David Baron
|
1e581250d4
|
Make unconstrained width assertions into warnings because we can hit them when we clamp really large widths. (Bug 525100) r=roc
|
2009-10-28 20:22:28 -07:00 |
|
Boris Zbarsky
|
55b2e31775
|
Bug 521525. Make sure to reflow kids with percentage heights if our computed height changes from specified to auto. r=dbaron
|
2009-10-12 18:27:24 -04: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 |
|
Timothy Nikkel
|
b58e21d8e7
|
Bug 510748 - still get assertions "reflow state computed incorrect width" and "non-root frame's desired size changed during an incremental reflow"; Don't report any padding or border on both axes if scrollbars are hidden; r=dbaron
|
2009-08-18 00:38:12 +02:00 |
|
Zack Weinberg
|
7f97ecf2df
|
Bug 486065. Hack nsCSSOffsetState::InitOffsets to zero out computed padding and borders when the scrollbar size is zero. r=dbaron
--HG--
extra : rebase_source : 92bcaee46ded00722e3fc86b4ca538e5f90f16ef
|
2009-07-30 15:43:22 +12:00 |
|
Timothy Nikkel
|
6788e65ce3
|
Bug 269908. <legend> default style changes restrict styling options. r+sr=bzbarsky
|
2009-07-29 18:10:50 -04:00 |
|
Michael Kohler
|
404670f1f3
|
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
|
2009-07-27 10:47:02 +02:00 |
|
Karl Tomlinson
|
7fac57d2e7
|
b=495959 set NS_FRAME_CONTAINS_RELATIVE_HEIGHT for relative line-heights r=bz,dbaron
|
2009-06-20 13:39:40 +12:00 |
|
Karl Tomlinson
|
1b9df1cee4
|
b=481751 block-height line-height for text input and strut baseline for textarea r=bz,sr=dbaron
--HG--
extra : rebase_source : 1241360066ea9387d15c71936da9468399240640
|
2009-05-19 10:13:12 +12:00 |
|
Boris Zbarsky
|
65991321a8
|
Bug 371561. Use the right codepath for absolutely positioned tables so that they get a useful containing block. r+sr=dbaron
|
2009-02-24 13:38:20 -05:00 |
|
L. David Baron
|
a1538274bb
|
Stop reflowing the viewport with constrained height. (Bug 467881) r+sr=roc
|
2009-01-29 12:39:22 -08:00 |
|
Jeremy Lea
|
1800930122
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13:00 |
|
L. David Baron
|
57a8e776d8
|
Rename flags and methods from space manager to float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
|
L. David Baron
|
b3d748ba11
|
Fix some missed renames from bug 471356. r+sr=bzbarsky
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
23d4f4d4b2
|
Stop using nsAreaFrame for anything other than xul:label, which is the only thing for which it does anything different from nsBlockFrame, and rename it accordingly. (Bug 471356) r+sr=roc
--HG--
rename : layout/generic/nsAreaFrame.cpp => layout/xul/base/src/nsXULLabelFrame.cpp
rename : layout/generic/nsAreaFrame.h => layout/xul/base/src/nsXULLabelFrame.h
|
2008-12-29 10:07:38 -05:00 |
|
L. David Baron
|
c48e8cee0e
|
Fix regression in CalcQuirkContainingBlockHeight from change from area frame to block frame in bug 243519. (Bug 471356) r+sr=roc
|
2008-12-29 10:07:38 -05:00 |
|
L. David Baron
|
16aba7fd6b
|
Set up image loaders before reflow for border-image in XUL just like for HTML. (Bug 468473) r+sr=roc
|
2008-12-23 09:06:56 -05:00 |
|
L. David Baron
|
f0a1beced5
|
Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
f1b10ff551
|
Introduce two different definitions of the placeholder's containing block in InitAbsoluteConstraints, since we want to use a different one for the hypothetical box and for the direction. (Bug 462844) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 15:22:39 -08:00 |
|
L. David Baron
|
0977d8e545
|
Back out 5d6db13efa26534e3904b5afa5e6faf31c0c82f0 due to mac startup failures.
|
2008-11-25 14:38:28 -08:00 |
|
L. David Baron
|
50244a3fdd
|
Introduce two different definitions of the placeholder's containing block in InitAbsoluteConstraints, since we want to use a different one for the hypothetical box and for the direction. (Bug 462844) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|
L. David Baron
|
3dbd3c34af
|
Avoid exponential growth of special height reflows. (Bug 438509) r=dholbert sr=roc a=blocking1.9.1+
|
2008-11-25 13:27:53 -08:00 |
|
L. David Baron
|
58064fc1f3
|
Remove nsHTMLReflowState::mPercentHeightReflowInitiator, which is write-only. (Bug 438509) r+sr=roc a=blocking1.9.1+
|
2008-11-25 13:27:53 -08:00 |
|
L. David Baron
|
65cadd7c29
|
Backed out changeset 23eebebb8b48 (from bug 322475, which made us construct all our image loaders at frame construction time) because of issues with propagation of backgrounds to the canvas (bug 460796).
|
2008-10-28 14:36:17 -07:00 |
|
L. David Baron
|
10bd0bbfe0
|
Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky
|
2008-10-11 20:49:42 -04:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Robert O'Callahan
|
cddb22d87c
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-08 20:13:17 +12:00 |
|
Robert O'Callahan
|
ea7596e60c
|
Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures
|
2008-09-07 00:35:20 +12:00 |
|
Robert O'Callahan
|
f7339a0460
|
Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron
|
2008-09-06 21:35:05 +12:00 |
|
Bernd
|
2020f8d70c
|
accumulate margins as they might be overconstrained bug 444015 r/sr=dbaron
|
2008-08-30 18:25:38 +02:00 |
|
Zack Weinberg
|
3197060cbd
|
Delete nsLayoutUtils::GetAbsoluteCoord(); fold logic into callers and simplify. (Bug 437335) r+sr=dbaron
|
2008-07-17 16:37:12 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
49c9b3d67e
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
|
L. David Baron
|
9e4ceade8e
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
bb4be48531
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
|
Karuna (karunasagark@gmail.com)
|
22a214272c
|
Bug 409331. Instead of QIing to nsBlockFrame in various places, call an nsLayoutUtils method to do it. r+sr=roc
|
2008-07-14 10:10:23 +12:00 |
|
L. David Baron
|
2911011914
|
Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only. b=419076 r+sr=bzbarsky
|
2008-06-03 15:25:31 -07:00 |
|
fantasai.cvs@inkedblade.net
|
b093864cba
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
|
dholbert@cs.stanford.edu
|
8a24231d01
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
|
jwatt@jwatt.org
|
9f26d651b3
|
Bug 423436. Elements embedding SVG by reference don't resize if they depend on intrinsic percentage width/height. r+sr=dbaron@mozilla.com, blocking1.9=me
|
2008-03-18 17:11:01 -07:00 |
|
dbaron@dbaron.org
|
7003061847
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
|
roc+@cs.cmu.edu
|
bc1e698534
|
Bug 400057. Make nsBlockInFlowLineIterator useful for finding the line containing a frame, searching across block continuations and their overflow lines. Use it in various places, especially in textrun construction. r+sr=dbaron
|
2008-02-27 01:53:48 -08:00 |
|
dbaron@dbaron.org
|
bef42eb600
|
Prevent margin expansion from interfering with table caption position. Based on patch by Mats Palmgren. b=363248 r+sr=roc a=blocking1.9+
|
2008-02-26 18:02:50 -08:00 |
|
dbaron@dbaron.org
|
722e419bf7
|
Fix handling of 'right'-derived static positions (mostly for RTL) when containing block has asymmetric border. b=419072 r+sr=roc a=damons
|
2008-02-25 13:16:21 -08:00 |
|
dbaron@dbaron.org
|
36bfec9f1f
|
Fix regression handling auto margins on absolutely positioned elements. b=419060 r+sr=roc a=blocking1.9+
|
2008-02-24 10:28:57 -08:00 |
|
uriber@gmail.com
|
bbb4b3e1da
|
When all three of 'left', 'width', and 'right' of an absolutely-positioned elemnt are 'auto', use the direction of the static-position containing block (rather than the actual containing block) to decide whether to set 'left' or 'right' to the static position. bug=403328 r+sr=dbaron b1.9=mtschrep
|
2008-02-22 05:44:07 -08:00 |
|
dholbert@cs.stanford.edu
|
66d57e1b12
|
Bug 402629: Fix percent-height updates in nested tables by checking if containing block depends on an ancestor cell's height, rather than just checking if it's a cell. r+sr=dbaron, a=blocking1.9+
|
2008-02-21 13:02:07 -08:00 |
|
mozilla@weilbacher.org
|
056b00f919
|
Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner
|
2008-02-19 11:41:56 -08:00 |
|
bzbarsky@mit.edu
|
037abccdd6
|
Make sure to not set a negative computed width. Bug 403576, r+sr=dbaron, a=beltzner
|
2008-02-14 20:14:53 -08:00 |
|
dbaron@dbaron.org
|
a8963504e9
|
Remove unused nsHTMLReflowState::mRightEdge. b=407086 r+sr=roc a=dsicore
|
2007-12-12 13:50:27 -08:00 |
|
roc+@cs.cmu.edu
|
a05edceefa
|
Bug 375304. Make nsHTMLScrollFrame handle situations where the child content height depends on our height. patch by Eli Friedman, r+sr=roc,dbaron
|
2007-12-04 19:05:57 -08:00 |
|