L. David Baron
|
27905b7abe
|
Don't propagate the float's reflow status through places that expect an inline's reflow status, to avoid the assertion for which bug 563584 was filed. This separates pushing of floats from pushing of lines, and allows first-in-flow floats to be pushed to the next page without their associated line. (Bug 563584, patch 17) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
ebe26b3d60
|
Save float's next sibling since reflowing it could change the next sibling. (Bug 563584, patch 16) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
1ff03aad52
|
Steal float back before reflowing it, in order to allow first continuation of a float to be pushed to the next page. (Bug 563584, patch 15) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
08ef04a96a
|
nsBlockFrame::ReflowFloatContinuations doesn't need anything in AddFloat other than FlowAndPlaceFloat. (Bug 563584, patch 14) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
f96158442b
|
Manage float continuations to-be-pulled by the next-in-flow better by keeping them in a separate frame list until they're actually pulled. (Bug 563584, patch 13) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
e4fc3a273f
|
Track which frames were float continuations that need to be pulled to the next block rather than figuring it out again when it's time to pull them. (This allows first-in-flows to be float continuations.) (Bug 563584, patch 12) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
9ab168163f
|
Don't try to clear pushed floats when computing the final size of blocks. Fixes scrollbar on layout/reftests/bugs/563584-6-columns.html . (Bug 563584, patch 11) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
a5d344a6e3
|
Add the optimization mentioned in the previous patch, so we don't have to iterate all floats to determine if one was split. (Bug 563584, patch 10) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
b5b6b492cc
|
Remove initialization to value that doesn't make much sense and never matters. (Bug 563584, patch 8) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
551ce74ab6
|
Replace force-fit with setting mIsTopOfPage correctly. (Bug 563584, patch 5) r=roc
|
2010-08-05 21:59:19 -07:00 |
|
L. David Baron
|
9885db7fa7
|
Make nsBlockReflowState::FlowAndPlaceFloat reflow the float after computing its vertical position, so we know how much height is actually available. (Bug 563584, patch 4) r=roc
Test coverage for this is in the future patch "Add reftests for bug 563584.".
|
2010-08-05 21:59:18 -07:00 |
|
L. David Baron
|
2828d8c337
|
Remove aForceFit/aRelaxHeightConstraint concept from float reflow, since we now split floats rather than push them to the next page (and correct propagation of nsHTMLReflowState::mFlags::mIsTopOfPage will force fitting when we need to). (Bug 563584, patch 2) r=roc
|
2010-08-05 21:59:18 -07:00 |
|
Alexander Surkov
|
0a6b10381a
|
Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc
|
2010-06-28 21:02:03 +09:00 |
|
Boris Zbarsky
|
96fda46786
|
Bug 571618. Fix asertion to match reality. r=roc
|
2010-06-14 16:06:48 -04:00 |
|
Boris Zbarsky
|
d1136f926f
|
Bug 571281. Make list-style-position:inside + display:list-item + non-visible overflow work again. r=roc
|
2010-06-11 15:23:13 -04:00 |
|
Daniel Holbert
|
4ed9eaadf9
|
Bug 571059: Update debugging printfs to treat nsFrameState objects as 64-bit & fix build warnings. r=dbaron
|
2010-06-10 11:26:57 -07:00 |
|
Mats Palmgren
|
c4e5f240a9
|
Check each next-in-flow if it's an overflow container. b=564968 r=fantasai
|
2010-06-02 01:32:59 +02:00 |
|
Robert O'Callahan
|
2fa6f4f6ec
|
Bug 489477. Part 1: reflow lines again for clearance while we pull lines from the next-in-flow. r=mats
|
2010-05-13 12:56:08 +12:00 |
|
Boris Zbarsky
|
e708accf00
|
Bug 562688 part 11. Eliminate eELEMENT usage in layout/generic. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Simon Montagu
|
8fc30916db
|
Force logical ordering in XUL elements on visual bidi pages. Bug 558403, r=roc
|
2010-04-25 15:15:17 +03:00 |
|
Mats Palmgren
|
3f8980b62d
|
Use NSCoordSaturatingAdd to avoid integer overflow. b=541714 r=roc
|
2010-04-14 21:35:36 +02:00 |
|
Ehren Metcalfe
|
97778d4898
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
Robert O'Callahan
|
a81de51fc9
|
Bug 551660. Switch layout code from using nsPropertyTable to FramePropertyTable. r=mats,sr=dbaron
|
2010-03-29 14:46:55 +13:00 |
|
Boris Zbarsky
|
fd01d31172
|
Bug 522632. Make cellContent blocks returns false from IsContainingBlock. r=dbaron
|
2010-03-03 18:53:18 -05:00 |
|
Jonas Sicking
|
6dd0651989
|
Bug 545059: Remove unneeded/non-working bidi.controlstextmode pref. r=smontagu
|
2010-02-24 21:58:17 -08:00 |
|
Timothy Nikkel
|
9a6343a43b
|
Bug 542136. If we are going to stop reflowing the children of a line, split the line even if we just finished a first letter or placeholder. r=roc
|
2010-01-27 22:12:45 -06:00 |
|
Mats Palmgren
|
0ed5ac3c2a
|
Simplify PullFrame()/PullFrameFrom(). b=538525 r=roc
|
2010-01-11 15:08:23 +01:00 |
|
Timothy Nikkel
|
0e46068e56
|
Bug 499841. Pass the block frame that contains the first letter style to RemoveFirstLetterFrames so that the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit can be unset on it. Always set the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit on the first continuation only. r=bzbarsky
|
2009-12-22 17:44:35 -06:00 |
|
L. David Baron
|
6f3d9dcc36
|
Set iterators to valid position after deleting overflow lines. (Bug 534082) r=tnikkel
|
2009-12-25 08:59:08 -05:00 |
|
fantasai
|
f76a01be55
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
fantasai
|
9e51dfaf9b
|
Bug 508473 Part II: Remove DeletingFrameSubtree r=bz sr=roc
|
2009-12-24 00:20:41 -05:00 |
|
Mats Palmgren
|
0a9ec295d8
|
Don't try to get a nsLineBox* from an empty line list, it aborts a debug build. b=533379 r=bzbarsky
|
2009-12-18 10:02:10 +01:00 |
|
Olli Pettay
|
2e3d0c93fe
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
|
2009-12-10 20:02:13 -08:00 |
|
Boris Zbarsky
|
753175c110
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e28191d463
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
03f70fa558
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
434a9a769c
|
Bug 518114 part 1. Don't force a virtual GetType call in GetFloatFromPlaceholder. r=roc
|
2009-11-16 16:00:07 -05:00 |
|
Timothy Nikkel
|
17e3a5c82c
|
Bug 515811. mPrevChild needs to be set on early exit from nsBlockFrame::ReflowBlockFrame. r=fantasai sr=dbaron
|
2009-10-15 21:41:58 -05:00 |
|
Robert O'Callahan
|
7aa38b0084
|
Bug 523468. Make sure we reflow the next line when content is pushed or pulled from an inline frame. r=dbaron
|
2009-10-27 14:43:56 +13:00 |
|
Timothy Nikkel
|
19252eafa2
|
Bug 520427. Improvements to debug output List for frames. r=dbaron
|
2009-10-15 21:47:03 -05:00 |
|
Boris Zbarsky
|
75ebdc52ee
|
Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron
|
2009-10-29 17:17:56 -04:00 |
|
Robert O'Callahan
|
178a633332
|
Backed out changeset 9f5177a978ac
|
2009-10-27 21:46:18 +13:00 |
|
Robert O'Callahan
|
baa52ae8b0
|
Bug 523468. Force next line to be reflowed whenever we push or pull children from an inline frame. r=dbaron
|
2009-10-27 14:43:56 +13:00 |
|
Robert O'Callahan
|
224bb91787
|
Bug 504524. Don't reflow the line after an incomplete frame unless we really need to. r=bz
|
2009-10-19 01:01:40 -07:00 |
|
Simon Montagu
|
69a6fdd02f
|
Don't propagate the FRAMES_ARE_EMPTY flag when continuations cross block frame boundaries. Bug 495875, r+sr=roc
|
2009-10-13 00:12:54 -07:00 |
|
Boris Zbarsky
|
c8db27a7ab
|
Bug 516742. Make RFindLineContaining walk backwards along the lines' frames too, not just along the lines. r=roc,fantasai
|
2009-10-02 12:31:43 -04:00 |
|
Boris Zbarsky
|
8e9c649afe
|
Bug 512336. Make frame lists doubly-linked. r=roc,fantasai
|
2009-10-02 12:27:37 -04:00 |
|
David Zbarsky
|
aadd6cf119
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Boris Zbarsky
|
1c59366384
|
Bug 512471. Make nsBlockFrame's mFrames track its principal child list. r=roc,fantasai
|
2009-09-29 15:47:05 -04:00 |
|
Timothy Nikkel
|
742a355b4f
|
Bug 499607. Stop leaking nsBlockFrame's overflow nsLineList's. r=fantasai sr=dbaron
|
2009-09-28 20:23:33 -05:00 |
|