L. David Baron
|
4d46ef30cc
|
Complete switch away from nsBlockReflowState::mAvailSpaceRect by removing the old members. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
L. David Baron
|
cc27e59c43
|
Switch away from nsBlockReflowState::mAvailSpaceRect for reflow of child blocks. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
L. David Baron
|
321d3bcfc1
|
Switch away from nsBlockReflowState::mAvailSpaceRect for reflow of child floats. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
L. David Baron
|
10ad6a7c4c
|
Switch away from nsBlockReflowState::mAvailSpaceRect in bullet reflow, and simultaneously refix bug 427370 in a way that also fixes bug 428810. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
L. David Baron
|
4ff8795910
|
Begin removing mAvailSpaceRect and mBandHasFloats from nsBlockReflowState by converting the current state-mutation GetAvailableSpace to a getter GetFloatAvailableSpace to replace it, and reimplementing the state mutation in terms of the getter. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
L. David Baron
|
fcff6e2cee
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
--HG--
rename : layout/generic/nsSpaceManager.cpp => layout/generic/nsFloatManager.cpp
rename : layout/generic/nsSpaceManager.h => layout/generic/nsFloatManager.h
|
2009-01-04 19:39:54 -05:00 |
L. David Baron
|
53ac2c7d8b
|
Rename flags and methods from space manager to float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
Robert O'Callahan
|
78a58503da
|
Bug 457398. Don't treat empty lines as the first line for text-indent or first-letter/first-line purposes. r+sr=dbaron
|
2008-11-27 10:44:47 -08:00 |
Robert O'Callahan
|
b85deb2cf9
|
Allow floats to be placed on the current line even after nonzero-width inline content has been placed. Fixes an Acid3 layout bug. r+sr=dbaron
|
2008-06-11 11:53:22 +12:00 |
dbaron@dbaron.org
|
1b55dad02a
|
Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep
|
2008-05-03 16:33:36 -07:00 |
dbaron@dbaron.org
|
00823259fc
|
Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep
|
2008-04-14 18:05:17 -07:00 |
mats.palmgren@bredband.net
|
21f4f4e6f4
|
The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner
|
2008-04-13 10:43:12 -07:00 |
dbaron@dbaron.org
|
123ba5e8cd
|
Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+
|
2008-02-10 13:49:24 -08:00 |
dbaron@dbaron.org
|
41d158cb84
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-28 23:40:05 -08:00 |
tglek@mozilla.com
|
4cbdc93612
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
roc+@cs.cmu.edu
|
1da360b2d7
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-25 21:03:29 -07:00 |
sharparrow1@yahoo.com
|
d261910e89
|
Bug 386142: fantasai's li'l Need More Comments bug. Patch by fantasai, r+sr=roc
|
2007-07-03 15:49:00 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
dbaron%dbaron.org
|
c50e0986e6
|
Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep
|
2008-05-03 23:34:08 +00:00 |
dbaron%dbaron.org
|
2eaf0b2fe2
|
Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep
|
2008-04-15 01:06:51 +00:00 |
mats.palmgren%bredband.net
|
462b60c336
|
The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner
|
2008-04-13 17:43:13 +00:00 |
dbaron%dbaron.org
|
bc600155f4
|
Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+
|
2008-02-10 21:50:05 +00:00 |
dbaron%dbaron.org
|
0f063743ff
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-29 07:41:28 +00:00 |
tglek%mozilla.com
|
fef81552e6
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-10 00:00:06 +00:00 |
roc+%cs.cmu.edu
|
bc5a6b7f25
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-26 04:03:31 +00:00 |
sharparrow1%yahoo.com
|
116c6b742e
|
Bug 386142: fantasai's li'l Need More Comments bug. Patch by fantasai, r+sr=roc
|
2007-07-03 22:49:01 +00:00 |
bzbarsky%mit.edu
|
fe88b5e467
|
Make blocks whose ancestors are not blocks have the NS_BLOCK_MARGIN_ROOT and
NS_BLOCK_SPACE_MGR bits as necessary. Bug 354600, r+sr=roc
|
2007-02-18 23:53:25 +00:00 |
mats.palmgren%bredband.net
|
4d3552bade
|
Rename IsSplittable() to GetSplittableType(). b=349973 r+sr=bzbarsky
|
2006-12-20 03:52:34 +00:00 |
roc+%cs.cmu.edu
|
ae03d24806
|
Bug 359371. Don't leak overflowing frames if a bug occurs and we still have overflowing frames in an unconstrained reflow situation. r+sr=dbaron
|
2006-12-12 01:06:23 +00:00 |
dbaron%dbaron.org
|
116da6be23
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
roc+%cs.cmu.edu
|
9fbb95a56f
|
relanding fix for bug 317278 :-(
|
2006-06-29 01:19:48 +00:00 |
roc+%cs.cmu.edu
|
3d9b85c04c
|
Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs
|
2006-06-26 22:18:23 +00:00 |
roc+%cs.cmu.edu
|
4100b4fb09
|
Bug 317278. Reland patch that reflows lines again if we detect some already-placed floats need to move to the next line. This time, with changes to nsSpaceManager's PushState/PopState infrastructure so that dynamic allocations are never required; the saved state is always stack-allocated by callers. r+sr=dbaron
|
2006-06-19 23:06:59 +00:00 |
roc+%cs.cmu.edu
|
5f461b2af4
|
Backing out patch for 317278 due to Tp regression
|
2006-06-19 01:29:07 +00:00 |
roc+%cs.cmu.edu
|
5053e9f8ff
|
Bug 317278. In some cases we push float placeholders from one line to the next after we have already placed their floats on the line. In such situations, reset the space manager and force the line to reflow again so those floats don't get placed. r+sr=dbaron
|
2006-06-19 00:02:49 +00:00 |
roc+%cs.cmu.edu
|
7c6a6b6571
|
Bug 282173. Remove BuildFloatList. r+sr=dbaron
|
2006-04-09 22:56:27 +00:00 |
dbaron%dbaron.org
|
42db31dfcc
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
roc+%cs.cmu.edu
|
edf6d52cf4
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. Relanding because I accidentally backed it out. r+sr=dbaron
|
2006-02-27 04:15:05 +00:00 |
roc+%cs.cmu.edu
|
506203a843
|
Backing out changes for bug 326944.
|
2006-02-27 03:22:03 +00:00 |
roc+%cs.cmu.edu
|
e8f95314d6
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. r+sr=dbaron
|
2006-02-27 02:51:57 +00:00 |
roc+%cs.cmu.edu
|
68b56bc54b
|
Bug 186485. The nsLineBox maximum-width includes the block's left border-padding but not the right. r+sr=roc,a=asa,patch by Hideo Saito
|
2005-06-20 03:42:19 +00:00 |
roc+%cs.cmu.edu
|
907a58adbb
|
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
|
2005-04-28 21:25:11 +00:00 |
roc+%cs.cmu.edu
|
d627fd1e59
|
Bug 174688. Don't apply top border-padding to block frames that aren't first in flow. Also, when a block is incomplete, ensure the frame extends to fill the entire available height. r+sr=dbaron,a=asa
|
2005-04-26 02:26:12 +00:00 |
roc+%cs.cmu.edu
|
30604288b9
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
roc+%cs.cmu.edu
|
11c37f5952
|
Bug 276602. The rects added to the space manager are not real rects; they are still significant if empty. r+sr=dbaron
|
2005-03-07 02:30:14 +00:00 |
roc+%cs.cmu.edu
|
fcfeb6506e
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
gerv%gerv.net
|
85ce8c146b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
dbaron%dbaron.org
|
03417606bf
|
Remove BRS_NOWRAP. b=191699 r+sr=roc
|
2003-11-11 19:24:01 +00:00 |
dbaron%dbaron.org
|
fb5dcec631
|
Use the correct term "float" instead of "floater". b=218654 r+sr=bzbarsky
|
2003-10-13 21:51:02 +00:00 |