hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
| 3 | * (C) 1999 Antti Koivisto (koivisto@kde.org) |
| 4 | * (C) 2007 David Smith (catfish.man@gmail.com) |
bfulgham@apple.com | b595343 | 2015-02-13 21:56:01 +0000 | [diff] [blame] | 5 | * Copyright (C) 2003-2015 Apple Inc. All rights reserved. |
hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 6 | * Copyright (C) Research In Motion Limited 2010. All rights reserved. |
| 7 | * |
| 8 | * This library is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU Library General Public |
| 10 | * License as published by the Free Software Foundation; either |
| 11 | * version 2 of the License, or (at your option) any later version. |
| 12 | * |
| 13 | * This library is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | * Library General Public License for more details. |
| 17 | * |
| 18 | * You should have received a copy of the GNU Library General Public License |
| 19 | * along with this library; see the file COPYING.LIB. If not, write to |
| 20 | * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | * Boston, MA 02110-1301, USA. |
| 22 | */ |
| 23 | |
| 24 | #include "config.h" |
| 25 | #include "RenderBlockFlow.h" |
| 26 | |
antti@apple.com | 50b36fde | 2019-08-11 11:02:01 +0000 | [diff] [blame] | 27 | #include "ComplexLineLayout.h" |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 28 | #include "Editor.h" |
bjonesbe@adobe.com | 6747809 | 2013-09-09 22:18:17 +0000 | [diff] [blame] | 29 | #include "FloatingObjects.h" |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 30 | #include "Frame.h" |
zalan@apple.com | e36543a | 2014-07-29 01:45:54 +0000 | [diff] [blame] | 31 | #include "FrameSelection.h" |
darin@apple.com | 15708b1 | 2014-03-16 16:38:58 +0000 | [diff] [blame] | 32 | #include "HTMLElement.h" |
cdumez@apple.com | a92c4d6 | 2016-05-20 01:50:51 +0000 | [diff] [blame] | 33 | #include "HTMLInputElement.h" |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 34 | #include "HTMLParserIdioms.h" |
cdumez@apple.com | a92c4d6 | 2016-05-20 01:50:51 +0000 | [diff] [blame] | 35 | #include "HTMLTextAreaElement.h" |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 36 | #include "HitTestLocation.h" |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 37 | #include "InlineTextBox.h" |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 38 | #include "LayoutIntegrationLineLayout.h" |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 39 | #include "LayoutRepainter.h" |
simon.fraser@apple.com | 36676e5 | 2016-05-07 00:05:58 +0000 | [diff] [blame] | 40 | #include "Logging.h" |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 41 | #include "RenderCombineText.h" |
hyatt@apple.com | 531e35d | 2017-04-13 16:37:00 +0000 | [diff] [blame] | 42 | #include "RenderFlexibleBox.h" |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 43 | #include "RenderInline.h" |
akling@apple.com | f302805 | 2013-11-04 08:46:06 +0000 | [diff] [blame] | 44 | #include "RenderIterator.h" |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 45 | #include "RenderLayer.h" |
antti@apple.com | f41183e | 2018-12-07 20:10:14 +0000 | [diff] [blame] | 46 | #include "RenderLayoutState.h" |
zalan@apple.com | 8bf2a91 | 2015-04-10 03:15:50 +0000 | [diff] [blame] | 47 | #include "RenderLineBreak.h" |
antti@apple.com | 0b3dffe | 2014-03-24 16:30:52 +0000 | [diff] [blame] | 48 | #include "RenderListItem.h" |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 49 | #include "RenderMarquee.h" |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 50 | #include "RenderMultiColumnFlow.h" |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 51 | #include "RenderMultiColumnSet.h" |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 52 | #include "RenderTableCell.h" |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 53 | #include "RenderText.h" |
antti@apple.com | 89b8fff | 2017-12-16 19:07:55 +0000 | [diff] [blame] | 54 | #include "RenderTreeBuilder.h" |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 55 | #include "RenderView.h" |
bfulgham@apple.com | b595343 | 2015-02-13 21:56:01 +0000 | [diff] [blame] | 56 | #include "Settings.h" |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 57 | #include "SimpleLineLayoutFunctions.h" |
zalan@apple.com | 5cd09e5 | 2017-02-25 02:14:40 +0000 | [diff] [blame] | 58 | #include "SimpleLineLayoutPagination.h" |
zalan@apple.com | 95cae4f | 2018-04-23 14:47:00 +0000 | [diff] [blame] | 59 | #include "SimpleLineLayoutResolver.h" |
antti@apple.com | 4918b4d | 2017-08-14 13:20:47 +0000 | [diff] [blame] | 60 | #include "TextAutoSizing.h" |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 61 | #include "VerticalPositionCache.h" |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 62 | #include "VisiblePosition.h" |
fpizlo@apple.com | d03c594 | 2017-11-07 19:21:52 +0000 | [diff] [blame] | 63 | #include <wtf/IsoMallocInlines.h> |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 64 | |
hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 65 | namespace WebCore { |
| 66 | |
fpizlo@apple.com | d03c594 | 2017-11-07 19:21:52 +0000 | [diff] [blame] | 67 | WTF_MAKE_ISO_ALLOCATED_IMPL(RenderBlockFlow); |
| 68 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 69 | bool RenderBlock::s_canPropagateFloatIntoSibling = false; |
| 70 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 71 | struct SameSizeAsMarginInfo { |
| 72 | uint32_t bitfields : 16; |
| 73 | LayoutUnit margins[2]; |
| 74 | }; |
| 75 | |
| 76 | COMPILE_ASSERT(sizeof(RenderBlockFlow::MarginValues) == sizeof(LayoutUnit[4]), MarginValues_should_stay_small); |
akling@apple.com | 42e1063 | 2013-10-14 17:55:52 +0000 | [diff] [blame] | 77 | COMPILE_ASSERT(sizeof(RenderBlockFlow::MarginInfo) == sizeof(SameSizeAsMarginInfo), MarginInfo_should_stay_small); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 78 | |
| 79 | // Our MarginInfo state used when laying out block children. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 80 | RenderBlockFlow::MarginInfo::MarginInfo(const RenderBlockFlow& block, LayoutUnit beforeBorderPadding, LayoutUnit afterBorderPadding) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 81 | : m_atBeforeSideOfBlock(true) |
| 82 | , m_atAfterSideOfBlock(false) |
| 83 | , m_hasMarginBeforeQuirk(false) |
| 84 | , m_hasMarginAfterQuirk(false) |
| 85 | , m_determinedMarginBeforeQuirk(false) |
| 86 | , m_discardMargin(false) |
| 87 | { |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 88 | const RenderStyle& blockStyle = block.style(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 89 | ASSERT(block.isRenderView() || block.parent()); |
jfernandez@igalia.com | 136f170 | 2014-12-08 19:13:16 +0000 | [diff] [blame] | 90 | m_canCollapseWithChildren = !block.createsNewFormattingContext() && !block.isRenderView(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 91 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 92 | m_canCollapseMarginBeforeWithChildren = m_canCollapseWithChildren && !beforeBorderPadding && blockStyle.marginBeforeCollapse() != MarginCollapse::Separate; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 93 | |
| 94 | // If any height other than auto is specified in CSS, then we don't collapse our bottom |
| 95 | // margins with our children's margins. To do otherwise would be to risk odd visual |
| 96 | // effects when the children overflow out of the parent block and yet still collapse |
| 97 | // with it. We also don't collapse if we have any bottom border/padding. |
| 98 | m_canCollapseMarginAfterWithChildren = m_canCollapseWithChildren && !afterBorderPadding |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 99 | && (blockStyle.logicalHeight().isAuto() && !blockStyle.logicalHeight().value()) && blockStyle.marginAfterCollapse() != MarginCollapse::Separate; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 100 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 101 | m_quirkContainer = block.isTableCell() || block.isBody(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 102 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 103 | m_discardMargin = m_canCollapseMarginBeforeWithChildren && block.mustDiscardMarginBefore(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 104 | |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 105 | m_positiveMargin = (m_canCollapseMarginBeforeWithChildren && !block.mustDiscardMarginBefore()) ? block.maxPositiveMarginBefore() : 0_lu; |
| 106 | m_negativeMargin = (m_canCollapseMarginBeforeWithChildren && !block.mustDiscardMarginBefore()) ? block.maxNegativeMarginBefore() : 0_lu; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 107 | } |
| 108 | |
antti@apple.com | 454418f | 2016-04-25 19:49:23 +0000 | [diff] [blame] | 109 | RenderBlockFlow::RenderBlockFlow(Element& element, RenderStyle&& style) |
aestes@apple.com | 13aae08 | 2016-01-02 08:03:08 +0000 | [diff] [blame] | 110 | : RenderBlock(element, WTFMove(style), RenderBlockFlowFlag) |
dbates@webkit.org | 102013c | 2016-09-26 21:51:25 +0000 | [diff] [blame] | 111 | #if ENABLE(TEXT_AUTOSIZING) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 112 | , m_widthForTextAutosizing(-1) |
| 113 | , m_lineCountForTextAutosizing(NOT_SET) |
| 114 | #endif |
hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 115 | { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 116 | setChildrenInline(true); |
akling@apple.com | 42e1063 | 2013-10-14 17:55:52 +0000 | [diff] [blame] | 117 | } |
| 118 | |
antti@apple.com | 454418f | 2016-04-25 19:49:23 +0000 | [diff] [blame] | 119 | RenderBlockFlow::RenderBlockFlow(Document& document, RenderStyle&& style) |
aestes@apple.com | 13aae08 | 2016-01-02 08:03:08 +0000 | [diff] [blame] | 120 | : RenderBlock(document, WTFMove(style), RenderBlockFlowFlag) |
dbates@webkit.org | 102013c | 2016-09-26 21:51:25 +0000 | [diff] [blame] | 121 | #if ENABLE(TEXT_AUTOSIZING) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 122 | , m_widthForTextAutosizing(-1) |
| 123 | , m_lineCountForTextAutosizing(NOT_SET) |
| 124 | #endif |
akling@apple.com | 42e1063 | 2013-10-14 17:55:52 +0000 | [diff] [blame] | 125 | { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 126 | setChildrenInline(true); |
hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 127 | } |
| 128 | |
| 129 | RenderBlockFlow::~RenderBlockFlow() |
| 130 | { |
simon.fraser@apple.com | 9812a45 | 2017-03-20 17:28:55 +0000 | [diff] [blame] | 131 | // Do not add any code here. Add it to willBeDestroyed() instead. |
hyatt@apple.com | 5388e67 | 2013-09-06 20:54:47 +0000 | [diff] [blame] | 132 | } |
| 133 | |
zalan@apple.com | fde57e4 | 2018-02-22 00:20:40 +0000 | [diff] [blame] | 134 | void RenderBlockFlow::willBeDestroyed() |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 135 | { |
simon.fraser@apple.com | b59c690 | 2017-03-17 00:20:45 +0000 | [diff] [blame] | 136 | if (!renderTreeBeingDestroyed()) { |
akling@apple.com | ee3c8df | 2013-11-06 08:09:44 +0000 | [diff] [blame] | 137 | if (firstRootBox()) { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 138 | // We can't wait for RenderBox::destroy to clear the selection, |
| 139 | // because by then we will have nuked the line boxes. |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 140 | if (isSelectionBorder()) |
jacob_uphoff@apple.com | 5a6faad | 2020-03-30 21:13:50 +0000 | [diff] [blame^] | 141 | frame().selection().setNeedsSelectionUpdate(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 142 | |
| 143 | // If we are an anonymous block, then our line boxes might have children |
| 144 | // that will outlast this block. In the non-anonymous block case those |
| 145 | // children will be destroyed by the time we return from this function. |
| 146 | if (isAnonymousBlock()) { |
cdumez@apple.com | c1d54fa | 2015-10-13 19:15:55 +0000 | [diff] [blame] | 147 | for (auto* box = firstRootBox(); box; box = box->nextRootBox()) { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 148 | while (auto childBox = box->firstChild()) |
| 149 | childBox->removeFromParent(); |
| 150 | } |
| 151 | } |
akling@apple.com | a1986f5 | 2014-12-08 22:17:55 +0000 | [diff] [blame] | 152 | } else if (parent()) |
| 153 | parent()->dirtyLinesFromChangedChild(*this); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 154 | } |
| 155 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 156 | if (complexLineLayout()) |
| 157 | complexLineLayout()->lineBoxes().deleteLineBoxes(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 158 | |
simon.fraser@apple.com | 9812a45 | 2017-03-20 17:28:55 +0000 | [diff] [blame] | 159 | blockWillBeDestroyed(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 160 | |
| 161 | // NOTE: This jumps down to RenderBox, bypassing RenderBlock since it would do duplicate work. |
zalan@apple.com | fde57e4 | 2018-02-22 00:20:40 +0000 | [diff] [blame] | 162 | RenderBox::willBeDestroyed(); |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 163 | } |
| 164 | |
ggaren@apple.com | 91592ea | 2019-05-29 21:15:54 +0000 | [diff] [blame] | 165 | RenderMultiColumnFlow* RenderBlockFlow::multiColumnFlowSlowCase() const |
| 166 | { |
| 167 | return rareBlockFlowData()->m_multiColumnFlow.get(); |
| 168 | } |
| 169 | |
jfernandez@igalia.com | 93f23d2 | 2014-12-09 17:44:40 +0000 | [diff] [blame] | 170 | RenderBlockFlow* RenderBlockFlow::previousSiblingWithOverhangingFloats(bool& parentHasFloats) const |
| 171 | { |
| 172 | // Attempt to locate a previous sibling with overhanging floats. We skip any elements that are |
| 173 | // out of flow (like floating/positioned elements), and we also skip over any objects that may have shifted |
| 174 | // to avoid floats. |
| 175 | parentHasFloats = false; |
| 176 | for (RenderObject* sibling = previousSibling(); sibling; sibling = sibling->previousSibling()) { |
| 177 | if (is<RenderBlockFlow>(*sibling)) { |
| 178 | auto& siblingBlock = downcast<RenderBlockFlow>(*sibling); |
| 179 | if (!siblingBlock.avoidsFloats()) |
| 180 | return &siblingBlock; |
| 181 | } |
| 182 | if (sibling->isFloating()) |
| 183 | parentHasFloats = true; |
| 184 | } |
| 185 | return nullptr; |
| 186 | } |
| 187 | |
bjonesbe@adobe.com | f9f1040 | 2014-02-20 19:40:28 +0000 | [diff] [blame] | 188 | void RenderBlockFlow::rebuildFloatingObjectSetFromIntrudingFloats() |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 189 | { |
| 190 | if (m_floatingObjects) |
| 191 | m_floatingObjects->setHorizontalWritingMode(isHorizontalWritingMode()); |
| 192 | |
| 193 | HashSet<RenderBox*> oldIntrudingFloatSet; |
| 194 | if (!childrenInline() && m_floatingObjects) { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 195 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 196 | auto end = floatingObjectSet.end(); |
| 197 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
| 198 | FloatingObject* floatingObject = it->get(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 199 | if (!floatingObject->isDescendant()) |
darin@apple.com | 7cad704 | 2013-09-24 05:53:55 +0000 | [diff] [blame] | 200 | oldIntrudingFloatSet.add(&floatingObject->renderer()); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 201 | } |
| 202 | } |
| 203 | |
| 204 | // Inline blocks are covered by the isReplaced() check in the avoidFloats method. |
simon.fraser@apple.com | f63871d | 2015-10-10 02:20:52 +0000 | [diff] [blame] | 205 | if (avoidsFloats() || isDocumentElementRenderer() || isRenderView() || isFloatingOrOutOfFlowPositioned() || isTableCell()) { |
mihnea@adobe.com | be79cf1 | 2013-10-17 09:02:19 +0000 | [diff] [blame] | 206 | if (m_floatingObjects) |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 207 | m_floatingObjects->clear(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 208 | if (!oldIntrudingFloatSet.isEmpty()) |
| 209 | markAllDescendantsWithFloatsForLayout(); |
| 210 | return; |
| 211 | } |
| 212 | |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 213 | RendererToFloatInfoMap floatMap; |
| 214 | |
| 215 | if (m_floatingObjects) { |
bjonesbe@adobe.com | 0434768a | 2013-09-16 22:01:38 +0000 | [diff] [blame] | 216 | if (childrenInline()) |
| 217 | m_floatingObjects->moveAllToFloatInfoMap(floatMap); |
| 218 | else |
| 219 | m_floatingObjects->clear(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 220 | } |
| 221 | |
| 222 | // We should not process floats if the parent node is not a RenderBlock. Otherwise, we will add |
| 223 | // floats in an invalid context. This will cause a crash arising from a bad cast on the parent. |
| 224 | // See <rdar://problem/8049753>, where float property is applied on a text node in a SVG. |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 225 | if (!is<RenderBlockFlow>(parent())) |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 226 | return; |
| 227 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 228 | // First add in floats from the parent. Self-collapsing blocks let their parent track any floats that intrude into |
| 229 | // them (as opposed to floats they contain themselves) so check for those here too. |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 230 | auto& parentBlock = downcast<RenderBlockFlow>(*parent()); |
| 231 | bool parentHasFloats = false; |
| 232 | RenderBlockFlow* previousBlock = previousSiblingWithOverhangingFloats(parentHasFloats); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 233 | LayoutUnit logicalTopOffset = logicalTop(); |
jfernandez@igalia.com | 93f23d2 | 2014-12-09 17:44:40 +0000 | [diff] [blame] | 234 | if (parentHasFloats || (parentBlock.lowestFloatLogicalBottom() > logicalTopOffset && previousBlock && previousBlock->isSelfCollapsingBlock())) |
hyatt@apple.com | 21c6080 | 2015-04-01 18:10:32 +0000 | [diff] [blame] | 235 | addIntrudingFloats(&parentBlock, &parentBlock, parentBlock.logicalLeftOffsetForContent(), logicalTopOffset); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 236 | |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 237 | LayoutUnit logicalLeftOffset; |
jfernandez@igalia.com | 93f23d2 | 2014-12-09 17:44:40 +0000 | [diff] [blame] | 238 | if (previousBlock) |
| 239 | logicalTopOffset -= previousBlock->logicalTop(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 240 | else { |
jfernandez@igalia.com | 93f23d2 | 2014-12-09 17:44:40 +0000 | [diff] [blame] | 241 | previousBlock = &parentBlock; |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 242 | logicalLeftOffset += parentBlock.logicalLeftOffsetForContent(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 243 | } |
| 244 | |
| 245 | // Add overhanging floats from the previous RenderBlock, but only if it has a float that intrudes into our space. |
jfernandez@igalia.com | 93f23d2 | 2014-12-09 17:44:40 +0000 | [diff] [blame] | 246 | if (previousBlock->m_floatingObjects && previousBlock->lowestFloatLogicalBottom() > logicalTopOffset) |
hyatt@apple.com | 21c6080 | 2015-04-01 18:10:32 +0000 | [diff] [blame] | 247 | addIntrudingFloats(previousBlock, &parentBlock, logicalLeftOffset, logicalTopOffset); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 248 | |
| 249 | if (childrenInline()) { |
| 250 | LayoutUnit changeLogicalTop = LayoutUnit::max(); |
| 251 | LayoutUnit changeLogicalBottom = LayoutUnit::min(); |
| 252 | if (m_floatingObjects) { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 253 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 254 | auto end = floatingObjectSet.end(); |
| 255 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 256 | const auto& floatingObject = *it->get(); |
| 257 | std::unique_ptr<FloatingObject> oldFloatingObject = floatMap.take(&floatingObject.renderer()); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 258 | LayoutUnit logicalBottom = logicalBottomForFloat(floatingObject); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 259 | if (oldFloatingObject) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 260 | LayoutUnit oldLogicalBottom = logicalBottomForFloat(*oldFloatingObject); |
| 261 | if (logicalWidthForFloat(floatingObject) != logicalWidthForFloat(*oldFloatingObject) || logicalLeftForFloat(floatingObject) != logicalLeftForFloat(*oldFloatingObject)) { |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 262 | changeLogicalTop = 0; |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 263 | changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalBottom, oldLogicalBottom)); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 264 | } else { |
| 265 | if (logicalBottom != oldLogicalBottom) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 266 | changeLogicalTop = std::min(changeLogicalTop, std::min(logicalBottom, oldLogicalBottom)); |
| 267 | changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalBottom, oldLogicalBottom)); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 268 | } |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 269 | LayoutUnit logicalTop = logicalTopForFloat(floatingObject); |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 270 | LayoutUnit oldLogicalTop = logicalTopForFloat(*oldFloatingObject); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 271 | if (logicalTop != oldLogicalTop) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 272 | changeLogicalTop = std::min(changeLogicalTop, std::min(logicalTop, oldLogicalTop)); |
| 273 | changeLogicalBottom = std::max(changeLogicalBottom, std::max(logicalTop, oldLogicalTop)); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 274 | } |
| 275 | } |
| 276 | |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 277 | if (oldFloatingObject->originatingLine() && !selfNeedsLayout()) { |
| 278 | ASSERT(&oldFloatingObject->originatingLine()->renderer() == this); |
| 279 | oldFloatingObject->originatingLine()->markDirty(); |
| 280 | } |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 281 | } else { |
| 282 | changeLogicalTop = 0; |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 283 | changeLogicalBottom = std::max(changeLogicalBottom, logicalBottom); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 284 | } |
| 285 | } |
| 286 | } |
| 287 | |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 288 | auto end = floatMap.end(); |
| 289 | for (auto it = floatMap.begin(); it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 290 | const auto& floatingObject = *it->value.get(); |
| 291 | if (!floatingObject.isDescendant()) { |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 292 | changeLogicalTop = 0; |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 293 | changeLogicalBottom = std::max(changeLogicalBottom, logicalBottomForFloat(floatingObject)); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 294 | } |
| 295 | } |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 296 | |
| 297 | markLinesDirtyInBlockRange(changeLogicalTop, changeLogicalBottom); |
| 298 | } else if (!oldIntrudingFloatSet.isEmpty()) { |
| 299 | // If there are previously intruding floats that no longer intrude, then children with floats |
| 300 | // should also get layout because they might need their floating object lists cleared. |
| 301 | if (m_floatingObjects->set().size() < oldIntrudingFloatSet.size()) |
| 302 | markAllDescendantsWithFloatsForLayout(); |
| 303 | else { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 304 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 305 | auto end = floatingObjectSet.end(); |
| 306 | for (auto it = floatingObjectSet.begin(); it != end && !oldIntrudingFloatSet.isEmpty(); ++it) |
| 307 | oldIntrudingFloatSet.remove(&(*it)->renderer()); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 308 | if (!oldIntrudingFloatSet.isEmpty()) |
| 309 | markAllDescendantsWithFloatsForLayout(); |
| 310 | } |
| 311 | } |
| 312 | } |
| 313 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 314 | void RenderBlockFlow::adjustIntrinsicLogicalWidthsForColumns(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |
| 315 | { |
| 316 | if (!style().hasAutoColumnCount() || !style().hasAutoColumnWidth()) { |
| 317 | // The min/max intrinsic widths calculated really tell how much space elements need when |
| 318 | // laid out inside the columns. In order to eventually end up with the desired column width, |
| 319 | // we need to convert them to values pertaining to the multicol container. |
| 320 | int columnCount = style().hasAutoColumnCount() ? 1 : style().columnCount(); |
| 321 | LayoutUnit columnWidth; |
| 322 | LayoutUnit colGap = columnGap(); |
| 323 | LayoutUnit gapExtra = (columnCount - 1) * colGap; |
| 324 | if (style().hasAutoColumnWidth()) |
| 325 | minLogicalWidth = minLogicalWidth * columnCount + gapExtra; |
| 326 | else { |
| 327 | columnWidth = style().columnWidth(); |
| 328 | minLogicalWidth = std::min(minLogicalWidth, columnWidth); |
| 329 | } |
| 330 | // FIXME: If column-count is auto here, we should resolve it to calculate the maximum |
| 331 | // intrinsic width, instead of pretending that it's 1. The only way to do that is by |
| 332 | // performing a layout pass, but this is not an appropriate time or place for layout. The |
| 333 | // good news is that if height is unconstrained and there are no explicit breaks, the |
| 334 | // resolved column-count really should be 1. |
| 335 | maxLogicalWidth = std::max(maxLogicalWidth, columnWidth) * columnCount + gapExtra; |
| 336 | } |
| 337 | } |
| 338 | |
| 339 | void RenderBlockFlow::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |
| 340 | { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 341 | if (childrenInline()) |
| 342 | computeInlinePreferredLogicalWidths(minLogicalWidth, maxLogicalWidth); |
| 343 | else |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 344 | computeBlockPreferredLogicalWidths(minLogicalWidth, maxLogicalWidth); |
| 345 | |
| 346 | maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth); |
| 347 | |
| 348 | adjustIntrinsicLogicalWidthsForColumns(minLogicalWidth, maxLogicalWidth); |
| 349 | |
| 350 | if (!style().autoWrap() && childrenInline()) { |
| 351 | // A horizontal marquee with inline children has no minimum width. |
| 352 | if (layer() && layer()->marquee() && layer()->marquee()->isHorizontal()) |
| 353 | minLogicalWidth = 0; |
| 354 | } |
| 355 | |
cdumez@apple.com | 8faf772 | 2014-10-13 18:21:11 +0000 | [diff] [blame] | 356 | if (is<RenderTableCell>(*this)) { |
| 357 | Length tableCellWidth = downcast<RenderTableCell>(*this).styleOrColLogicalWidth(); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 358 | if (tableCellWidth.isFixed() && tableCellWidth.value() > 0) |
| 359 | maxLogicalWidth = std::max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value())); |
| 360 | } |
| 361 | |
rego@igalia.com | 76760c7 | 2015-05-14 16:37:27 +0000 | [diff] [blame] | 362 | int scrollbarWidth = intrinsicScrollbarLogicalWidth(); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 363 | maxLogicalWidth += scrollbarWidth; |
| 364 | minLogicalWidth += scrollbarWidth; |
| 365 | } |
| 366 | |
| 367 | bool RenderBlockFlow::recomputeLogicalWidthAndColumnWidth() |
| 368 | { |
| 369 | bool changed = recomputeLogicalWidth(); |
| 370 | |
| 371 | LayoutUnit oldColumnWidth = computedColumnWidth(); |
| 372 | computeColumnCountAndWidth(); |
| 373 | |
| 374 | return changed || oldColumnWidth != computedColumnWidth(); |
| 375 | } |
| 376 | |
| 377 | LayoutUnit RenderBlockFlow::columnGap() const |
| 378 | { |
rego@igalia.com | fcd8dd0 | 2018-01-26 14:57:47 +0000 | [diff] [blame] | 379 | if (style().columnGap().isNormal()) |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 380 | return style().fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins. |
rego@igalia.com | fcd8dd0 | 2018-01-26 14:57:47 +0000 | [diff] [blame] | 381 | return valueForLength(style().columnGap().length(), availableLogicalWidth()); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 382 | } |
| 383 | |
| 384 | void RenderBlockFlow::computeColumnCountAndWidth() |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 385 | { |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 386 | // Calculate our column width and column count. |
| 387 | // FIXME: Can overflow on fast/block/float/float-not-removed-from-next-sibling4.html, see https://bugs.webkit.org/show_bug.cgi?id=68744 |
| 388 | unsigned desiredColumnCount = 1; |
| 389 | LayoutUnit desiredColumnWidth = contentLogicalWidth(); |
zalan@apple.com | 08aaba7 | 2016-12-02 23:05:48 +0000 | [diff] [blame] | 390 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 391 | // For now, we don't support multi-column layouts when printing, since we have to do a lot of work for proper pagination. |
| 392 | if (document().paginated() || (style().hasAutoColumnCount() && style().hasAutoColumnWidth()) || !style().hasInlineColumnAxis()) { |
| 393 | setComputedColumnCountAndWidth(desiredColumnCount, desiredColumnWidth); |
| 394 | return; |
| 395 | } |
zalan@apple.com | 08aaba7 | 2016-12-02 23:05:48 +0000 | [diff] [blame] | 396 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 397 | LayoutUnit availWidth = desiredColumnWidth; |
| 398 | LayoutUnit colGap = columnGap(); |
ross.kirsling@sony.com | 8041465 | 2019-05-21 01:36:11 +0000 | [diff] [blame] | 399 | LayoutUnit colWidth = std::max(1_lu, LayoutUnit(style().columnWidth())); |
zalan@apple.com | 585798f | 2016-05-18 23:25:47 +0000 | [diff] [blame] | 400 | unsigned colCount = std::max<unsigned>(1, style().columnCount()); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 401 | |
| 402 | if (style().hasAutoColumnWidth() && !style().hasAutoColumnCount()) { |
| 403 | desiredColumnCount = colCount; |
| 404 | desiredColumnWidth = std::max<LayoutUnit>(0, (availWidth - ((desiredColumnCount - 1) * colGap)) / desiredColumnCount); |
| 405 | } else if (!style().hasAutoColumnWidth() && style().hasAutoColumnCount()) { |
zalan@apple.com | 08aaba7 | 2016-12-02 23:05:48 +0000 | [diff] [blame] | 406 | desiredColumnCount = std::max<unsigned>(1, ((availWidth + colGap) / (colWidth + colGap)).toUnsigned()); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 407 | desiredColumnWidth = ((availWidth + colGap) / desiredColumnCount) - colGap; |
| 408 | } else { |
zalan@apple.com | 08aaba7 | 2016-12-02 23:05:48 +0000 | [diff] [blame] | 409 | desiredColumnCount = std::max<unsigned>(std::min(colCount, ((availWidth + colGap) / (colWidth + colGap)).toUnsigned()), 1); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 410 | desiredColumnWidth = ((availWidth + colGap) / desiredColumnCount) - colGap; |
| 411 | } |
| 412 | setComputedColumnCountAndWidth(desiredColumnCount, desiredColumnWidth); |
| 413 | } |
| 414 | |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 415 | bool RenderBlockFlow::willCreateColumns(Optional<unsigned> desiredColumnCount) const |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 416 | { |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 417 | // The following types are not supposed to create multicol context. |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 418 | if (isFileUploadControl() || isTextControl() || isListBox()) |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 419 | return false; |
commit-queue@webkit.org | 875cdb3 | 2017-10-02 17:59:36 +0000 | [diff] [blame] | 420 | if (isRenderSVGBlock() || isRubyRun()) |
antti@apple.com | 411949d | 2017-08-30 17:28:10 +0000 | [diff] [blame] | 421 | return false; |
commit-queue@webkit.org | 875cdb3 | 2017-10-02 17:59:36 +0000 | [diff] [blame] | 422 | #if ENABLE(MATHML) |
| 423 | if (isRenderMathMLBlock()) |
| 424 | return false; |
| 425 | #endif // ENABLE(MATHML) |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 426 | |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 427 | if (!firstChild()) |
| 428 | return false; |
| 429 | |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 430 | if (style().styleType() != PseudoId::None) |
antti@apple.com | 411949d | 2017-08-30 17:28:10 +0000 | [diff] [blame] | 431 | return false; |
| 432 | |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 433 | // If overflow-y is set to paged-x or paged-y on the body or html element, we'll handle the paginating in the RenderView instead. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 434 | if ((style().overflowY() == Overflow::PagedX || style().overflowY() == Overflow::PagedY) && !(isDocumentElementRenderer() || isBody())) |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 435 | return true; |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 436 | |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 437 | if (!style().specifiesColumns()) |
| 438 | return false; |
| 439 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 440 | // column-axis with opposite writing direction initiates MultiColumnFlow. |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 441 | if (!style().hasInlineColumnAxis()) |
| 442 | return true; |
| 443 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 444 | // Non-auto column-width always initiates MultiColumnFlow. |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 445 | if (!style().hasAutoColumnWidth()) |
| 446 | return true; |
| 447 | |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 448 | if (desiredColumnCount) |
| 449 | return desiredColumnCount.value() > 1; |
| 450 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 451 | // column-count > 1 always initiates MultiColumnFlow. |
zalan@apple.com | 748d382 | 2016-12-02 21:25:15 +0000 | [diff] [blame] | 452 | if (!style().hasAutoColumnCount()) |
| 453 | return style().columnCount() > 1; |
| 454 | |
| 455 | ASSERT_NOT_REACHED(); |
| 456 | return false; |
| 457 | } |
| 458 | |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 459 | void RenderBlockFlow::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight) |
| 460 | { |
| 461 | ASSERT(needsLayout()); |
| 462 | |
| 463 | if (!relayoutChildren && simplifiedLayout()) |
| 464 | return; |
| 465 | |
| 466 | LayoutRepainter repainter(*this, checkForRepaintDuringLayout()); |
| 467 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 468 | if (recomputeLogicalWidthAndColumnWidth()) |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 469 | relayoutChildren = true; |
| 470 | |
bjonesbe@adobe.com | f9f1040 | 2014-02-20 19:40:28 +0000 | [diff] [blame] | 471 | rebuildFloatingObjectSetFromIntrudingFloats(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 472 | |
| 473 | LayoutUnit previousHeight = logicalHeight(); |
| 474 | // FIXME: should this start out as borderAndPaddingLogicalHeight() + scrollbarLogicalHeight(), |
| 475 | // for consistency with other render classes? |
zalan@apple.com | ad3d6b7 | 2019-11-20 23:52:40 +0000 | [diff] [blame] | 476 | resetLogicalHeightBeforeLayoutIfNeeded(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 477 | |
| 478 | bool pageLogicalHeightChanged = false; |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 479 | checkForPaginationLogicalHeightChange(relayoutChildren, pageLogicalHeight, pageLogicalHeightChanged); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 480 | |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 481 | LayoutUnit repaintLogicalTop; |
| 482 | LayoutUnit repaintLogicalBottom; |
| 483 | LayoutUnit maxFloatLogicalBottom; |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 484 | const RenderStyle& styleToUse = style(); |
| 485 | { |
| 486 | LayoutStateMaintainer statePusher(*this, locationOffset(), hasTransform() || hasReflection() || styleToUse.isFlippedBlocksWritingMode(), pageLogicalHeight, pageLogicalHeightChanged); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 487 | |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 488 | preparePaginationBeforeBlockLayout(relayoutChildren); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 489 | |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 490 | // We use four values, maxTopPos, maxTopNeg, maxBottomPos, and maxBottomNeg, to track |
| 491 | // our current maximal positive and negative margins. These values are used when we |
| 492 | // are collapsed with adjacent blocks, so for example, if you have block A and B |
| 493 | // collapsing together, then you'd take the maximal positive margin from both A and B |
| 494 | // and subtract it from the maximal negative margin from both A and B to get the |
| 495 | // true collapsed margin. This algorithm is recursive, so when we finish layout() |
| 496 | // our block knows its current maximal positive/negative values. |
| 497 | // |
| 498 | // Start out by setting our margin values to our current margins. Table cells have |
| 499 | // no margins, so we don't fill in the values for table cells. |
| 500 | bool isCell = isTableCell(); |
| 501 | if (!isCell) { |
| 502 | initMaxMarginValues(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 503 | |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 504 | setHasMarginBeforeQuirk(styleToUse.hasMarginBeforeQuirk()); |
| 505 | setHasMarginAfterQuirk(styleToUse.hasMarginAfterQuirk()); |
| 506 | setPaginationStrut(0); |
| 507 | } |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 508 | if (!firstChild() && !isAnonymousBlock()) |
| 509 | setChildrenInline(true); |
| 510 | if (childrenInline()) |
| 511 | layoutInlineChildren(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
| 512 | else |
| 513 | layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom); |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 514 | } |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 515 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 516 | // Expand our intrinsic height to encompass floats. |
| 517 | LayoutUnit toAdd = borderAndPaddingAfter() + scrollbarLogicalHeight(); |
| 518 | if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && createsNewFormattingContext()) |
| 519 | setLogicalHeight(lowestFloatLogicalBottom() + toAdd); |
| 520 | if (relayoutForPagination() || relayoutToAvoidWidows()) { |
| 521 | ASSERT(!shouldBreakAtLineToAvoidWidow()); |
| 522 | return; |
| 523 | } |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 524 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 525 | // Calculate our new height. |
| 526 | LayoutUnit oldHeight = logicalHeight(); |
| 527 | LayoutUnit oldClientAfterEdge = clientLogicalBottom(); |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 528 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 529 | // Before updating the final size of the flow thread make sure a forced break is applied after the content. |
| 530 | // This ensures the size information is correctly computed for the last auto-height fragment receiving content. |
| 531 | if (is<RenderFragmentedFlow>(*this)) |
| 532 | downcast<RenderFragmentedFlow>(*this).applyBreakAfterContent(oldClientAfterEdge); |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 533 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 534 | updateLogicalHeight(); |
| 535 | LayoutUnit newHeight = logicalHeight(); |
| 536 | { |
| 537 | // FIXME: This could be removed once relayoutForPagination()/relayoutToAvoidWidows() either stop recursing or we manage to |
| 538 | // re-order them. |
| 539 | LayoutStateMaintainer statePusher(*this, locationOffset(), hasTransform() || hasReflection() || styleToUse.isFlippedBlocksWritingMode(), pageLogicalHeight, pageLogicalHeightChanged); |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 540 | |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 541 | if (oldHeight != newHeight) { |
| 542 | if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) { |
| 543 | // One of our children's floats may have become an overhanging float for us. We need to look for it. |
| 544 | for (auto& blockFlow : childrenOfType<RenderBlockFlow>(*this)) { |
| 545 | if (blockFlow.isFloatingOrOutOfFlowPositioned()) |
| 546 | continue; |
| 547 | if (blockFlow.lowestFloatLogicalBottom() + blockFlow.logicalTop() > newHeight) |
| 548 | addOverhangingFloats(blockFlow, false); |
| 549 | } |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 550 | } |
| 551 | } |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 552 | |
| 553 | bool heightChanged = (previousHeight != newHeight); |
| 554 | if (heightChanged) |
| 555 | relayoutChildren = true; |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 556 | layoutPositionedObjects(relayoutChildren || isDocumentElementRenderer()); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 557 | } |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 558 | // Add overflow from children (unless we're multi-column, since in that case all our child overflow is clipped anyway). |
| 559 | computeOverflow(oldClientAfterEdge); |
| 560 | |
| 561 | fitBorderToLinesIfNeeded(); |
| 562 | |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 563 | auto* state = view().frameView().layoutContext().layoutState(); |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 564 | if (state && state->pageLogicalHeight()) |
zalan@apple.com | 85ab1ec | 2017-11-07 21:36:07 +0000 | [diff] [blame] | 565 | setPageLogicalOffset(state->pageLogicalOffset(this, logicalTop())); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 566 | |
| 567 | updateLayerTransform(); |
| 568 | |
| 569 | // Update our scroll information if we're overflow:auto/scroll/hidden now that we know if |
| 570 | // we overflow or not. |
| 571 | updateScrollInfoAfterLayout(); |
| 572 | |
| 573 | // FIXME: This repaint logic should be moved into a separate helper function! |
| 574 | // Repaint with our new bounds if they are different from our old bounds. |
| 575 | bool didFullRepaint = repainter.repaintAfterLayout(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 576 | if (!didFullRepaint && repaintLogicalTop != repaintLogicalBottom && (styleToUse.visibility() == Visibility::Visible || enclosingLayer()->hasVisibleContent())) { |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 577 | // FIXME: We could tighten up the left and right invalidation points if we let layoutInlineChildren fill them in based off the particular lines |
| 578 | // it had to lay out. We wouldn't need the hasOverflowClip() hack in that case either. |
| 579 | LayoutUnit repaintLogicalLeft = logicalLeftVisualOverflow(); |
| 580 | LayoutUnit repaintLogicalRight = logicalRightVisualOverflow(); |
| 581 | if (hasOverflowClip()) { |
| 582 | // If we have clipped overflow, we should use layout overflow as well, since visual overflow from lines didn't propagate to our block's overflow. |
| 583 | // Note the old code did this as well but even for overflow:visible. The addition of hasOverflowClip() at least tightens up the hack a bit. |
| 584 | // layoutInlineChildren should be patched to compute the entire repaint rect. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 585 | repaintLogicalLeft = std::min(repaintLogicalLeft, logicalLeftLayoutOverflow()); |
| 586 | repaintLogicalRight = std::max(repaintLogicalRight, logicalRightLayoutOverflow()); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 587 | } |
| 588 | |
| 589 | LayoutRect repaintRect; |
| 590 | if (isHorizontalWritingMode()) |
| 591 | repaintRect = LayoutRect(repaintLogicalLeft, repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop); |
| 592 | else |
| 593 | repaintRect = LayoutRect(repaintLogicalTop, repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft); |
| 594 | |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 595 | if (hasOverflowClip()) { |
| 596 | // Adjust repaint rect for scroll offset |
simon.fraser@apple.com | 24e03ba | 2016-05-11 04:48:08 +0000 | [diff] [blame] | 597 | repaintRect.moveBy(-scrollPosition()); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 598 | |
| 599 | // Don't allow this rect to spill out of our overflow box. |
| 600 | repaintRect.intersect(LayoutRect(LayoutPoint(), size())); |
| 601 | } |
| 602 | |
| 603 | // Make sure the rect is still non-empty after intersecting for overflow above |
| 604 | if (!repaintRect.isEmpty()) { |
| 605 | repaintRectangle(repaintRect); // We need to do a partial repaint of our content. |
| 606 | if (hasReflection()) |
| 607 | repaintRectangle(reflectedRect(repaintRect)); |
| 608 | } |
| 609 | } |
| 610 | |
antti@apple.com | ca2a8ff | 2013-10-04 04:04:35 +0000 | [diff] [blame] | 611 | clearNeedsLayout(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 612 | } |
| 613 | |
| 614 | void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom) |
| 615 | { |
| 616 | dirtyForLayoutFromPercentageHeightDescendants(); |
| 617 | |
| 618 | LayoutUnit beforeEdge = borderAndPaddingBefore(); |
| 619 | LayoutUnit afterEdge = borderAndPaddingAfter() + scrollbarLogicalHeight(); |
| 620 | |
| 621 | setLogicalHeight(beforeEdge); |
| 622 | |
| 623 | // Lay out our hypothetical grid line as though it occurs at the top of the block. |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 624 | if (view().frameView().layoutContext().layoutState()->lineGrid() == this) |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 625 | layoutLineGridBox(); |
| 626 | |
| 627 | // The margin struct caches all our current margin collapsing state. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 628 | MarginInfo marginInfo(*this, beforeEdge, afterEdge); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 629 | |
| 630 | // Fieldsets need to find their legend and position it inside the border of the object. |
| 631 | // The legend then gets skipped during normal layout. The same is true for ruby text. |
| 632 | // It doesn't get included in the normal layout process but is instead skipped. |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 633 | layoutExcludedChildren(relayoutChildren); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 634 | |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 635 | LayoutUnit previousFloatLogicalBottom; |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 636 | maxFloatLogicalBottom = 0; |
| 637 | |
| 638 | RenderBox* next = firstChildBox(); |
| 639 | |
| 640 | while (next) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 641 | RenderBox& child = *next; |
| 642 | next = child.nextSiblingBox(); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 643 | |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 644 | if (child.isExcludedFromNormalLayout()) |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 645 | continue; // Skip this child, since it will be positioned by the specialized subclass (fieldsets and ruby runs). |
| 646 | |
| 647 | updateBlockChildDirtyBitsBeforeLayout(relayoutChildren, child); |
| 648 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 649 | if (child.isOutOfFlowPositioned()) { |
| 650 | child.containingBlock()->insertPositionedObject(child); |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 651 | adjustPositionedBlock(child, marginInfo); |
| 652 | continue; |
| 653 | } |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 654 | if (child.isFloating()) { |
hyatt@apple.com | c9b1aef | 2013-09-09 20:23:21 +0000 | [diff] [blame] | 655 | insertFloatingObject(child); |
| 656 | adjustFloatingBlock(marginInfo); |
| 657 | continue; |
| 658 | } |
| 659 | |
| 660 | // Lay out the child. |
| 661 | layoutBlockChild(child, marginInfo, previousFloatLogicalBottom, maxFloatLogicalBottom); |
| 662 | } |
| 663 | |
| 664 | // Now do the handling of the bottom of the block, adding in our bottom border/padding and |
| 665 | // determining the correct collapsed bottom margin information. |
| 666 | handleAfterSideOfBlock(beforeEdge, afterEdge, marginInfo); |
| 667 | } |
| 668 | |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 669 | void RenderBlockFlow::layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom) |
| 670 | { |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 671 | auto computeLineLayoutPath = [&] { |
antti@apple.com | a6e9e51 | 2020-01-15 15:46:09 +0000 | [diff] [blame] | 672 | bool canUseSimpleLines = SimpleLineLayout::canUseFor(*this); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 673 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
antti@apple.com | a6e9e51 | 2020-01-15 15:46:09 +0000 | [diff] [blame] | 674 | if (LayoutIntegration::LineLayout::canUseFor(*this, canUseSimpleLines)) |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 675 | return LayoutFormattingContextPath; |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 676 | #endif |
antti@apple.com | a6e9e51 | 2020-01-15 15:46:09 +0000 | [diff] [blame] | 677 | if (canUseSimpleLines) |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 678 | return SimpleLinesPath; |
antti@apple.com | a6e9e51 | 2020-01-15 15:46:09 +0000 | [diff] [blame] | 679 | |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 680 | return LineBoxesPath; |
| 681 | }; |
| 682 | |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 683 | if (lineLayoutPath() == UndeterminedPath) |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 684 | setLineLayoutPath(computeLineLayoutPath()); |
antti@apple.com | 42fb53d | 2013-10-25 02:33:11 +0000 | [diff] [blame] | 685 | |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 686 | if (lineLayoutPath() == SimpleLinesPath) { |
zalan@apple.com | e37da96 | 2014-12-11 03:29:29 +0000 | [diff] [blame] | 687 | layoutSimpleLines(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 688 | return; |
| 689 | } |
| 690 | |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 691 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 692 | if (lineLayoutPath() == LayoutFormattingContextPath) { |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 693 | layoutLFCLines(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
| 694 | return; |
| 695 | } |
| 696 | #endif |
| 697 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 698 | if (!complexLineLayout()) |
| 699 | m_lineLayout = makeUnique<ComplexLineLayout>(*this); |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 700 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 701 | complexLineLayout()->layoutLineBoxes(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 702 | } |
| 703 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 704 | void RenderBlockFlow::layoutBlockChild(RenderBox& child, MarginInfo& marginInfo, LayoutUnit& previousFloatLogicalBottom, LayoutUnit& maxFloatLogicalBottom) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 705 | { |
| 706 | LayoutUnit oldPosMarginBefore = maxPositiveMarginBefore(); |
| 707 | LayoutUnit oldNegMarginBefore = maxNegativeMarginBefore(); |
| 708 | |
| 709 | // The child is a normal flow object. Compute the margins we will use for collapsing now. |
mmaxfield@apple.com | 09804f4 | 2016-03-23 00:58:34 +0000 | [diff] [blame] | 710 | child.computeAndSetBlockDirectionMargins(*this); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 711 | |
| 712 | // Try to guess our correct logical top position. In most cases this guess will |
| 713 | // be correct. Only if we're wrong (when we compute the real logical top position) |
| 714 | // will we have to potentially relayout. |
| 715 | LayoutUnit estimateWithoutPagination; |
| 716 | LayoutUnit logicalTopEstimate = estimateLogicalTopPosition(child, marginInfo, estimateWithoutPagination); |
| 717 | |
| 718 | // Cache our old rect so that we can dirty the proper repaint rects if the child moves. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 719 | LayoutRect oldRect = child.frameRect(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 720 | LayoutUnit oldLogicalTop = logicalTopForChild(child); |
| 721 | |
mark.lam@apple.com | 6572436 | 2020-01-06 22:24:50 +0000 | [diff] [blame] | 722 | #if ASSERT_ENABLED |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 723 | LayoutSize oldLayoutDelta = view().frameView().layoutContext().layoutDelta(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 724 | #endif |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 725 | // Position the child as though it didn't collapse with the top. |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 726 | setLogicalTopForChild(child, logicalTopEstimate, ApplyLayoutDelta); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 727 | estimateFragmentRangeForBoxChild(child); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 728 | |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 729 | RenderBlockFlow* childBlockFlow = is<RenderBlockFlow>(child) ? &downcast<RenderBlockFlow>(child) : nullptr; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 730 | bool markDescendantsWithFloats = false; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 731 | if (logicalTopEstimate != oldLogicalTop && !child.avoidsFloats() && childBlockFlow && childBlockFlow->containsFloats()) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 732 | markDescendantsWithFloats = true; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 733 | else if (UNLIKELY(logicalTopEstimate.mightBeSaturated())) |
| 734 | // logicalTopEstimate, returned by estimateLogicalTopPosition, might be saturated for |
| 735 | // very large elements. If it does the comparison with oldLogicalTop might yield a |
| 736 | // false negative as adding and removing margins, borders etc from a saturated number |
| 737 | // might yield incorrect results. If this is the case always mark for layout. |
| 738 | markDescendantsWithFloats = true; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 739 | else if (!child.avoidsFloats() || child.shrinkToAvoidFloats()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 740 | // If an element might be affected by the presence of floats, then always mark it for |
| 741 | // layout. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 742 | LayoutUnit fb = std::max(previousFloatLogicalBottom, lowestFloatLogicalBottom()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 743 | if (fb > logicalTopEstimate) |
| 744 | markDescendantsWithFloats = true; |
| 745 | } |
| 746 | |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 747 | if (childBlockFlow) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 748 | if (markDescendantsWithFloats) |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 749 | childBlockFlow->markAllDescendantsWithFloatsForLayout(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 750 | if (!child.isWritingModeRoot()) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 751 | previousFloatLogicalBottom = std::max(previousFloatLogicalBottom, oldLogicalTop + childBlockFlow->lowestFloatLogicalBottom()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 752 | } |
| 753 | |
hyatt@apple.com | ccad374 | 2015-02-04 21:39:00 +0000 | [diff] [blame] | 754 | child.markForPaginationRelayoutIfNeeded(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 755 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 756 | bool childHadLayout = child.everHadLayout(); |
| 757 | bool childNeededLayout = child.needsLayout(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 758 | if (childNeededLayout) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 759 | child.layout(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 760 | |
| 761 | // Cache if we are at the top of the block right now. |
| 762 | bool atBeforeSideOfBlock = marginInfo.atBeforeSideOfBlock(); |
| 763 | |
| 764 | // Now determine the correct ypos based off examination of collapsing margin |
| 765 | // values. |
| 766 | LayoutUnit logicalTopBeforeClear = collapseMargins(child, marginInfo); |
| 767 | |
| 768 | // Now check for clear. |
| 769 | LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear); |
| 770 | |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 771 | bool paginated = view().frameView().layoutContext().layoutState()->isPaginated(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 772 | if (paginated) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 773 | logicalTopAfterClear = adjustBlockChildForPagination(logicalTopAfterClear, estimateWithoutPagination, child, atBeforeSideOfBlock && logicalTopBeforeClear == logicalTopAfterClear); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 774 | |
| 775 | setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelta); |
| 776 | |
| 777 | // Now we have a final top position. See if it really does end up being different from our estimate. |
| 778 | // clearFloatsIfNeeded can also mark the child as needing a layout even though we didn't move. This happens |
| 779 | // when collapseMargins dynamically adds overhanging floats because of a child with negative margins. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 780 | if (logicalTopAfterClear != logicalTopEstimate || child.needsLayout() || (paginated && childBlockFlow && childBlockFlow->shouldBreakAtLineToAvoidWidow())) { |
| 781 | if (child.shrinkToAvoidFloats()) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 782 | // The child's width depends on the line width. When the child shifts to clear an item, its width can |
| 783 | // change (because it has more available line width). So mark the item as dirty. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 784 | child.setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 785 | } |
| 786 | |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 787 | if (childBlockFlow) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 788 | if (!child.avoidsFloats() && childBlockFlow->containsFloats()) |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 789 | childBlockFlow->markAllDescendantsWithFloatsForLayout(); |
hyatt@apple.com | ccad374 | 2015-02-04 21:39:00 +0000 | [diff] [blame] | 790 | child.markForPaginationRelayoutIfNeeded(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 791 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 792 | } |
| 793 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 794 | if (updateFragmentRangeForBoxChild(child)) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 795 | child.setNeedsLayout(MarkOnlyThis); |
abucur@adobe.com | eaf5e22 | 2014-05-14 14:35:07 +0000 | [diff] [blame] | 796 | |
| 797 | // In case our guess was wrong, relayout the child. |
| 798 | child.layoutIfNeeded(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 799 | |
| 800 | // We are no longer at the top of the block if we encounter a non-empty child. |
| 801 | // This has to be done after checking for clear, so that margins can be reset if a clear occurred. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 802 | if (marginInfo.atBeforeSideOfBlock() && !child.isSelfCollapsingBlock()) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 803 | marginInfo.setAtBeforeSideOfBlock(false); |
| 804 | |
| 805 | // Now place the child in the correct left position |
| 806 | determineLogicalLeftPositionForChild(child, ApplyLayoutDelta); |
| 807 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 808 | // Update our height now that the child has been placed in the correct position. |
stavila@adobe.com | b0d86c4 | 2014-04-09 17:07:50 +0000 | [diff] [blame] | 809 | setLogicalHeight(logicalHeight() + logicalHeightForChildForFragmentation(child)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 810 | if (mustSeparateMarginAfterForChild(child)) { |
| 811 | setLogicalHeight(logicalHeight() + marginAfterForChild(child)); |
| 812 | marginInfo.clearMargin(); |
| 813 | } |
| 814 | // If the child has overhanging floats that intrude into following siblings (or possibly out |
| 815 | // of this block), then the parent gets notified of the floats now. |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 816 | if (childBlockFlow && childBlockFlow->containsFloats()) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 817 | maxFloatLogicalBottom = std::max(maxFloatLogicalBottom, addOverhangingFloats(*childBlockFlow, !childNeededLayout)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 818 | |
zoltan@webkit.org | 7d4f8cc | 2014-03-26 18:20:15 +0000 | [diff] [blame] | 819 | LayoutSize childOffset = child.location() - oldRect.location(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 820 | if (childOffset.width() || childOffset.height()) { |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 821 | view().frameView().layoutContext().addLayoutDelta(childOffset); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 822 | |
| 823 | // If the child moved, we have to repaint it as well as any floating/positioned |
| 824 | // descendants. An exception is if we need a layout. In this case, we know we're going to |
| 825 | // repaint ourselves (and the child) anyway. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 826 | if (childHadLayout && !selfNeedsLayout() && child.checkForRepaintDuringLayout()) |
| 827 | child.repaintDuringLayoutIfMoved(oldRect); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 828 | } |
| 829 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 830 | if (!childHadLayout && child.checkForRepaintDuringLayout()) { |
| 831 | child.repaint(); |
| 832 | child.repaintOverhangingFloats(true); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 833 | } |
| 834 | |
| 835 | if (paginated) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 836 | if (RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow()) |
| 837 | fragmentedFlow->fragmentedFlowDescendantBoxLaidOut(&child); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 838 | // Check for an after page/column break. |
| 839 | LayoutUnit newHeight = applyAfterBreak(child, logicalHeight(), marginInfo); |
| 840 | if (newHeight != height()) |
| 841 | setLogicalHeight(newHeight); |
| 842 | } |
| 843 | |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 844 | ASSERT(view().frameView().layoutContext().layoutDeltaMatches(oldLayoutDelta)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 845 | } |
| 846 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 847 | void RenderBlockFlow::adjustPositionedBlock(RenderBox& child, const MarginInfo& marginInfo) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 848 | { |
| 849 | bool isHorizontal = isHorizontalWritingMode(); |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 850 | bool hasStaticBlockPosition = child.style().hasStaticBlockPosition(isHorizontal); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 851 | |
| 852 | LayoutUnit logicalTop = logicalHeight(); |
zalan@apple.com | 4d97a00 | 2016-02-24 17:13:33 +0000 | [diff] [blame] | 853 | updateStaticInlinePositionForChild(child, logicalTop, DoNotIndentText); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 854 | |
| 855 | if (!marginInfo.canCollapseWithMarginBefore()) { |
| 856 | // Positioned blocks don't collapse margins, so add the margin provided by |
| 857 | // the container now. The child's own margin is added later when calculating its logical top. |
| 858 | LayoutUnit collapsedBeforePos = marginInfo.positiveMargin(); |
| 859 | LayoutUnit collapsedBeforeNeg = marginInfo.negativeMargin(); |
| 860 | logicalTop += collapsedBeforePos - collapsedBeforeNeg; |
| 861 | } |
| 862 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 863 | RenderLayer* childLayer = child.layer(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 864 | if (childLayer->staticBlockPosition() != logicalTop) { |
| 865 | childLayer->setStaticBlockPosition(logicalTop); |
| 866 | if (hasStaticBlockPosition) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 867 | child.setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 868 | } |
| 869 | } |
| 870 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 871 | LayoutUnit RenderBlockFlow::marginOffsetForSelfCollapsingBlock() |
| 872 | { |
| 873 | ASSERT(isSelfCollapsingBlock()); |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 874 | RenderBlockFlow* parentBlock = downcast<RenderBlockFlow>(parent()); |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 875 | if (parentBlock && style().clear() != Clear::None && parentBlock->getClearDelta(*this, logicalHeight())) |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 876 | return marginValuesForChild(*this).positiveMarginBefore(); |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 877 | return 0_lu; |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 878 | } |
| 879 | |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 880 | void RenderBlockFlow::determineLogicalLeftPositionForChild(RenderBox& child, ApplyLayoutDeltaMode applyDelta) |
| 881 | { |
| 882 | LayoutUnit startPosition = borderStart() + paddingStart(); |
mmaxfield@apple.com | 4195a70 | 2016-04-27 01:25:26 +0000 | [diff] [blame] | 883 | if (shouldPlaceBlockDirectionScrollbarOnLeft()) |
mmaxfield@apple.com | af573be | 2016-03-12 21:18:25 +0000 | [diff] [blame] | 884 | startPosition += (style().isLeftToRightDirection() ? 1 : -1) * verticalScrollbarWidth(); |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 885 | LayoutUnit totalAvailableLogicalWidth = borderAndPaddingLogicalWidth() + availableLogicalWidth(); |
| 886 | |
| 887 | // Add in our start margin. |
| 888 | LayoutUnit childMarginStart = marginStartForChild(child); |
| 889 | LayoutUnit newPosition = startPosition + childMarginStart; |
| 890 | |
| 891 | // Some objects (e.g., tables, horizontal rules, overflow:auto blocks) avoid floats. They need |
| 892 | // to shift over as necessary to dodge any floats that might get in the way. |
antti@apple.com | eae7612 | 2017-09-20 15:37:23 +0000 | [diff] [blame] | 893 | if (child.avoidsFloats() && containsFloats()) |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 894 | newPosition += computeStartPositionDeltaForChildAvoidingFloats(child, marginStartForChild(child)); |
| 895 | |
| 896 | setLogicalLeftForChild(child, style().isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), applyDelta); |
| 897 | } |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 898 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 899 | void RenderBlockFlow::adjustFloatingBlock(const MarginInfo& marginInfo) |
| 900 | { |
| 901 | // The float should be positioned taking into account the bottom margin |
| 902 | // of the previous flow. We add that margin into the height, get the |
| 903 | // float positioned properly, and then subtract the margin out of the |
| 904 | // height again. In the case of self-collapsing blocks, we always just |
| 905 | // use the top margins, since the self-collapsing block collapsed its |
| 906 | // own bottom margin into its top margin. |
| 907 | // |
| 908 | // Note also that the previous flow may collapse its margin into the top of |
| 909 | // our block. If this is the case, then we do not add the margin in to our |
| 910 | // height when computing the position of the float. This condition can be tested |
| 911 | // for by simply calling canCollapseWithMarginBefore. See |
| 912 | // http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/046.html for |
| 913 | // an example of this scenario. |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 914 | LayoutUnit marginOffset = marginInfo.canCollapseWithMarginBefore() ? 0_lu : marginInfo.margin(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 915 | setLogicalHeight(logicalHeight() + marginOffset); |
| 916 | positionNewFloats(); |
| 917 | setLogicalHeight(logicalHeight() - marginOffset); |
| 918 | } |
| 919 | |
zalan@apple.com | 4d97a00 | 2016-02-24 17:13:33 +0000 | [diff] [blame] | 920 | void RenderBlockFlow::updateStaticInlinePositionForChild(RenderBox& child, LayoutUnit logicalTop, IndentTextOrNot shouldIndentText) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 921 | { |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 922 | if (child.style().isOriginalDisplayInlineType()) |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 923 | setStaticInlinePositionForChild(child, logicalTop, startAlignedOffsetForLine(logicalTop, shouldIndentText)); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 924 | else |
| 925 | setStaticInlinePositionForChild(child, logicalTop, startOffsetForContent(logicalTop)); |
| 926 | } |
| 927 | |
| 928 | void RenderBlockFlow::setStaticInlinePositionForChild(RenderBox& child, LayoutUnit blockOffset, LayoutUnit inlinePosition) |
| 929 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 930 | if (enclosingFragmentedFlow()) { |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 931 | // Shift the inline position to exclude the fragment offset. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 932 | inlinePosition += startOffsetForContent() - startOffsetForContent(blockOffset); |
| 933 | } |
| 934 | child.layer()->setStaticInlinePosition(inlinePosition); |
| 935 | } |
| 936 | |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 937 | LayoutUnit RenderBlockFlow::startAlignedOffsetForLine(LayoutUnit position, IndentTextOrNot shouldIndentText) |
| 938 | { |
| 939 | TextAlignMode textAlign = style().textAlign(); |
| 940 | bool shouldApplyIndentText = false; |
| 941 | switch (textAlign) { |
| 942 | case TextAlignMode::Left: |
| 943 | case TextAlignMode::WebKitLeft: |
| 944 | shouldApplyIndentText = style().isLeftToRightDirection(); |
| 945 | break; |
| 946 | case TextAlignMode::Right: |
| 947 | case TextAlignMode::WebKitRight: |
| 948 | shouldApplyIndentText = !style().isLeftToRightDirection(); |
| 949 | break; |
| 950 | case TextAlignMode::Start: |
| 951 | shouldApplyIndentText = true; |
| 952 | break; |
| 953 | default: |
| 954 | shouldApplyIndentText = false; |
| 955 | } |
| 956 | // <rdar://problem/15427571> |
| 957 | // https://bugs.webkit.org/show_bug.cgi?id=124522 |
| 958 | // This quirk is for legacy content that doesn't work properly with the center positioning scheme |
| 959 | // being honored (e.g., epubs). |
| 960 | if (shouldApplyIndentText || settings().useLegacyTextAlignPositionedElementBehavior()) // FIXME: Handle TextAlignMode::End here |
| 961 | return startOffsetForLine(position, shouldIndentText); |
| 962 | |
| 963 | // updateLogicalWidthForAlignment() handles the direction of the block so no need to consider it here |
| 964 | float totalLogicalWidth = 0; |
| 965 | float logicalLeft = logicalLeftOffsetForLine(logicalHeight(), DoNotIndentText); |
| 966 | float availableLogicalWidth = logicalRightOffsetForLine(logicalHeight(), DoNotIndentText) - logicalLeft; |
| 967 | |
| 968 | ComplexLineLayout::updateLogicalWidthForAlignment(*this, textAlign, nullptr, nullptr, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0); |
| 969 | |
| 970 | if (!style().isLeftToRightDirection()) |
| 971 | return LayoutUnit(logicalWidth() - logicalLeft); |
| 972 | |
| 973 | return LayoutUnit(logicalLeft); |
| 974 | } |
| 975 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 976 | RenderBlockFlow::MarginValues RenderBlockFlow::marginValuesForChild(RenderBox& child) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 977 | { |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 978 | LayoutUnit childBeforePositive; |
| 979 | LayoutUnit childBeforeNegative; |
| 980 | LayoutUnit childAfterPositive; |
| 981 | LayoutUnit childAfterNegative; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 982 | |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 983 | LayoutUnit beforeMargin; |
| 984 | LayoutUnit afterMargin; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 985 | |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 986 | RenderBlockFlow* childRenderBlock = is<RenderBlockFlow>(child) ? &downcast<RenderBlockFlow>(child) : nullptr; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 987 | |
| 988 | // If the child has the same directionality as we do, then we can just return its |
| 989 | // margins in the same direction. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 990 | if (!child.isWritingModeRoot()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 991 | if (childRenderBlock) { |
| 992 | childBeforePositive = childRenderBlock->maxPositiveMarginBefore(); |
| 993 | childBeforeNegative = childRenderBlock->maxNegativeMarginBefore(); |
| 994 | childAfterPositive = childRenderBlock->maxPositiveMarginAfter(); |
| 995 | childAfterNegative = childRenderBlock->maxNegativeMarginAfter(); |
| 996 | } else { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 997 | beforeMargin = child.marginBefore(); |
| 998 | afterMargin = child.marginAfter(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 999 | } |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1000 | } else if (child.isHorizontalWritingMode() == isHorizontalWritingMode()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1001 | // The child has a different directionality. If the child is parallel, then it's just |
| 1002 | // flipped relative to us. We can use the margins for the opposite edges. |
| 1003 | if (childRenderBlock) { |
| 1004 | childBeforePositive = childRenderBlock->maxPositiveMarginAfter(); |
| 1005 | childBeforeNegative = childRenderBlock->maxNegativeMarginAfter(); |
| 1006 | childAfterPositive = childRenderBlock->maxPositiveMarginBefore(); |
| 1007 | childAfterNegative = childRenderBlock->maxNegativeMarginBefore(); |
| 1008 | } else { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1009 | beforeMargin = child.marginAfter(); |
| 1010 | afterMargin = child.marginBefore(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1011 | } |
| 1012 | } else { |
| 1013 | // The child is perpendicular to us, which means its margins don't collapse but are on the |
| 1014 | // "logical left/right" sides of the child box. We can just return the raw margin in this case. |
| 1015 | beforeMargin = marginBeforeForChild(child); |
| 1016 | afterMargin = marginAfterForChild(child); |
| 1017 | } |
| 1018 | |
| 1019 | // Resolve uncollapsing margins into their positive/negative buckets. |
| 1020 | if (beforeMargin) { |
| 1021 | if (beforeMargin > 0) |
| 1022 | childBeforePositive = beforeMargin; |
| 1023 | else |
| 1024 | childBeforeNegative = -beforeMargin; |
| 1025 | } |
| 1026 | if (afterMargin) { |
| 1027 | if (afterMargin > 0) |
| 1028 | childAfterPositive = afterMargin; |
| 1029 | else |
| 1030 | childAfterNegative = -afterMargin; |
| 1031 | } |
| 1032 | |
| 1033 | return MarginValues(childBeforePositive, childBeforeNegative, childAfterPositive, childAfterNegative); |
| 1034 | } |
| 1035 | |
hyatt@apple.com | 72311dc | 2015-09-10 22:15:46 +0000 | [diff] [blame] | 1036 | bool RenderBlockFlow::childrenPreventSelfCollapsing() const |
| 1037 | { |
| 1038 | if (!childrenInline()) |
| 1039 | return RenderBlock::childrenPreventSelfCollapsing(); |
| 1040 | |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 1041 | return hasLines(); |
hyatt@apple.com | 72311dc | 2015-09-10 22:15:46 +0000 | [diff] [blame] | 1042 | } |
| 1043 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1044 | LayoutUnit RenderBlockFlow::collapseMargins(RenderBox& child, MarginInfo& marginInfo) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1045 | { |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1046 | return collapseMarginsWithChildInfo(&child, child.previousSibling(), marginInfo); |
| 1047 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1048 | |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1049 | LayoutUnit RenderBlockFlow::collapseMarginsWithChildInfo(RenderBox* child, RenderObject* prevSibling, MarginInfo& marginInfo) |
| 1050 | { |
| 1051 | bool childDiscardMarginBefore = child ? mustDiscardMarginBeforeForChild(*child) : false; |
| 1052 | bool childDiscardMarginAfter = child ? mustDiscardMarginAfterForChild(*child) : false; |
| 1053 | bool childIsSelfCollapsing = child ? child->isSelfCollapsingBlock() : false; |
| 1054 | bool beforeQuirk = child ? hasMarginBeforeQuirk(*child) : false; |
| 1055 | bool afterQuirk = child ? hasMarginAfterQuirk(*child) : false; |
| 1056 | |
rmorisset@apple.com | ab64b6c | 2017-10-09 16:49:13 +0000 | [diff] [blame] | 1057 | // The child discards the before margin when the after margin has discarded in the case of a self collapsing block. |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1058 | childDiscardMarginBefore = childDiscardMarginBefore || (childDiscardMarginAfter && childIsSelfCollapsing); |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1059 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1060 | // Get the four margin values for the child and cache them. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1061 | const MarginValues childMargins = child ? marginValuesForChild(*child) : MarginValues(0, 0, 0, 0); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1062 | |
| 1063 | // Get our max pos and neg top margins. |
| 1064 | LayoutUnit posTop = childMargins.positiveMarginBefore(); |
| 1065 | LayoutUnit negTop = childMargins.negativeMarginBefore(); |
| 1066 | |
| 1067 | // For self-collapsing blocks, collapse our bottom margins into our |
| 1068 | // top to get new posTop and negTop values. |
| 1069 | if (childIsSelfCollapsing) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1070 | posTop = std::max(posTop, childMargins.positiveMarginAfter()); |
| 1071 | negTop = std::max(negTop, childMargins.negativeMarginAfter()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1072 | } |
| 1073 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1074 | if (marginInfo.canCollapseWithMarginBefore()) { |
| 1075 | if (!childDiscardMarginBefore && !marginInfo.discardMargin()) { |
| 1076 | // This child is collapsing with the top of the |
| 1077 | // block. If it has larger margin values, then we need to update |
| 1078 | // our own maximal values. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1079 | if (!document().inQuirksMode() || !marginInfo.quirkContainer() || !beforeQuirk) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1080 | setMaxMarginBeforeValues(std::max(posTop, maxPositiveMarginBefore()), std::max(negTop, maxNegativeMarginBefore())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1081 | |
| 1082 | // The minute any of the margins involved isn't a quirk, don't |
| 1083 | // collapse it away, even if the margin is smaller (www.webreference.com |
| 1084 | // has an example of this, a <dt> with 0.8em author-specified inside |
| 1085 | // a <dl> inside a <td>. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1086 | if (!marginInfo.determinedMarginBeforeQuirk() && !beforeQuirk && (posTop - negTop)) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1087 | setHasMarginBeforeQuirk(false); |
| 1088 | marginInfo.setDeterminedMarginBeforeQuirk(true); |
| 1089 | } |
| 1090 | |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1091 | if (!marginInfo.determinedMarginBeforeQuirk() && beforeQuirk && !marginBefore()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1092 | // We have no top margin and our top child has a quirky margin. |
| 1093 | // We will pick up this quirky margin and pass it through. |
| 1094 | // This deals with the <td><div><p> case. |
| 1095 | // Don't do this for a block that split two inlines though. You do |
| 1096 | // still apply margins in this case. |
| 1097 | setHasMarginBeforeQuirk(true); |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1098 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1099 | } else |
| 1100 | // The before margin of the container will also discard all the margins it is collapsing with. |
| 1101 | setMustDiscardMarginBefore(); |
| 1102 | } |
| 1103 | |
| 1104 | // Once we find a child with discardMarginBefore all the margins collapsing with us must also discard. |
| 1105 | if (childDiscardMarginBefore) { |
| 1106 | marginInfo.setDiscardMargin(true); |
| 1107 | marginInfo.clearMargin(); |
| 1108 | } |
| 1109 | |
| 1110 | if (marginInfo.quirkContainer() && marginInfo.atBeforeSideOfBlock() && (posTop - negTop)) |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1111 | marginInfo.setHasMarginBeforeQuirk(beforeQuirk); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1112 | |
| 1113 | LayoutUnit beforeCollapseLogicalTop = logicalHeight(); |
| 1114 | LayoutUnit logicalTop = beforeCollapseLogicalTop; |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1115 | |
| 1116 | LayoutUnit clearanceForSelfCollapsingBlock; |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1117 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1118 | // If the child's previous sibling is a self-collapsing block that cleared a float then its top border edge has been set at the bottom border edge |
| 1119 | // of the float. Since we want to collapse the child's top margin with the self-collapsing block's top and bottom margins we need to adjust our parent's height to match the |
| 1120 | // margin top of the self-collapsing block. If the resulting collapsed margin leaves the child still intruding into the float then we will want to clear it. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1121 | if (!marginInfo.canCollapseWithMarginBefore() && is<RenderBlockFlow>(prevSibling) && downcast<RenderBlockFlow>(*prevSibling).isSelfCollapsingBlock()) { |
| 1122 | clearanceForSelfCollapsingBlock = downcast<RenderBlockFlow>(*prevSibling).marginOffsetForSelfCollapsingBlock(); |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1123 | setLogicalHeight(logicalHeight() - clearanceForSelfCollapsingBlock); |
| 1124 | } |
| 1125 | |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1126 | if (childIsSelfCollapsing) { |
| 1127 | // For a self collapsing block both the before and after margins get discarded. The block doesn't contribute anything to the height of the block. |
| 1128 | // Also, the child's top position equals the logical height of the container. |
| 1129 | if (!childDiscardMarginBefore && !marginInfo.discardMargin()) { |
| 1130 | // This child has no height. We need to compute our |
| 1131 | // position before we collapse the child's margins together, |
| 1132 | // so that we can get an accurate position for the zero-height block. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1133 | LayoutUnit collapsedBeforePos = std::max(marginInfo.positiveMargin(), childMargins.positiveMarginBefore()); |
| 1134 | LayoutUnit collapsedBeforeNeg = std::max(marginInfo.negativeMargin(), childMargins.negativeMarginBefore()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1135 | marginInfo.setMargin(collapsedBeforePos, collapsedBeforeNeg); |
| 1136 | |
| 1137 | // Now collapse the child's margins together, which means examining our |
| 1138 | // bottom margin values as well. |
| 1139 | marginInfo.setPositiveMarginIfLarger(childMargins.positiveMarginAfter()); |
| 1140 | marginInfo.setNegativeMarginIfLarger(childMargins.negativeMarginAfter()); |
| 1141 | |
| 1142 | if (!marginInfo.canCollapseWithMarginBefore()) |
| 1143 | // We need to make sure that the position of the self-collapsing block |
| 1144 | // is correct, since it could have overflowing content |
| 1145 | // that needs to be positioned correctly (e.g., a block that |
| 1146 | // had a specified height of 0 but that actually had subcontent). |
| 1147 | logicalTop = logicalHeight() + collapsedBeforePos - collapsedBeforeNeg; |
| 1148 | } |
| 1149 | } else { |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1150 | if (child && mustSeparateMarginBeforeForChild(*child)) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1151 | ASSERT(!marginInfo.discardMargin() || (marginInfo.discardMargin() && !marginInfo.margin())); |
| 1152 | // If we are at the before side of the block and we collapse, ignore the computed margin |
| 1153 | // and just add the child margin to the container height. This will correctly position |
| 1154 | // the child inside the container. |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 1155 | LayoutUnit separateMargin = !marginInfo.canCollapseWithMarginBefore() ? marginInfo.margin() : 0_lu; |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1156 | setLogicalHeight(logicalHeight() + separateMargin + marginBeforeForChild(*child)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1157 | logicalTop = logicalHeight(); |
| 1158 | } else if (!marginInfo.discardMargin() && (!marginInfo.atBeforeSideOfBlock() |
| 1159 | || (!marginInfo.canCollapseMarginBeforeWithChildren() |
| 1160 | && (!document().inQuirksMode() || !marginInfo.quirkContainer() || !marginInfo.hasMarginBeforeQuirk())))) { |
| 1161 | // We're collapsing with a previous sibling's margins and not |
| 1162 | // with the top of the block. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1163 | setLogicalHeight(logicalHeight() + std::max(marginInfo.positiveMargin(), posTop) - std::max(marginInfo.negativeMargin(), negTop)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1164 | logicalTop = logicalHeight(); |
| 1165 | } |
| 1166 | |
| 1167 | marginInfo.setDiscardMargin(childDiscardMarginAfter); |
| 1168 | |
| 1169 | if (!marginInfo.discardMargin()) { |
| 1170 | marginInfo.setPositiveMargin(childMargins.positiveMarginAfter()); |
| 1171 | marginInfo.setNegativeMargin(childMargins.negativeMarginAfter()); |
| 1172 | } else |
| 1173 | marginInfo.clearMargin(); |
| 1174 | |
| 1175 | if (marginInfo.margin()) |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1176 | marginInfo.setHasMarginAfterQuirk(afterQuirk); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1177 | } |
| 1178 | |
| 1179 | // If margins would pull us past the top of the next page, then we need to pull back and pretend like the margins |
| 1180 | // collapsed into the page edge. |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 1181 | auto* layoutState = view().frameView().layoutContext().layoutState(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1182 | if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseLogicalTop |
| 1183 | && hasNextPage(beforeCollapseLogicalTop)) { |
| 1184 | LayoutUnit oldLogicalTop = logicalTop; |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1185 | logicalTop = std::min(logicalTop, nextPageLogicalTop(beforeCollapseLogicalTop)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1186 | setLogicalHeight(logicalHeight() + (logicalTop - oldLogicalTop)); |
| 1187 | } |
| 1188 | |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1189 | if (is<RenderBlockFlow>(prevSibling) && !prevSibling->isFloatingOrOutOfFlowPositioned()) { |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1190 | // If |child| is a self-collapsing block it may have collapsed into a previous sibling and although it hasn't reduced the height of the parent yet |
| 1191 | // any floats from the parent will now overhang. |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1192 | RenderBlockFlow& block = downcast<RenderBlockFlow>(*prevSibling); |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1193 | LayoutUnit oldLogicalHeight = logicalHeight(); |
| 1194 | setLogicalHeight(logicalTop); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1195 | if (block.containsFloats() && !block.avoidsFloats() && (block.logicalTop() + block.lowestFloatLogicalBottom()) > logicalTop) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1196 | addOverhangingFloats(block, false); |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1197 | setLogicalHeight(oldLogicalHeight); |
| 1198 | |
| 1199 | // If |child|'s previous sibling is a self-collapsing block that cleared a float and margin collapsing resulted in |child| moving up |
| 1200 | // into the margin area of the self-collapsing block then the float it clears is now intruding into |child|. Layout again so that we can look for |
| 1201 | // floats in the parent that overhang |child|'s new logical top. |
| 1202 | bool logicalTopIntrudesIntoFloat = clearanceForSelfCollapsingBlock > 0 && logicalTop < beforeCollapseLogicalTop; |
hyatt@apple.com | 9a79c62 | 2015-09-15 18:38:18 +0000 | [diff] [blame] | 1203 | if (child && logicalTopIntrudesIntoFloat && containsFloats() && !child->avoidsFloats() && lowestFloatLogicalBottom() > logicalTop) |
| 1204 | child->setNeedsLayout(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1205 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1206 | |
| 1207 | return logicalTop; |
| 1208 | } |
| 1209 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1210 | LayoutUnit RenderBlockFlow::clearFloatsIfNeeded(RenderBox& child, MarginInfo& marginInfo, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1211 | { |
| 1212 | LayoutUnit heightIncrease = getClearDelta(child, yPos); |
| 1213 | if (!heightIncrease) |
| 1214 | return yPos; |
| 1215 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1216 | if (child.isSelfCollapsingBlock()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1217 | bool childDiscardMargin = mustDiscardMarginBeforeForChild(child) || mustDiscardMarginAfterForChild(child); |
| 1218 | |
| 1219 | // For self-collapsing blocks that clear, they can still collapse their |
| 1220 | // margins with following siblings. Reset the current margins to represent |
| 1221 | // the self-collapsing block's margins only. |
| 1222 | // If DISCARD is specified for -webkit-margin-collapse, reset the margin values. |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1223 | MarginValues childMargins = marginValuesForChild(child); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1224 | if (!childDiscardMargin) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1225 | marginInfo.setPositiveMargin(std::max(childMargins.positiveMarginBefore(), childMargins.positiveMarginAfter())); |
| 1226 | marginInfo.setNegativeMargin(std::max(childMargins.negativeMarginBefore(), childMargins.negativeMarginAfter())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1227 | } else |
| 1228 | marginInfo.clearMargin(); |
| 1229 | marginInfo.setDiscardMargin(childDiscardMargin); |
| 1230 | |
| 1231 | // CSS2.1 states: |
| 1232 | // "If the top and bottom margins of an element with clearance are adjoining, its margins collapse with |
| 1233 | // the adjoining margins of following siblings but that resulting margin does not collapse with the bottom margin of the parent block." |
| 1234 | // So the parent's bottom margin cannot collapse through this block or any subsequent self-collapsing blocks. Check subsequent siblings |
| 1235 | // for a block with height - if none is found then don't allow the margins to collapse with the parent. |
| 1236 | bool wouldCollapseMarginsWithParent = marginInfo.canCollapseMarginAfterWithChildren(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1237 | for (RenderBox* curr = child.nextSiblingBox(); curr && wouldCollapseMarginsWithParent; curr = curr->nextSiblingBox()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1238 | if (!curr->isFloatingOrOutOfFlowPositioned() && !curr->isSelfCollapsingBlock()) |
| 1239 | wouldCollapseMarginsWithParent = false; |
| 1240 | } |
| 1241 | if (wouldCollapseMarginsWithParent) |
| 1242 | marginInfo.setCanCollapseMarginAfterWithChildren(false); |
| 1243 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1244 | // For now set the border-top of |child| flush with the bottom border-edge of the float so it can layout any floating or positioned children of |
| 1245 | // its own at the correct vertical position. If subsequent siblings attempt to collapse with |child|'s margins in |collapseMargins| we will |
| 1246 | // adjust the height of the parent to |child|'s margin top (which if it is positive sits up 'inside' the float it's clearing) so that all three |
| 1247 | // margins can collapse at the correct vertical position. |
| 1248 | // Per CSS2.1 we need to ensure that any negative margin-top clears |child| beyond the bottom border-edge of the float so that the top border edge of the child |
| 1249 | // (i.e. its clearance) is at a position that satisfies the equation: "the amount of clearance is set so that clearance + margin-top = [height of float], |
| 1250 | // i.e., clearance = [height of float] - margin-top". |
| 1251 | setLogicalHeight(child.logicalTop() + childMargins.negativeMarginBefore()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1252 | } else |
| 1253 | // Increase our height by the amount we had to clear. |
| 1254 | setLogicalHeight(logicalHeight() + heightIncrease); |
| 1255 | |
| 1256 | if (marginInfo.canCollapseWithMarginBefore()) { |
| 1257 | // We can no longer collapse with the top of the block since a clear |
| 1258 | // occurred. The empty blocks collapse into the cleared block. |
| 1259 | // FIXME: This isn't quite correct. Need clarification for what to do |
| 1260 | // if the height the cleared block is offset by is smaller than the |
| 1261 | // margins involved. |
| 1262 | setMaxMarginBeforeValues(oldTopPosMargin, oldTopNegMargin); |
| 1263 | marginInfo.setAtBeforeSideOfBlock(false); |
| 1264 | |
| 1265 | // In case the child discarded the before margin of the block we need to reset the mustDiscardMarginBefore flag to the initial value. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1266 | setMustDiscardMarginBefore(style().marginBeforeCollapse() == MarginCollapse::Discard); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1267 | } |
| 1268 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1269 | return yPos + heightIncrease; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1270 | } |
| 1271 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1272 | void RenderBlockFlow::marginBeforeEstimateForChild(RenderBox& child, LayoutUnit& positiveMarginBefore, LayoutUnit& negativeMarginBefore, bool& discardMarginBefore) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1273 | { |
| 1274 | // Give up if in quirks mode and we're a body/table cell and the top margin of the child box is quirky. |
| 1275 | // Give up if the child specified -webkit-margin-collapse: separate that prevents collapsing. |
| 1276 | // FIXME: Use writing mode independent accessor for marginBeforeCollapse. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1277 | if ((document().inQuirksMode() && hasMarginAfterQuirk(child) && (isTableCell() || isBody())) || child.style().marginBeforeCollapse() == MarginCollapse::Separate) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1278 | return; |
| 1279 | |
| 1280 | // The margins are discarded by a child that specified -webkit-margin-collapse: discard. |
| 1281 | // FIXME: Use writing mode independent accessor for marginBeforeCollapse. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1282 | if (child.style().marginBeforeCollapse() == MarginCollapse::Discard) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1283 | positiveMarginBefore = 0; |
| 1284 | negativeMarginBefore = 0; |
| 1285 | discardMarginBefore = true; |
| 1286 | return; |
| 1287 | } |
| 1288 | |
| 1289 | LayoutUnit beforeChildMargin = marginBeforeForChild(child); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1290 | positiveMarginBefore = std::max(positiveMarginBefore, beforeChildMargin); |
| 1291 | negativeMarginBefore = std::max(negativeMarginBefore, -beforeChildMargin); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1292 | |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 1293 | if (!is<RenderBlockFlow>(child)) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1294 | return; |
| 1295 | |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 1296 | RenderBlockFlow& childBlock = downcast<RenderBlockFlow>(child); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1297 | if (childBlock.childrenInline() || childBlock.isWritingModeRoot()) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1298 | return; |
| 1299 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1300 | MarginInfo childMarginInfo(childBlock, childBlock.borderAndPaddingBefore(), childBlock.borderAndPaddingAfter()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1301 | if (!childMarginInfo.canCollapseMarginBeforeWithChildren()) |
| 1302 | return; |
| 1303 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1304 | RenderBox* grandchildBox = childBlock.firstChildBox(); |
| 1305 | for (; grandchildBox; grandchildBox = grandchildBox->nextSiblingBox()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1306 | if (!grandchildBox->isFloatingOrOutOfFlowPositioned()) |
| 1307 | break; |
| 1308 | } |
| 1309 | |
| 1310 | // Give up if there is clearance on the box, since it probably won't collapse into us. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1311 | if (!grandchildBox || grandchildBox->style().clear() != Clear::None) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1312 | return; |
| 1313 | |
| 1314 | // Make sure to update the block margins now for the grandchild box so that we're looking at current values. |
| 1315 | if (grandchildBox->needsLayout()) { |
mmaxfield@apple.com | 09804f4 | 2016-03-23 00:58:34 +0000 | [diff] [blame] | 1316 | grandchildBox->computeAndSetBlockDirectionMargins(*this); |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 1317 | if (is<RenderBlock>(*grandchildBox)) { |
| 1318 | RenderBlock& grandchildBlock = downcast<RenderBlock>(*grandchildBox); |
| 1319 | grandchildBlock.setHasMarginBeforeQuirk(grandchildBox->style().hasMarginBeforeQuirk()); |
| 1320 | grandchildBlock.setHasMarginAfterQuirk(grandchildBox->style().hasMarginAfterQuirk()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1321 | } |
| 1322 | } |
| 1323 | |
| 1324 | // Collapse the margin of the grandchild box with our own to produce an estimate. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1325 | childBlock.marginBeforeEstimateForChild(*grandchildBox, positiveMarginBefore, negativeMarginBefore, discardMarginBefore); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1326 | } |
| 1327 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1328 | LayoutUnit RenderBlockFlow::estimateLogicalTopPosition(RenderBox& child, const MarginInfo& marginInfo, LayoutUnit& estimateWithoutPagination) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1329 | { |
| 1330 | // FIXME: We need to eliminate the estimation of vertical position, because when it's wrong we sometimes trigger a pathological |
| 1331 | // relayout if there are intruding floats. |
| 1332 | LayoutUnit logicalTopEstimate = logicalHeight(); |
| 1333 | if (!marginInfo.canCollapseWithMarginBefore()) { |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 1334 | LayoutUnit positiveMarginBefore; |
| 1335 | LayoutUnit negativeMarginBefore; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1336 | bool discardMarginBefore = false; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1337 | if (child.selfNeedsLayout()) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1338 | // Try to do a basic estimation of how the collapse is going to go. |
| 1339 | marginBeforeEstimateForChild(child, positiveMarginBefore, negativeMarginBefore, discardMarginBefore); |
| 1340 | } else { |
| 1341 | // Use the cached collapsed margin values from a previous layout. Most of the time they |
| 1342 | // will be right. |
| 1343 | MarginValues marginValues = marginValuesForChild(child); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1344 | positiveMarginBefore = std::max(positiveMarginBefore, marginValues.positiveMarginBefore()); |
| 1345 | negativeMarginBefore = std::max(negativeMarginBefore, marginValues.negativeMarginBefore()); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1346 | discardMarginBefore = mustDiscardMarginBeforeForChild(child); |
| 1347 | } |
| 1348 | |
| 1349 | // Collapse the result with our current margins. |
| 1350 | if (!discardMarginBefore) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1351 | logicalTopEstimate += std::max(marginInfo.positiveMargin(), positiveMarginBefore) - std::max(marginInfo.negativeMargin(), negativeMarginBefore); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1352 | } |
| 1353 | |
| 1354 | // Adjust logicalTopEstimate down to the next page if the margins are so large that we don't fit on the current |
| 1355 | // page. |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 1356 | auto* layoutState = view().frameView().layoutContext().layoutState(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1357 | if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight() |
| 1358 | && hasNextPage(logicalHeight())) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1359 | logicalTopEstimate = std::min(logicalTopEstimate, nextPageLogicalTop(logicalHeight())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1360 | |
| 1361 | logicalTopEstimate += getClearDelta(child, logicalTopEstimate); |
| 1362 | |
| 1363 | estimateWithoutPagination = logicalTopEstimate; |
| 1364 | |
| 1365 | if (layoutState->isPaginated()) { |
| 1366 | // If the object has a page or column break value of "before", then we should shift to the top of the next page. |
| 1367 | logicalTopEstimate = applyBeforeBreak(child, logicalTopEstimate); |
| 1368 | |
| 1369 | // For replaced elements and scrolled elements, we want to shift them to the next page if they don't fit on the current one. |
| 1370 | logicalTopEstimate = adjustForUnsplittableChild(child, logicalTopEstimate); |
| 1371 | |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 1372 | if (!child.selfNeedsLayout() && is<RenderBlock>(child)) |
| 1373 | logicalTopEstimate += downcast<RenderBlock>(child).paginationStrut(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1374 | } |
| 1375 | |
| 1376 | return logicalTopEstimate; |
| 1377 | } |
| 1378 | |
| 1379 | void RenderBlockFlow::setCollapsedBottomMargin(const MarginInfo& marginInfo) |
| 1380 | { |
| 1381 | if (marginInfo.canCollapseWithMarginAfter() && !marginInfo.canCollapseWithMarginBefore()) { |
| 1382 | // Update the after side margin of the container to discard if the after margin of the last child also discards and we collapse with it. |
| 1383 | // Don't update the max margin values because we won't need them anyway. |
| 1384 | if (marginInfo.discardMargin()) { |
| 1385 | setMustDiscardMarginAfter(); |
| 1386 | return; |
| 1387 | } |
| 1388 | |
| 1389 | // Update our max pos/neg bottom margins, since we collapsed our bottom margins |
| 1390 | // with our children. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1391 | setMaxMarginAfterValues(std::max(maxPositiveMarginAfter(), marginInfo.positiveMargin()), std::max(maxNegativeMarginAfter(), marginInfo.negativeMargin())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1392 | |
| 1393 | if (!marginInfo.hasMarginAfterQuirk()) |
| 1394 | setHasMarginAfterQuirk(false); |
| 1395 | |
| 1396 | if (marginInfo.hasMarginAfterQuirk() && !marginAfter()) |
| 1397 | // We have no bottom margin and our last child has a quirky margin. |
| 1398 | // We will pick up this quirky margin and pass it through. |
| 1399 | // This deals with the <td><div><p> case. |
| 1400 | setHasMarginAfterQuirk(true); |
| 1401 | } |
| 1402 | } |
| 1403 | |
| 1404 | void RenderBlockFlow::handleAfterSideOfBlock(LayoutUnit beforeSide, LayoutUnit afterSide, MarginInfo& marginInfo) |
| 1405 | { |
| 1406 | marginInfo.setAtAfterSideOfBlock(true); |
| 1407 | |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1408 | // If our last child was a self-collapsing block with clearance then our logical height is flush with the |
| 1409 | // bottom edge of the float that the child clears. The correct vertical position for the margin-collapsing we want |
| 1410 | // to perform now is at the child's margin-top - so adjust our height to that position. |
| 1411 | RenderObject* lastBlock = lastChild(); |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 1412 | if (is<RenderBlockFlow>(lastBlock) && downcast<RenderBlockFlow>(*lastBlock).isSelfCollapsingBlock()) |
| 1413 | setLogicalHeight(logicalHeight() - downcast<RenderBlockFlow>(*lastBlock).marginOffsetForSelfCollapsingBlock()); |
robert@webkit.org | 97037ef | 2013-11-20 19:26:10 +0000 | [diff] [blame] | 1414 | |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 1415 | // If we can't collapse with children then add in the bottom margin. |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1416 | if (!marginInfo.discardMargin() && (!marginInfo.canCollapseWithMarginAfter() && !marginInfo.canCollapseWithMarginBefore() |
| 1417 | && (!document().inQuirksMode() || !marginInfo.quirkContainer() || !marginInfo.hasMarginAfterQuirk()))) |
| 1418 | setLogicalHeight(logicalHeight() + marginInfo.margin()); |
| 1419 | |
| 1420 | // Now add in our bottom border/padding. |
| 1421 | setLogicalHeight(logicalHeight() + afterSide); |
| 1422 | |
| 1423 | // Negative margins can cause our height to shrink below our minimal height (border/padding). |
| 1424 | // If this happens, ensure that the computed height is increased to the minimal height. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1425 | setLogicalHeight(std::max(logicalHeight(), beforeSide + afterSide)); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1426 | |
| 1427 | // Update our bottom collapsed margin info. |
| 1428 | setCollapsedBottomMargin(marginInfo); |
| 1429 | } |
| 1430 | |
| 1431 | void RenderBlockFlow::setMaxMarginBeforeValues(LayoutUnit pos, LayoutUnit neg) |
| 1432 | { |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1433 | if (!hasRareBlockFlowData()) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1434 | if (pos == RenderBlockFlowRareData::positiveMarginBeforeDefault(*this) && neg == RenderBlockFlowRareData::negativeMarginBeforeDefault(*this)) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1435 | return; |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1436 | materializeRareBlockFlowData(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1437 | } |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1438 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1439 | rareBlockFlowData()->m_margins.setPositiveMarginBefore(pos); |
| 1440 | rareBlockFlowData()->m_margins.setNegativeMarginBefore(neg); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1441 | } |
| 1442 | |
| 1443 | void RenderBlockFlow::setMaxMarginAfterValues(LayoutUnit pos, LayoutUnit neg) |
| 1444 | { |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1445 | if (!hasRareBlockFlowData()) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1446 | if (pos == RenderBlockFlowRareData::positiveMarginAfterDefault(*this) && neg == RenderBlockFlowRareData::negativeMarginAfterDefault(*this)) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1447 | return; |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1448 | materializeRareBlockFlowData(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1449 | } |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1450 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1451 | rareBlockFlowData()->m_margins.setPositiveMarginAfter(pos); |
| 1452 | rareBlockFlowData()->m_margins.setNegativeMarginAfter(neg); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1453 | } |
| 1454 | |
| 1455 | void RenderBlockFlow::setMustDiscardMarginBefore(bool value) |
| 1456 | { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1457 | if (style().marginBeforeCollapse() == MarginCollapse::Discard) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1458 | ASSERT(value); |
| 1459 | return; |
| 1460 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1461 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1462 | if (!hasRareBlockFlowData()) { |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1463 | if (!value) |
| 1464 | return; |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1465 | materializeRareBlockFlowData(); |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1466 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1467 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1468 | rareBlockFlowData()->m_discardMarginBefore = value; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1469 | } |
| 1470 | |
| 1471 | void RenderBlockFlow::setMustDiscardMarginAfter(bool value) |
| 1472 | { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1473 | if (style().marginAfterCollapse() == MarginCollapse::Discard) { |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1474 | ASSERT(value); |
| 1475 | return; |
| 1476 | } |
| 1477 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1478 | if (!hasRareBlockFlowData()) { |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1479 | if (!value) |
| 1480 | return; |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1481 | materializeRareBlockFlowData(); |
weinig@apple.com | 924a77a | 2013-11-11 00:22:38 +0000 | [diff] [blame] | 1482 | } |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1483 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1484 | rareBlockFlowData()->m_discardMarginAfter = value; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1485 | } |
| 1486 | |
| 1487 | bool RenderBlockFlow::mustDiscardMarginBefore() const |
| 1488 | { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1489 | return style().marginBeforeCollapse() == MarginCollapse::Discard || (hasRareBlockFlowData() && rareBlockFlowData()->m_discardMarginBefore); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1490 | } |
| 1491 | |
| 1492 | bool RenderBlockFlow::mustDiscardMarginAfter() const |
| 1493 | { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1494 | return style().marginAfterCollapse() == MarginCollapse::Discard || (hasRareBlockFlowData() && rareBlockFlowData()->m_discardMarginAfter); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1495 | } |
| 1496 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1497 | bool RenderBlockFlow::mustDiscardMarginBeforeForChild(const RenderBox& child) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1498 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1499 | ASSERT(!child.selfNeedsLayout()); |
| 1500 | if (!child.isWritingModeRoot()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1501 | return is<RenderBlockFlow>(child) ? downcast<RenderBlockFlow>(child).mustDiscardMarginBefore() : (child.style().marginBeforeCollapse() == MarginCollapse::Discard); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1502 | if (child.isHorizontalWritingMode() == isHorizontalWritingMode()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1503 | return is<RenderBlockFlow>(child) ? downcast<RenderBlockFlow>(child).mustDiscardMarginAfter() : (child.style().marginAfterCollapse() == MarginCollapse::Discard); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1504 | |
| 1505 | // FIXME: We return false here because the implementation is not geometrically complete. We have values only for before/after, not start/end. |
| 1506 | // In case the boxes are perpendicular we assume the property is not specified. |
| 1507 | return false; |
| 1508 | } |
| 1509 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1510 | bool RenderBlockFlow::mustDiscardMarginAfterForChild(const RenderBox& child) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1511 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1512 | ASSERT(!child.selfNeedsLayout()); |
| 1513 | if (!child.isWritingModeRoot()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1514 | return is<RenderBlockFlow>(child) ? downcast<RenderBlockFlow>(child).mustDiscardMarginAfter() : (child.style().marginAfterCollapse() == MarginCollapse::Discard); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1515 | if (child.isHorizontalWritingMode() == isHorizontalWritingMode()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1516 | return is<RenderBlockFlow>(child) ? downcast<RenderBlockFlow>(child).mustDiscardMarginBefore() : (child.style().marginBeforeCollapse() == MarginCollapse::Discard); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1517 | |
| 1518 | // FIXME: See |mustDiscardMarginBeforeForChild| above. |
| 1519 | return false; |
| 1520 | } |
| 1521 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1522 | bool RenderBlockFlow::mustSeparateMarginBeforeForChild(const RenderBox& child) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1523 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1524 | ASSERT(!child.selfNeedsLayout()); |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 1525 | const RenderStyle& childStyle = child.style(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1526 | if (!child.isWritingModeRoot()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1527 | return childStyle.marginBeforeCollapse() == MarginCollapse::Separate; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1528 | if (child.isHorizontalWritingMode() == isHorizontalWritingMode()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1529 | return childStyle.marginAfterCollapse() == MarginCollapse::Separate; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1530 | |
| 1531 | // FIXME: See |mustDiscardMarginBeforeForChild| above. |
| 1532 | return false; |
| 1533 | } |
| 1534 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1535 | bool RenderBlockFlow::mustSeparateMarginAfterForChild(const RenderBox& child) const |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1536 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1537 | ASSERT(!child.selfNeedsLayout()); |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 1538 | const RenderStyle& childStyle = child.style(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1539 | if (!child.isWritingModeRoot()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1540 | return childStyle.marginAfterCollapse() == MarginCollapse::Separate; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1541 | if (child.isHorizontalWritingMode() == isHorizontalWritingMode()) |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 1542 | return childStyle.marginBeforeCollapse() == MarginCollapse::Separate; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1543 | |
| 1544 | // FIXME: See |mustDiscardMarginBeforeForChild| above. |
| 1545 | return false; |
| 1546 | } |
| 1547 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1548 | static bool inNormalFlow(RenderBox& child) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1549 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1550 | RenderBlock* curr = child.containingBlock(); |
| 1551 | while (curr && curr != &child.view()) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1552 | if (curr->isRenderFragmentedFlow()) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1553 | return true; |
| 1554 | if (curr->isFloatingOrOutOfFlowPositioned()) |
| 1555 | return false; |
| 1556 | curr = curr->containingBlock(); |
| 1557 | } |
| 1558 | return true; |
| 1559 | } |
| 1560 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1561 | LayoutUnit RenderBlockFlow::applyBeforeBreak(RenderBox& child, LayoutUnit logicalOffset) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1562 | { |
| 1563 | // FIXME: Add page break checking here when we support printing. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1564 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 1565 | bool isInsideMulticolFlow = fragmentedFlow; |
| 1566 | bool checkColumnBreaks = fragmentedFlow && fragmentedFlow->shouldCheckColumnBreaks(); |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 1567 | bool checkPageBreaks = !checkColumnBreaks && view().frameView().layoutContext().layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this. |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1568 | bool checkFragmentBreaks = false; |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 1569 | bool checkBeforeAlways = (checkColumnBreaks && child.style().breakBefore() == BreakBetween::Column) |
antti@apple.com | 52d8383 | 2017-09-20 12:58:45 +0000 | [diff] [blame] | 1570 | || (checkPageBreaks && alwaysPageBreak(child.style().breakBefore())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1571 | if (checkBeforeAlways && inNormalFlow(child) && hasNextPage(logicalOffset, IncludePageBoundary)) { |
commit-queue@webkit.org | fd8f1a2 | 2014-01-20 19:55:59 +0000 | [diff] [blame] | 1572 | if (checkColumnBreaks) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1573 | if (isInsideMulticolFlow) |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1574 | checkFragmentBreaks = true; |
commit-queue@webkit.org | fd8f1a2 | 2014-01-20 19:55:59 +0000 | [diff] [blame] | 1575 | } |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1576 | if (checkFragmentBreaks) { |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 1577 | LayoutUnit offsetBreakAdjustment; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1578 | if (fragmentedFlow->addForcedFragmentBreak(this, offsetFromLogicalTopOfFirstPage() + logicalOffset, &child, true, &offsetBreakAdjustment)) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1579 | return logicalOffset + offsetBreakAdjustment; |
| 1580 | } |
| 1581 | return nextPageLogicalTop(logicalOffset, IncludePageBoundary); |
| 1582 | } |
| 1583 | return logicalOffset; |
| 1584 | } |
| 1585 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1586 | LayoutUnit RenderBlockFlow::applyAfterBreak(RenderBox& child, LayoutUnit logicalOffset, MarginInfo& marginInfo) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1587 | { |
| 1588 | // FIXME: Add page break checking here when we support printing. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1589 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 1590 | bool isInsideMulticolFlow = fragmentedFlow; |
| 1591 | bool checkColumnBreaks = fragmentedFlow && fragmentedFlow->shouldCheckColumnBreaks(); |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 1592 | bool checkPageBreaks = !checkColumnBreaks && view().frameView().layoutContext().layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this. |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1593 | bool checkFragmentBreaks = false; |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 1594 | bool checkAfterAlways = (checkColumnBreaks && child.style().breakAfter() == BreakBetween::Column) |
antti@apple.com | 52d8383 | 2017-09-20 12:58:45 +0000 | [diff] [blame] | 1595 | || (checkPageBreaks && alwaysPageBreak(child.style().breakAfter())); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1596 | if (checkAfterAlways && inNormalFlow(child) && hasNextPage(logicalOffset, IncludePageBoundary)) { |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 1597 | LayoutUnit marginOffset = marginInfo.canCollapseWithMarginBefore() ? 0_lu : marginInfo.margin(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1598 | |
| 1599 | // So our margin doesn't participate in the next collapsing steps. |
| 1600 | marginInfo.clearMargin(); |
| 1601 | |
commit-queue@webkit.org | fd8f1a2 | 2014-01-20 19:55:59 +0000 | [diff] [blame] | 1602 | if (checkColumnBreaks) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1603 | if (isInsideMulticolFlow) |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1604 | checkFragmentBreaks = true; |
commit-queue@webkit.org | fd8f1a2 | 2014-01-20 19:55:59 +0000 | [diff] [blame] | 1605 | } |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1606 | if (checkFragmentBreaks) { |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 1607 | LayoutUnit offsetBreakAdjustment; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1608 | if (fragmentedFlow->addForcedFragmentBreak(this, offsetFromLogicalTopOfFirstPage() + logicalOffset + marginOffset, &child, false, &offsetBreakAdjustment)) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1609 | return logicalOffset + marginOffset + offsetBreakAdjustment; |
| 1610 | } |
| 1611 | return nextPageLogicalTop(logicalOffset, IncludePageBoundary); |
| 1612 | } |
| 1613 | return logicalOffset; |
| 1614 | } |
| 1615 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1616 | LayoutUnit RenderBlockFlow::adjustBlockChildForPagination(LayoutUnit logicalTopAfterClear, LayoutUnit estimateWithoutPagination, RenderBox& child, bool atBeforeSideOfBlock) |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1617 | { |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 1618 | RenderBlock* childRenderBlock = is<RenderBlock>(child) ? &downcast<RenderBlock>(child) : nullptr; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1619 | |
| 1620 | if (estimateWithoutPagination != logicalTopAfterClear) { |
| 1621 | // Our guess prior to pagination movement was wrong. Before we attempt to paginate, let's try again at the new |
| 1622 | // position. |
| 1623 | setLogicalHeight(logicalTopAfterClear); |
| 1624 | setLogicalTopForChild(child, logicalTopAfterClear, ApplyLayoutDelta); |
| 1625 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1626 | if (child.shrinkToAvoidFloats()) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 1627 | // The child's width depends on the line width. When the child shifts to clear an item, its width can |
| 1628 | // change (because it has more available line width). So mark the item as dirty. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1629 | child.setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1630 | } |
| 1631 | |
| 1632 | if (childRenderBlock) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1633 | if (!child.avoidsFloats() && childRenderBlock->containsFloats()) |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 1634 | downcast<RenderBlockFlow>(*childRenderBlock).markAllDescendantsWithFloatsForLayout(); |
hyatt@apple.com | ccad374 | 2015-02-04 21:39:00 +0000 | [diff] [blame] | 1635 | child.markForPaginationRelayoutIfNeeded(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1636 | } |
| 1637 | |
| 1638 | // Our guess was wrong. Make the child lay itself out again. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1639 | child.layoutIfNeeded(); |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1640 | } |
| 1641 | |
| 1642 | LayoutUnit oldTop = logicalTopAfterClear; |
| 1643 | |
| 1644 | // If the object has a page or column break value of "before", then we should shift to the top of the next page. |
| 1645 | LayoutUnit result = applyBeforeBreak(child, logicalTopAfterClear); |
| 1646 | |
| 1647 | if (pageLogicalHeightForOffset(result)) { |
| 1648 | LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(result, ExcludePageBoundary); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 1649 | LayoutUnit spaceShortage = child.logicalHeight() - remainingLogicalHeight; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1650 | if (spaceShortage > 0) { |
| 1651 | // If the child crosses a column boundary, report a break, in case nothing inside it has already |
| 1652 | // done so. The column balancer needs to know how much it has to stretch the columns to make more |
| 1653 | // content fit. If no breaks are reported (but do occur), the balancer will have no clue. FIXME: |
| 1654 | // This should be improved, though, because here we just pretend that the child is |
| 1655 | // unsplittable. A splittable child, on the other hand, has break opportunities at every position |
| 1656 | // where there's no child content, border or padding. In other words, we risk stretching more |
| 1657 | // than necessary. |
| 1658 | setPageBreak(result, spaceShortage); |
| 1659 | } |
| 1660 | } |
| 1661 | |
| 1662 | // For replaced elements and scrolled elements, we want to shift them to the next page if they don't fit on the current one. |
| 1663 | LayoutUnit logicalTopBeforeUnsplittableAdjustment = result; |
| 1664 | LayoutUnit logicalTopAfterUnsplittableAdjustment = adjustForUnsplittableChild(child, result); |
| 1665 | |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 1666 | LayoutUnit paginationStrut; |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1667 | LayoutUnit unsplittableAdjustmentDelta = logicalTopAfterUnsplittableAdjustment - logicalTopBeforeUnsplittableAdjustment; |
| 1668 | if (unsplittableAdjustmentDelta) |
| 1669 | paginationStrut = unsplittableAdjustmentDelta; |
| 1670 | else if (childRenderBlock && childRenderBlock->paginationStrut()) |
| 1671 | paginationStrut = childRenderBlock->paginationStrut(); |
| 1672 | |
| 1673 | if (paginationStrut) { |
| 1674 | // We are willing to propagate out to our parent block as long as we were at the top of the block prior |
| 1675 | // to collapsing our margins, and as long as we didn't clear or move as a result of other pagination. |
| 1676 | if (atBeforeSideOfBlock && oldTop == result && !isOutOfFlowPositioned() && !isTableCell()) { |
| 1677 | // FIXME: Should really check if we're exceeding the page height before propagating the strut, but we don't |
| 1678 | // have all the information to do so (the strut only has the remaining amount to push). Gecko gets this wrong too |
| 1679 | // and pushes to the next page anyway, so not too concerned about it. |
| 1680 | setPaginationStrut(result + paginationStrut); |
| 1681 | if (childRenderBlock) |
| 1682 | childRenderBlock->setPaginationStrut(0); |
| 1683 | } else |
| 1684 | result += paginationStrut; |
| 1685 | } |
| 1686 | |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 1687 | // Similar to how we apply clearance. Boost height() to be the place where we're going to position the child. |
hyatt@apple.com | 1807b5b | 2013-09-11 19:50:03 +0000 | [diff] [blame] | 1688 | setLogicalHeight(logicalHeight() + (result - oldTop)); |
| 1689 | |
| 1690 | // Return the final adjusted logical top. |
| 1691 | return result; |
| 1692 | } |
| 1693 | |
antti@apple.com | 5c4302b | 2016-04-26 18:20:09 +0000 | [diff] [blame] | 1694 | static inline LayoutUnit calculateMinimumPageHeight(const RenderStyle& renderStyle, RootInlineBox& lastLine, LayoutUnit lineTop, LayoutUnit lineBottom) |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1695 | { |
| 1696 | // We may require a certain minimum number of lines per page in order to satisfy |
| 1697 | // orphans and widows, and that may affect the minimum page height. |
mmaxfield@apple.com | f8e26e7 | 2014-10-30 21:39:27 +0000 | [diff] [blame] | 1698 | unsigned lineCount = std::max<unsigned>(renderStyle.hasAutoOrphans() ? 1 : renderStyle.orphans(), renderStyle.hasAutoWidows() ? 1 : renderStyle.widows()); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1699 | if (lineCount > 1) { |
mmaxfield@apple.com | f8e26e7 | 2014-10-30 21:39:27 +0000 | [diff] [blame] | 1700 | RootInlineBox* line = &lastLine; |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1701 | for (unsigned i = 1; i < lineCount && line->prevRootBox(); i++) |
| 1702 | line = line->prevRootBox(); |
| 1703 | |
| 1704 | // FIXME: Paginating using line overflow isn't all fine. See FIXME in |
| 1705 | // adjustLinePositionForPagination() for more details. |
| 1706 | LayoutRect overflow = line->logicalVisualOverflowRect(line->lineTop(), line->lineBottom()); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1707 | lineTop = std::min(line->lineTopWithLeading(), overflow.y()); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1708 | } |
| 1709 | return lineBottom - lineTop; |
| 1710 | } |
| 1711 | |
bfulgham@apple.com | b595343 | 2015-02-13 21:56:01 +0000 | [diff] [blame] | 1712 | static inline bool needsAppleMailPaginationQuirk(RootInlineBox& lineBox) |
| 1713 | { |
zalan@apple.com | a1cff3a | 2017-01-14 18:45:20 +0000 | [diff] [blame] | 1714 | auto& renderer = lineBox.renderer(); |
bfulgham@apple.com | 6272977 | 2015-04-29 02:26:07 +0000 | [diff] [blame] | 1715 | |
zalan@apple.com | a1cff3a | 2017-01-14 18:45:20 +0000 | [diff] [blame] | 1716 | if (!renderer.settings().appleMailPaginationQuirkEnabled()) |
bfulgham@apple.com | 6272977 | 2015-04-29 02:26:07 +0000 | [diff] [blame] | 1717 | return false; |
| 1718 | |
cdumez@apple.com | bee81ac | 2016-04-21 23:28:48 +0000 | [diff] [blame] | 1719 | if (renderer.element() && renderer.element()->idForStyleResolution() == "messageContentContainer") |
bfulgham@apple.com | b595343 | 2015-02-13 21:56:01 +0000 | [diff] [blame] | 1720 | return true; |
| 1721 | |
| 1722 | return false; |
| 1723 | } |
zalan@apple.com | e031dfb | 2016-08-25 18:41:22 +0000 | [diff] [blame] | 1724 | |
| 1725 | static void clearShouldBreakAtLineToAvoidWidowIfNeeded(RenderBlockFlow& blockFlow) |
| 1726 | { |
| 1727 | if (!blockFlow.shouldBreakAtLineToAvoidWidow()) |
| 1728 | return; |
| 1729 | blockFlow.clearShouldBreakAtLineToAvoidWidow(); |
| 1730 | blockFlow.setDidBreakAtLineToAvoidWidow(); |
| 1731 | } |
| 1732 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1733 | void RenderBlockFlow::adjustLinePositionForPagination(RootInlineBox* lineBox, LayoutUnit& delta, bool& overflowsFragment, RenderFragmentedFlow* fragmentedFlow) |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1734 | { |
| 1735 | // FIXME: For now we paginate using line overflow. This ensures that lines don't overlap at all when we |
| 1736 | // put a strut between them for pagination purposes. However, this really isn't the desired rendering, since |
| 1737 | // the line on the top of the next page will appear too far down relative to the same kind of line at the top |
| 1738 | // of the first column. |
| 1739 | // |
| 1740 | // The rendering we would like to see is one where the lineTopWithLeading is at the top of the column, and any line overflow |
| 1741 | // simply spills out above the top of the column. This effect would match what happens at the top of the first column. |
| 1742 | // We can't achieve this rendering, however, until we stop columns from clipping to the column bounds (thus allowing |
| 1743 | // for overflow to occur), and then cache visible overflow for each column rect. |
| 1744 | // |
| 1745 | // Furthermore, the paint we have to do when a column has overflow has to be special. We need to exclude |
| 1746 | // content that paints in a previous column (and content that paints in the following column). |
| 1747 | // |
| 1748 | // For now we'll at least honor the lineTopWithLeading when paginating if it is above the logical top overflow. This will |
| 1749 | // at least make positive leading work in typical cases. |
| 1750 | // |
| 1751 | // FIXME: Another problem with simply moving lines is that the available line width may change (because of floats). |
| 1752 | // Technically if the location we move the line to has a different line width than our old position, then we need to dirty the |
| 1753 | // line and all following lines. |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1754 | overflowsFragment = false; |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1755 | LayoutRect logicalVisualOverflow = lineBox->logicalVisualOverflowRect(lineBox->lineTop(), lineBox->lineBottom()); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1756 | LayoutUnit logicalOffset = std::min(lineBox->lineTopWithLeading(), logicalVisualOverflow.y()); |
| 1757 | LayoutUnit logicalBottom = std::max(lineBox->lineBottomWithLeading(), logicalVisualOverflow.maxY()); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1758 | LayoutUnit lineHeight = logicalBottom - logicalOffset; |
mmaxfield@apple.com | f8e26e7 | 2014-10-30 21:39:27 +0000 | [diff] [blame] | 1759 | updateMinimumPageHeight(logicalOffset, calculateMinimumPageHeight(style(), *lineBox, logicalOffset, logicalBottom)); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1760 | logicalOffset += delta; |
| 1761 | lineBox->setPaginationStrut(0); |
| 1762 | lineBox->setIsFirstAfterPageBreak(false); |
| 1763 | LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1764 | bool hasUniformPageLogicalHeight = !fragmentedFlow || fragmentedFlow->fragmentsHaveUniformLogicalHeight(); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1765 | // If lineHeight is greater than pageLogicalHeight, but logicalVisualOverflow.height() still fits, we are |
| 1766 | // still going to add a strut, so that the visible overflow fits on a single page. |
hyatt@apple.com | cb5ab70 | 2014-11-19 23:40:23 +0000 | [diff] [blame] | 1767 | if (!pageLogicalHeight || !hasNextPage(logicalOffset)) { |
abucur@adobe.com | d40287b | 2013-10-08 17:33:05 +0000 | [diff] [blame] | 1768 | // FIXME: In case the line aligns with the top of the page (or it's slightly shifted downwards) it will not be marked as the first line in the page. |
| 1769 | // From here, the fix is not straightforward because it's not easy to always determine when the current line is the first in the page. |
zalan@apple.com | 3b1271d | 2020-03-25 01:46:09 +0000 | [diff] [blame] | 1770 | // With no valid page height, we can't possibly accommodate the widow rules. |
| 1771 | clearShouldBreakAtLineToAvoidWidowIfNeeded(*this); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1772 | return; |
hyatt@apple.com | cb5ab70 | 2014-11-19 23:40:23 +0000 | [diff] [blame] | 1773 | } |
| 1774 | |
| 1775 | if (hasUniformPageLogicalHeight && logicalVisualOverflow.height() > pageLogicalHeight) { |
| 1776 | // We are so tall that we are bigger than a page. Before we give up and just leave the line where it is, try drilling into the |
| 1777 | // line and computing a new height that excludes anything we consider "blank space". We will discard margins, descent, and even overflow. If we are |
| 1778 | // able to fit with the blank space and overflow excluded, we will give the line its own page with the highest non-blank element being aligned with the |
| 1779 | // top of the page. |
| 1780 | // FIXME: We are still honoring gigantic margins, which does leave open the possibility of blank pages caused by this heuristic. It remains to be seen whether or not |
| 1781 | // this will be a real-world issue. For now we don't try to deal with this problem. |
| 1782 | logicalOffset = intMaxForLayoutUnit; |
| 1783 | logicalBottom = intMinForLayoutUnit; |
| 1784 | lineBox->computeReplacedAndTextLineTopAndBottom(logicalOffset, logicalBottom); |
| 1785 | lineHeight = logicalBottom - logicalOffset; |
zalan@apple.com | e031dfb | 2016-08-25 18:41:22 +0000 | [diff] [blame] | 1786 | if (logicalOffset == intMaxForLayoutUnit || lineHeight > pageLogicalHeight) { |
| 1787 | // Give up. We're genuinely too big even after excluding blank space and overflow. |
| 1788 | clearShouldBreakAtLineToAvoidWidowIfNeeded(*this); |
| 1789 | return; |
| 1790 | } |
hyatt@apple.com | cb5ab70 | 2014-11-19 23:40:23 +0000 | [diff] [blame] | 1791 | pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); |
| 1792 | } |
| 1793 | |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1794 | LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset, ExcludePageBoundary); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1795 | overflowsFragment = (lineHeight > remainingLogicalHeight); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1796 | |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 1797 | int lineIndex = complexLineLayout()->lineCountUntil(lineBox); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1798 | if (remainingLogicalHeight < lineHeight || (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex)) { |
zalan@apple.com | e031dfb | 2016-08-25 18:41:22 +0000 | [diff] [blame] | 1799 | if (lineBreakToAvoidWidow() == lineIndex) |
| 1800 | clearShouldBreakAtLineToAvoidWidowIfNeeded(*this); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1801 | // If we have a non-uniform page height, then we have to shift further possibly. |
| 1802 | if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight, logicalOffset, lineHeight)) |
| 1803 | return; |
| 1804 | if (lineHeight > pageLogicalHeight) { |
| 1805 | // Split the top margin in order to avoid splitting the visible part of the line. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1806 | remainingLogicalHeight -= std::min(lineHeight - pageLogicalHeight, std::max<LayoutUnit>(0, logicalVisualOverflow.y() - lineBox->lineTopWithLeading())); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1807 | } |
stavila@adobe.com | e1efa7f | 2014-05-20 14:34:56 +0000 | [diff] [blame] | 1808 | LayoutUnit remainingLogicalHeightAtNewOffset = pageRemainingLogicalHeightForOffset(logicalOffset + remainingLogicalHeight, ExcludePageBoundary); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1809 | overflowsFragment = (lineHeight > remainingLogicalHeightAtNewOffset); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 1810 | LayoutUnit totalLogicalHeight = lineHeight + std::max<LayoutUnit>(0, logicalOffset); |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1811 | LayoutUnit pageLogicalHeightAtNewOffset = hasUniformPageLogicalHeight ? pageLogicalHeight : pageLogicalHeightForOffset(logicalOffset + remainingLogicalHeight); |
| 1812 | setPageBreak(logicalOffset, lineHeight - remainingLogicalHeight); |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 1813 | if (((lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeightAtNewOffset) || (!style().hasAutoOrphans() && style().orphans() >= lineIndex)) |
mmaxfield@apple.com | 4d7e9a2 | 2014-11-18 22:40:29 +0000 | [diff] [blame] | 1814 | && !isOutOfFlowPositioned() && !isTableCell()) { |
| 1815 | auto firstRootBox = this->firstRootBox(); |
commit-queue@webkit.org | e2d17aa | 2020-01-30 18:07:10 +0000 | [diff] [blame] | 1816 | if (!firstRootBox) { |
| 1817 | setPaginationStrut(remainingLogicalHeight + logicalOffset); |
| 1818 | return; |
| 1819 | } |
mmaxfield@apple.com | 4d7e9a2 | 2014-11-18 22:40:29 +0000 | [diff] [blame] | 1820 | auto firstRootBoxOverflowRect = firstRootBox->logicalVisualOverflowRect(firstRootBox->lineTop(), firstRootBox->lineBottom()); |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 1821 | auto firstLineUpperOverhang = std::max(-firstRootBoxOverflowRect.y(), 0_lu); |
bfulgham@apple.com | b595343 | 2015-02-13 21:56:01 +0000 | [diff] [blame] | 1822 | if (needsAppleMailPaginationQuirk(*lineBox)) |
| 1823 | return; |
mmaxfield@apple.com | 4d7e9a2 | 2014-11-18 22:40:29 +0000 | [diff] [blame] | 1824 | setPaginationStrut(remainingLogicalHeight + logicalOffset + firstLineUpperOverhang); |
| 1825 | } else { |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1826 | delta += remainingLogicalHeight; |
| 1827 | lineBox->setPaginationStrut(remainingLogicalHeight); |
| 1828 | lineBox->setIsFirstAfterPageBreak(true); |
| 1829 | } |
commit-queue@webkit.org | 883b01c | 2014-01-20 08:58:36 +0000 | [diff] [blame] | 1830 | } else if (remainingLogicalHeight == pageLogicalHeight) { |
| 1831 | // We're at the very top of a page or column. |
| 1832 | if (lineBox != firstRootBox()) |
| 1833 | lineBox->setIsFirstAfterPageBreak(true); |
| 1834 | if (lineBox != firstRootBox() || offsetFromLogicalTopOfFirstPage()) |
| 1835 | setPageBreak(logicalOffset, lineHeight); |
| 1836 | } |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1837 | } |
| 1838 | |
| 1839 | void RenderBlockFlow::setBreakAtLineToAvoidWidow(int lineToBreak) |
| 1840 | { |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1841 | ASSERT(lineToBreak >= 0); |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1842 | ASSERT(!ensureRareBlockFlowData().m_didBreakAtLineToAvoidWidow); |
| 1843 | ensureRareBlockFlowData().m_lineBreakToAvoidWidow = lineToBreak; |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1844 | } |
| 1845 | |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1846 | void RenderBlockFlow::setDidBreakAtLineToAvoidWidow() |
| 1847 | { |
| 1848 | ASSERT(!shouldBreakAtLineToAvoidWidow()); |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1849 | if (!hasRareBlockFlowData()) |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1850 | return; |
| 1851 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1852 | rareBlockFlowData()->m_didBreakAtLineToAvoidWidow = true; |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1853 | } |
| 1854 | |
| 1855 | void RenderBlockFlow::clearDidBreakAtLineToAvoidWidow() |
| 1856 | { |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1857 | if (!hasRareBlockFlowData()) |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1858 | return; |
| 1859 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1860 | rareBlockFlowData()->m_didBreakAtLineToAvoidWidow = false; |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1861 | } |
| 1862 | |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1863 | void RenderBlockFlow::clearShouldBreakAtLineToAvoidWidow() const |
| 1864 | { |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1865 | ASSERT(shouldBreakAtLineToAvoidWidow()); |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1866 | if (!hasRareBlockFlowData()) |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1867 | return; |
abucur@adobe.com | fc49713 | 2013-10-04 08:49:21 +0000 | [diff] [blame] | 1868 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 1869 | rareBlockFlowData()->m_lineBreakToAvoidWidow = -1; |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1870 | } |
| 1871 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 1872 | bool RenderBlockFlow::relayoutToAvoidWidows() |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1873 | { |
| 1874 | if (!shouldBreakAtLineToAvoidWidow()) |
| 1875 | return false; |
| 1876 | |
hyatt@apple.com | 2ea5988 | 2013-09-17 16:41:42 +0000 | [diff] [blame] | 1877 | setEverHadLayout(true); |
| 1878 | layoutBlock(false); |
| 1879 | return true; |
| 1880 | } |
| 1881 | |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1882 | bool RenderBlockFlow::hasNextPage(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const |
| 1883 | { |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 1884 | ASSERT(view().frameView().layoutContext().layoutState() && view().frameView().layoutContext().layoutState()->isPaginated()); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1885 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1886 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 1887 | if (!fragmentedFlow) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1888 | return true; // Printing and multi-column both make new pages to accommodate content. |
| 1889 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1890 | // See if we're in the last fragment. |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1891 | LayoutUnit pageOffset = offsetFromLogicalTopOfFirstPage() + logicalOffset; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1892 | RenderFragmentContainer* fragment = fragmentedFlow->fragmentAtBlockOffset(this, pageOffset, true); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1893 | if (!fragment) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1894 | return false; |
mihnea@adobe.com | c191b0a | 2014-03-19 12:38:51 +0000 | [diff] [blame] | 1895 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1896 | if (fragment->isLastFragment()) |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1897 | return fragment->isRenderFragmentContainerSet() || (pageBoundaryRule == IncludePageBoundary && pageOffset == fragment->logicalTopForFragmentedFlowContent()); |
stavila@adobe.com | 6cb976d | 2013-11-21 06:57:19 +0000 | [diff] [blame] | 1898 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1899 | RenderFragmentContainer* startFragment = nullptr; |
| 1900 | RenderFragmentContainer* endFragment = nullptr; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1901 | fragmentedFlow->getFragmentRangeForBox(this, startFragment, endFragment); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1902 | return (endFragment && fragment != endFragment); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1903 | } |
| 1904 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 1905 | LayoutUnit RenderBlockFlow::adjustForUnsplittableChild(RenderBox& child, LayoutUnit logicalOffset, LayoutUnit childBeforeMargin, LayoutUnit childAfterMargin) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1906 | { |
hyatt@apple.com | 531e35d | 2017-04-13 16:37:00 +0000 | [diff] [blame] | 1907 | // When flexboxes are embedded inside a block flow, they don't perform any adjustments for unsplittable |
| 1908 | // children. We'll treat flexboxes themselves as unsplittable just to get them to paginate properly inside |
| 1909 | // a block flow. |
| 1910 | bool isUnsplittable = childBoxIsUnsplittableForFragmentation(child); |
| 1911 | if (!isUnsplittable && !(child.isFlexibleBox() && !downcast<RenderFlexibleBox>(child).isFlexibleBoxImpl())) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1912 | return logicalOffset; |
hyatt@apple.com | 531e35d | 2017-04-13 16:37:00 +0000 | [diff] [blame] | 1913 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1914 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 1915 | LayoutUnit childLogicalHeight = logicalHeightForChild(child) + childBeforeMargin + childAfterMargin; |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1916 | LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1917 | bool hasUniformPageLogicalHeight = !fragmentedFlow || fragmentedFlow->fragmentsHaveUniformLogicalHeight(); |
hyatt@apple.com | 531e35d | 2017-04-13 16:37:00 +0000 | [diff] [blame] | 1918 | if (isUnsplittable) |
| 1919 | updateMinimumPageHeight(logicalOffset, childLogicalHeight); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1920 | if (!pageLogicalHeight || (hasUniformPageLogicalHeight && childLogicalHeight > pageLogicalHeight) |
| 1921 | || !hasNextPage(logicalOffset)) |
| 1922 | return logicalOffset; |
| 1923 | LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset, ExcludePageBoundary); |
| 1924 | if (remainingLogicalHeight < childLogicalHeight) { |
| 1925 | if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight, logicalOffset, childLogicalHeight)) |
| 1926 | return logicalOffset; |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 1927 | auto result = logicalOffset + remainingLogicalHeight; |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 1928 | bool isInitialLetter = child.isFloating() && child.style().styleType() == PseudoId::FirstLetter && child.style().initialLetterDrop() > 0; |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 1929 | if (isInitialLetter) { |
| 1930 | // Increase our logical height to ensure that lines all get pushed along with the letter. |
| 1931 | setLogicalHeight(logicalOffset + remainingLogicalHeight); |
| 1932 | } |
| 1933 | return result; |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1934 | } |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 1935 | |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1936 | return logicalOffset; |
| 1937 | } |
| 1938 | |
| 1939 | bool RenderBlockFlow::pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logicalOffset, LayoutUnit minimumLogicalHeight) const |
| 1940 | { |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1941 | bool checkFragment = false; |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1942 | for (LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset + adjustment); pageLogicalHeight; |
| 1943 | pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset + adjustment)) { |
| 1944 | if (minimumLogicalHeight <= pageLogicalHeight) |
| 1945 | return true; |
| 1946 | if (!hasNextPage(logicalOffset + adjustment)) |
| 1947 | return false; |
| 1948 | adjustment += pageLogicalHeight; |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1949 | checkFragment = true; |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1950 | } |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 1951 | return !checkFragment; |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1952 | } |
| 1953 | |
| 1954 | void RenderBlockFlow::setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) |
| 1955 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1956 | if (RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow()) |
| 1957 | fragmentedFlow->setPageBreak(this, offsetFromLogicalTopOfFirstPage() + offset, spaceShortage); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1958 | } |
| 1959 | |
| 1960 | void RenderBlockFlow::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) |
| 1961 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1962 | if (RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow()) |
| 1963 | fragmentedFlow->updateMinimumPageHeight(this, offsetFromLogicalTopOfFirstPage() + offset, minHeight); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1964 | } |
| 1965 | |
| 1966 | LayoutUnit RenderBlockFlow::nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule pageBoundaryRule) const |
| 1967 | { |
| 1968 | LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); |
| 1969 | if (!pageLogicalHeight) |
| 1970 | return logicalOffset; |
| 1971 | |
| 1972 | // The logicalOffset is in our coordinate space. We can add in our pushed offset. |
| 1973 | LayoutUnit remainingLogicalHeight = pageRemainingLogicalHeightForOffset(logicalOffset); |
| 1974 | if (pageBoundaryRule == ExcludePageBoundary) |
| 1975 | return logicalOffset + (remainingLogicalHeight ? remainingLogicalHeight : pageLogicalHeight); |
| 1976 | return logicalOffset + remainingLogicalHeight; |
| 1977 | } |
| 1978 | |
| 1979 | LayoutUnit RenderBlockFlow::pageLogicalTopForOffset(LayoutUnit offset) const |
| 1980 | { |
hyatt@apple.com | 6c9d5d3 | 2015-02-19 21:42:21 +0000 | [diff] [blame] | 1981 | // Unsplittable objects clear out the pageLogicalHeight in the layout state as a way of signaling that no |
| 1982 | // pagination should occur. Therefore we have to check this first and bail if the value has been set to 0. |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 1983 | auto* layoutState = view().frameView().layoutContext().layoutState(); |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 1984 | LayoutUnit pageLogicalHeight = layoutState->pageLogicalHeight(); |
hyatt@apple.com | 6c9d5d3 | 2015-02-19 21:42:21 +0000 | [diff] [blame] | 1985 | if (!pageLogicalHeight) |
| 1986 | return 0; |
| 1987 | |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 1988 | LayoutUnit firstPageLogicalTop = isHorizontalWritingMode() ? layoutState->pageOffset().height() : layoutState->pageOffset().width(); |
| 1989 | LayoutUnit blockLogicalTop = isHorizontalWritingMode() ? layoutState->layoutOffset().height() : layoutState->layoutOffset().width(); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1990 | |
| 1991 | LayoutUnit cumulativeOffset = offset + blockLogicalTop; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1992 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 1993 | if (!fragmentedFlow) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1994 | return cumulativeOffset - roundToInt(cumulativeOffset - firstPageLogicalTop) % roundToInt(pageLogicalHeight); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 1995 | return firstPageLogicalTop + fragmentedFlow->pageLogicalTopForOffset(cumulativeOffset - firstPageLogicalTop); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 1996 | } |
| 1997 | |
| 1998 | LayoutUnit RenderBlockFlow::pageLogicalHeightForOffset(LayoutUnit offset) const |
| 1999 | { |
hyatt@apple.com | 6c9d5d3 | 2015-02-19 21:42:21 +0000 | [diff] [blame] | 2000 | // Unsplittable objects clear out the pageLogicalHeight in the layout state as a way of signaling that no |
| 2001 | // pagination should occur. Therefore we have to check this first and bail if the value has been set to 0. |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 2002 | LayoutUnit pageLogicalHeight = view().frameView().layoutContext().layoutState()->pageLogicalHeight(); |
hyatt@apple.com | 6c9d5d3 | 2015-02-19 21:42:21 +0000 | [diff] [blame] | 2003 | if (!pageLogicalHeight) |
| 2004 | return 0; |
| 2005 | |
| 2006 | // Now check for a flow thread. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2007 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 2008 | if (!fragmentedFlow) |
hyatt@apple.com | 6c9d5d3 | 2015-02-19 21:42:21 +0000 | [diff] [blame] | 2009 | return pageLogicalHeight; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2010 | return fragmentedFlow->pageLogicalHeightForOffset(offset + offsetFromLogicalTopOfFirstPage()); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2011 | } |
| 2012 | |
| 2013 | LayoutUnit RenderBlockFlow::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule) const |
| 2014 | { |
| 2015 | offset += offsetFromLogicalTopOfFirstPage(); |
| 2016 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2017 | RenderFragmentedFlow* fragmentedFlow = enclosingFragmentedFlow(); |
| 2018 | if (!fragmentedFlow) { |
zalan@apple.com | 7fd79ce | 2017-11-08 15:02:10 +0000 | [diff] [blame] | 2019 | LayoutUnit pageLogicalHeight = view().frameView().layoutContext().layoutState()->pageLogicalHeight(); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2020 | LayoutUnit remainingHeight = pageLogicalHeight - intMod(offset, pageLogicalHeight); |
| 2021 | if (pageBoundaryRule == IncludePageBoundary) { |
| 2022 | // If includeBoundaryPoint is true the line exactly on the top edge of a |
| 2023 | // column will act as being part of the previous column. |
| 2024 | remainingHeight = intMod(remainingHeight, pageLogicalHeight); |
| 2025 | } |
| 2026 | return remainingHeight; |
| 2027 | } |
| 2028 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2029 | return fragmentedFlow->pageRemainingLogicalHeightForOffset(offset, pageBoundaryRule); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2030 | } |
| 2031 | |
stavila@adobe.com | b0d86c4 | 2014-04-09 17:07:50 +0000 | [diff] [blame] | 2032 | LayoutUnit RenderBlockFlow::logicalHeightForChildForFragmentation(const RenderBox& child) const |
| 2033 | { |
antti@apple.com | eae7612 | 2017-09-20 15:37:23 +0000 | [diff] [blame] | 2034 | return logicalHeightForChild(child); |
stavila@adobe.com | b0d86c4 | 2014-04-09 17:07:50 +0000 | [diff] [blame] | 2035 | } |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2036 | |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 2037 | void RenderBlockFlow::layoutLineGridBox() |
| 2038 | { |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 2039 | if (style().lineGrid() == RenderStyle::initialLineGrid()) { |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 2040 | setLineGridBox(0); |
| 2041 | return; |
| 2042 | } |
| 2043 | |
| 2044 | setLineGridBox(0); |
| 2045 | |
ysuzuki@apple.com | 1d8e24d | 2019-08-19 06:59:40 +0000 | [diff] [blame] | 2046 | auto lineGridBox = makeUnique<RootInlineBox>(*this); |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 2047 | lineGridBox->setHasTextChildren(); // Needed to make the line ascent/descent actually be honored in quirks mode. |
| 2048 | lineGridBox->setConstructed(); |
| 2049 | GlyphOverflowAndFallbackFontsMap textBoxDataMap; |
| 2050 | VerticalPositionCache verticalPositionCache; |
| 2051 | lineGridBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPositionCache); |
| 2052 | |
aestes@apple.com | 13aae08 | 2016-01-02 08:03:08 +0000 | [diff] [blame] | 2053 | setLineGridBox(WTFMove(lineGridBox)); |
akling@apple.com | 1aa97b0 | 2013-10-31 21:59:49 +0000 | [diff] [blame] | 2054 | |
hyatt@apple.com | 3cd5c77 | 2013-09-27 18:22:50 +0000 | [diff] [blame] | 2055 | // FIXME: If any of the characteristics of the box change compared to the old one, then we need to do a deep dirtying |
| 2056 | // (similar to what happens when the page height changes). Ideally, though, we only do this if someone is actually snapping |
| 2057 | // to this grid. |
| 2058 | } |
| 2059 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2060 | bool RenderBlockFlow::containsFloat(RenderBox& renderer) const |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2061 | { |
commit-queue@webkit.org | c27f5ca | 2018-11-26 19:29:23 +0000 | [diff] [blame] | 2062 | return m_floatingObjects && m_floatingObjects->set().contains<FloatingObjectHashTranslator>(renderer); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2063 | } |
| 2064 | |
| 2065 | void RenderBlockFlow::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) |
| 2066 | { |
| 2067 | RenderBlock::styleDidChange(diff, oldStyle); |
| 2068 | |
| 2069 | // After our style changed, if we lose our ability to propagate floats into next sibling |
| 2070 | // blocks, then we need to find the top most parent containing that overhanging float and |
| 2071 | // then mark its descendants with floats for layout and clear all floats from its next |
| 2072 | // sibling blocks that exist in our floating objects list. See bug 56299 and 62875. |
| 2073 | bool canPropagateFloatIntoSibling = !isFloatingOrOutOfFlowPositioned() && !avoidsFloats(); |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2074 | if (diff == StyleDifference::Layout && s_canPropagateFloatIntoSibling && !canPropagateFloatIntoSibling && hasOverhangingFloats()) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2075 | RenderBlockFlow* parentBlock = this; |
| 2076 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2077 | |
weinig@apple.com | c77041e | 2013-12-14 18:05:45 +0000 | [diff] [blame] | 2078 | for (auto& ancestor : ancestorsOfType<RenderBlockFlow>(*this)) { |
| 2079 | if (ancestor.isRenderView()) |
akling@apple.com | f302805 | 2013-11-04 08:46:06 +0000 | [diff] [blame] | 2080 | break; |
weinig@apple.com | c77041e | 2013-12-14 18:05:45 +0000 | [diff] [blame] | 2081 | if (ancestor.hasOverhangingFloats()) { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2082 | for (auto it = floatingObjectSet.begin(), end = floatingObjectSet.end(); it != end; ++it) { |
| 2083 | RenderBox& renderer = (*it)->renderer(); |
weinig@apple.com | c77041e | 2013-12-14 18:05:45 +0000 | [diff] [blame] | 2084 | if (ancestor.hasOverhangingFloat(renderer)) { |
| 2085 | parentBlock = &ancestor; |
akling@apple.com | f302805 | 2013-11-04 08:46:06 +0000 | [diff] [blame] | 2086 | break; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2087 | } |
| 2088 | } |
| 2089 | } |
| 2090 | } |
| 2091 | |
| 2092 | parentBlock->markAllDescendantsWithFloatsForLayout(); |
| 2093 | parentBlock->markSiblingsWithFloatsForLayout(); |
| 2094 | } |
mihnea@adobe.com | be79cf1 | 2013-10-17 09:02:19 +0000 | [diff] [blame] | 2095 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2096 | if (diff >= StyleDifference::Repaint) { |
zalan@apple.com | d4880dc | 2020-01-05 15:13:08 +0000 | [diff] [blame] | 2097 | auto shouldInvalidateLineLayoutPath = [&] { |
| 2098 | if (selfNeedsLayout() || complexLineLayout()) |
| 2099 | return true; |
| 2100 | // FIXME: This could use a cheaper style-only test instead of SimpleLineLayout::canUseFor. |
| 2101 | if (simpleLineLayout() && !SimpleLineLayout::canUseFor(*this)) |
| 2102 | return true; |
| 2103 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 2104 | if (layoutFormattingContextLineLayout() && !LayoutIntegration::LineLayout::canUseFor(*this)) |
| 2105 | return true; |
| 2106 | #endif |
| 2107 | return false; |
| 2108 | }; |
| 2109 | if (shouldInvalidateLineLayoutPath()) |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 2110 | invalidateLineLayoutPath(); |
| 2111 | } |
| 2112 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2113 | if (multiColumnFlow()) |
hyatt@apple.com | fdb1281 | 2014-06-23 18:56:52 +0000 | [diff] [blame] | 2114 | updateStylesForColumnChildren(); |
antti@apple.com | 7a50340 | 2020-01-11 00:13:12 +0000 | [diff] [blame] | 2115 | |
| 2116 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 2117 | if (layoutFormattingContextLineLayout()) |
| 2118 | layoutFormattingContextLineLayout()->updateStyle(); |
| 2119 | #endif |
hyatt@apple.com | fdb1281 | 2014-06-23 18:56:52 +0000 | [diff] [blame] | 2120 | } |
| 2121 | |
| 2122 | void RenderBlockFlow::updateStylesForColumnChildren() |
| 2123 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2124 | for (auto* child = firstChildBox(); child && (child->isInFlowRenderFragmentedFlow() || child->isRenderMultiColumnSet()); child = child->nextSiblingBox()) |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 2125 | child->setStyle(RenderStyle::createAnonymousStyleWithDisplay(style(), DisplayType::Block)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2126 | } |
| 2127 | |
akling@apple.com | bdae4324 | 2013-10-25 12:00:20 +0000 | [diff] [blame] | 2128 | void RenderBlockFlow::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2129 | { |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 2130 | const RenderStyle* oldStyle = hasInitializedStyle() ? &style() : nullptr; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2131 | s_canPropagateFloatIntoSibling = oldStyle ? !isFloatingOrOutOfFlowPositioned() && !avoidsFloats() : false; |
| 2132 | |
stavila@adobe.com | d40a2dc | 2014-06-23 14:59:48 +0000 | [diff] [blame] | 2133 | if (oldStyle) { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2134 | auto oldPosition = oldStyle->position(); |
| 2135 | auto newPosition = newStyle.position(); |
abucur@adobe.com | c0a88a6 | 2014-10-16 06:50:30 +0000 | [diff] [blame] | 2136 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2137 | if (parent() && diff == StyleDifference::Layout && oldPosition != newPosition) { |
stavila@adobe.com | d40a2dc | 2014-06-23 14:59:48 +0000 | [diff] [blame] | 2138 | if (containsFloats() && !isFloating() && !isOutOfFlowPositioned() && newStyle.hasOutOfFlowPosition()) |
| 2139 | markAllDescendantsWithFloatsForLayout(); |
stavila@adobe.com | d40a2dc | 2014-06-23 14:59:48 +0000 | [diff] [blame] | 2140 | } |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2141 | } |
| 2142 | |
| 2143 | RenderBlock::styleWillChange(diff, newStyle); |
| 2144 | } |
| 2145 | |
antti@apple.com | a2c7f24 | 2013-10-22 22:37:25 +0000 | [diff] [blame] | 2146 | void RenderBlockFlow::deleteLines() |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2147 | { |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 2148 | m_lineLayout = WTF::Monostate(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 2149 | |
antti@apple.com | a2c7f24 | 2013-10-22 22:37:25 +0000 | [diff] [blame] | 2150 | RenderBlock::deleteLines(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2151 | } |
| 2152 | |
zalan@apple.com | 232b093 | 2016-12-24 18:00:00 +0000 | [diff] [blame] | 2153 | void RenderBlockFlow::addFloatsToNewParent(RenderBlockFlow& toBlockFlow) const |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2154 | { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2155 | // When a portion of the render tree is being detached, anonymous blocks |
| 2156 | // will be combined as their children are deleted. In this process, the |
| 2157 | // anonymous block later in the tree is merged into the one preceeding it. |
| 2158 | // It can happen that the later block (this) contains floats that the |
| 2159 | // previous block (toBlockFlow) did not contain, and thus are not in the |
| 2160 | // floating objects list for toBlockFlow. This can result in toBlockFlow |
| 2161 | // containing floats that are not in it's floating objects list, but are in |
| 2162 | // the floating objects lists of siblings and parents. This can cause |
| 2163 | // problems when the float itself is deleted, since the deletion code |
| 2164 | // assumes that if a float is not in it's containing block's floating |
| 2165 | // objects list, it isn't in any floating objects list. In order to |
| 2166 | // preserve this condition (removing it has serious performance |
| 2167 | // implications), we need to copy the floating objects from the old block |
| 2168 | // (this) to the new block (toBlockFlow). The float's metrics will likely |
| 2169 | // all be wrong, but since toBlockFlow is already marked for layout, this |
| 2170 | // will get fixed before anything gets displayed. |
| 2171 | // See bug https://bugs.webkit.org/show_bug.cgi?id=115566 |
zalan@apple.com | 232b093 | 2016-12-24 18:00:00 +0000 | [diff] [blame] | 2172 | if (!m_floatingObjects) |
| 2173 | return; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2174 | |
zalan@apple.com | 232b093 | 2016-12-24 18:00:00 +0000 | [diff] [blame] | 2175 | if (!toBlockFlow.m_floatingObjects) |
| 2176 | toBlockFlow.createFloatingObjects(); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2177 | |
zalan@apple.com | 2601854 | 2017-03-30 01:25:00 +0000 | [diff] [blame] | 2178 | for (auto& floatingObject : m_floatingObjects->set()) { |
| 2179 | if (toBlockFlow.containsFloat(floatingObject->renderer())) |
| 2180 | continue; |
zalan@apple.com | 232b093 | 2016-12-24 18:00:00 +0000 | [diff] [blame] | 2181 | toBlockFlow.m_floatingObjects->add(floatingObject->cloneForNewParent()); |
zalan@apple.com | 2601854 | 2017-03-30 01:25:00 +0000 | [diff] [blame] | 2182 | } |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2183 | } |
| 2184 | |
| 2185 | void RenderBlockFlow::addOverflowFromFloats() |
| 2186 | { |
| 2187 | if (!m_floatingObjects) |
| 2188 | return; |
| 2189 | |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2190 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2191 | auto end = floatingObjectSet.end(); |
| 2192 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2193 | const auto& floatingObject = *it->get(); |
| 2194 | if (floatingObject.isDescendant()) |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2195 | addOverflowFromChild(&floatingObject.renderer(), floatingObject.locationOffsetOfBorderBox()); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2196 | } |
| 2197 | } |
| 2198 | |
| 2199 | void RenderBlockFlow::computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats) |
| 2200 | { |
| 2201 | RenderBlock::computeOverflow(oldClientAfterEdge, recomputeFloats); |
| 2202 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2203 | if (!multiColumnFlow() && (recomputeFloats || createsNewFormattingContext() || hasSelfPaintingLayer())) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2204 | addOverflowFromFloats(); |
| 2205 | } |
| 2206 | |
| 2207 | void RenderBlockFlow::repaintOverhangingFloats(bool paintAllDescendants) |
| 2208 | { |
| 2209 | // Repaint any overhanging floats (if we know we're the one to paint them). |
| 2210 | // Otherwise, bail out. |
| 2211 | if (!hasOverhangingFloats()) |
| 2212 | return; |
| 2213 | |
| 2214 | // FIXME: Avoid disabling LayoutState. At the very least, don't disable it for floats originating |
| 2215 | // in this block. Better yet would be to push extra state for the containers of other floats. |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 2216 | LayoutStateDisabler layoutStateDisabler(view().frameView().layoutContext()); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2217 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2218 | auto end = floatingObjectSet.end(); |
| 2219 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2220 | const auto& floatingObject = *it->get(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2221 | // Only repaint the object if it is overhanging, is not in its own layer, and |
| 2222 | // is our responsibility to paint (m_shouldPaint is set). When paintAllDescendants is true, the latter |
| 2223 | // condition is replaced with being a descendant of us. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2224 | auto& renderer = floatingObject.renderer(); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2225 | if (logicalBottomForFloat(floatingObject) > logicalHeight() |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2226 | && !renderer.hasSelfPaintingLayer() |
| 2227 | && (floatingObject.shouldPaint() || (paintAllDescendants && renderer.isDescendantOf(this)))) { |
| 2228 | renderer.repaint(); |
| 2229 | renderer.repaintOverhangingFloats(false); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2230 | } |
| 2231 | } |
| 2232 | } |
| 2233 | |
hyatt@apple.com | c9021b7 | 2014-04-25 21:05:59 +0000 | [diff] [blame] | 2234 | void RenderBlockFlow::paintColumnRules(PaintInfo& paintInfo, const LayoutPoint& point) |
hyatt@apple.com | 58b5ecc | 2014-04-17 23:06:02 +0000 | [diff] [blame] | 2235 | { |
hyatt@apple.com | c9021b7 | 2014-04-25 21:05:59 +0000 | [diff] [blame] | 2236 | RenderBlock::paintColumnRules(paintInfo, point); |
hyatt@apple.com | 58b5ecc | 2014-04-17 23:06:02 +0000 | [diff] [blame] | 2237 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2238 | if (!multiColumnFlow() || paintInfo.context().paintingDisabled()) |
hyatt@apple.com | 58b5ecc | 2014-04-17 23:06:02 +0000 | [diff] [blame] | 2239 | return; |
hyatt@apple.com | c9021b7 | 2014-04-25 21:05:59 +0000 | [diff] [blame] | 2240 | |
hyatt@apple.com | 58b5ecc | 2014-04-17 23:06:02 +0000 | [diff] [blame] | 2241 | // Iterate over our children and paint the column rules as needed. |
| 2242 | for (auto& columnSet : childrenOfType<RenderMultiColumnSet>(*this)) { |
| 2243 | LayoutPoint childPoint = columnSet.location() + flipForWritingModeForChild(&columnSet, point); |
| 2244 | columnSet.paintColumnRules(paintInfo, childPoint); |
| 2245 | } |
| 2246 | } |
| 2247 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2248 | void RenderBlockFlow::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase) |
| 2249 | { |
| 2250 | if (!m_floatingObjects) |
| 2251 | return; |
| 2252 | |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2253 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2254 | auto end = floatingObjectSet.end(); |
| 2255 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2256 | const auto& floatingObject = *it->get(); |
| 2257 | auto& renderer = floatingObject.renderer(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2258 | // Only paint the object if our m_shouldPaint flag is set. |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2259 | if (floatingObject.shouldPaint() && !renderer.hasSelfPaintingLayer()) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2260 | PaintInfo currentPaintInfo(paintInfo); |
achristensen@apple.com | 9a618a9 | 2018-08-06 20:41:05 +0000 | [diff] [blame] | 2261 | currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhase::BlockBackground; |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2262 | LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, paintOffset + floatingObject.translationOffsetToAncestor()); |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2263 | renderer.paint(currentPaintInfo, childPoint); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2264 | if (!preservePhase) { |
achristensen@apple.com | 9a618a9 | 2018-08-06 20:41:05 +0000 | [diff] [blame] | 2265 | currentPaintInfo.phase = PaintPhase::ChildBlockBackgrounds; |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2266 | renderer.paint(currentPaintInfo, childPoint); |
achristensen@apple.com | 9a618a9 | 2018-08-06 20:41:05 +0000 | [diff] [blame] | 2267 | currentPaintInfo.phase = PaintPhase::Float; |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2268 | renderer.paint(currentPaintInfo, childPoint); |
achristensen@apple.com | 9a618a9 | 2018-08-06 20:41:05 +0000 | [diff] [blame] | 2269 | currentPaintInfo.phase = PaintPhase::Foreground; |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2270 | renderer.paint(currentPaintInfo, childPoint); |
achristensen@apple.com | 9a618a9 | 2018-08-06 20:41:05 +0000 | [diff] [blame] | 2271 | currentPaintInfo.phase = PaintPhase::Outline; |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2272 | renderer.paint(currentPaintInfo, childPoint); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2273 | } |
| 2274 | } |
| 2275 | } |
| 2276 | } |
| 2277 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2278 | void RenderBlockFlow::clipOutFloatingObjects(RenderBlock& rootBlock, const PaintInfo* paintInfo, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2279 | { |
| 2280 | if (m_floatingObjects) { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2281 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2282 | auto end = floatingObjectSet.end(); |
| 2283 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2284 | const auto& floatingObject = *it->get(); |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2285 | LayoutRect floatBox(offsetFromRootBlock.width(), offsetFromRootBlock.height(), floatingObject.renderer().width(), floatingObject.renderer().height()); |
| 2286 | floatBox.move(floatingObject.locationOffsetOfBorderBox()); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2287 | rootBlock.flipForWritingMode(floatBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2288 | floatBox.move(rootBlockPhysicalPosition.x(), rootBlockPhysicalPosition.y()); |
mmaxfield@apple.com | a93d7ef | 2015-08-29 06:15:28 +0000 | [diff] [blame] | 2289 | paintInfo->context().clipOut(snappedIntRect(floatBox)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2290 | } |
| 2291 | } |
| 2292 | } |
| 2293 | |
| 2294 | void RenderBlockFlow::createFloatingObjects() |
| 2295 | { |
ysuzuki@apple.com | 1d8e24d | 2019-08-19 06:59:40 +0000 | [diff] [blame] | 2296 | m_floatingObjects = makeUnique<FloatingObjects>(*this); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2297 | } |
| 2298 | |
| 2299 | void RenderBlockFlow::removeFloatingObjects() |
| 2300 | { |
| 2301 | if (!m_floatingObjects) |
| 2302 | return; |
| 2303 | |
bjonesbe@adobe.com | 0b2195a | 2014-04-11 22:46:02 +0000 | [diff] [blame] | 2304 | markSiblingsWithFloatsForLayout(); |
| 2305 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2306 | m_floatingObjects->clear(); |
| 2307 | } |
| 2308 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2309 | FloatingObject* RenderBlockFlow::insertFloatingObject(RenderBox& floatBox) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2310 | { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2311 | ASSERT(floatBox.isFloating()); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2312 | |
| 2313 | // Create the list of special objects if we don't aleady have one |
| 2314 | if (!m_floatingObjects) |
| 2315 | createFloatingObjects(); |
| 2316 | else { |
| 2317 | // Don't insert the floatingObject again if it's already in the list |
| 2318 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
commit-queue@webkit.org | c27f5ca | 2018-11-26 19:29:23 +0000 | [diff] [blame] | 2319 | auto it = floatingObjectSet.find<FloatingObjectHashTranslator>(floatBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2320 | if (it != floatingObjectSet.end()) |
| 2321 | return it->get(); |
| 2322 | } |
| 2323 | |
| 2324 | // Create the special floatingObject entry & append it to the list |
| 2325 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2326 | std::unique_ptr<FloatingObject> floatingObject = FloatingObject::create(floatBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2327 | |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 2328 | // Our location is irrelevant if we're unsplittable or no pagination is in effect. Just lay out the float. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2329 | bool isChildRenderBlock = floatBox.isRenderBlock(); |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 2330 | if (isChildRenderBlock && !floatBox.needsLayout() && view().frameView().layoutContext().layoutState()->pageLogicalHeightChanged()) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2331 | floatBox.setChildNeedsLayout(MarkOnlyThis); |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 2332 | |
| 2333 | bool needsBlockDirectionLocationSetBeforeLayout = isChildRenderBlock && view().frameView().layoutContext().layoutState()->needsBlockDirectionLocationSetBeforeLayout(); |
bjonesbe@adobe.com | 9c29e69 | 2014-12-10 00:57:10 +0000 | [diff] [blame] | 2334 | if (!needsBlockDirectionLocationSetBeforeLayout || isWritingModeRoot()) { |
| 2335 | // We are unsplittable if we're a block flow root. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2336 | floatBox.layoutIfNeeded(); |
bjonesbe@adobe.com | 9c29e69 | 2014-12-10 00:57:10 +0000 | [diff] [blame] | 2337 | floatingObject->setShouldPaint(!floatBox.hasSelfPaintingLayer()); |
| 2338 | } |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2339 | else { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2340 | floatBox.updateLogicalWidth(); |
mmaxfield@apple.com | 09804f4 | 2016-03-23 00:58:34 +0000 | [diff] [blame] | 2341 | floatBox.computeAndSetBlockDirectionMargins(*this); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2342 | } |
| 2343 | |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2344 | setLogicalWidthForFloat(*floatingObject, logicalWidthForChild(floatBox) + marginStartForChild(floatBox) + marginEndForChild(floatBox)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2345 | |
aestes@apple.com | 13aae08 | 2016-01-02 08:03:08 +0000 | [diff] [blame] | 2346 | return m_floatingObjects->add(WTFMove(floatingObject)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2347 | } |
| 2348 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2349 | void RenderBlockFlow::removeFloatingObject(RenderBox& floatBox) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2350 | { |
| 2351 | if (m_floatingObjects) { |
| 2352 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
commit-queue@webkit.org | c27f5ca | 2018-11-26 19:29:23 +0000 | [diff] [blame] | 2353 | auto it = floatingObjectSet.find<FloatingObjectHashTranslator>(floatBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2354 | if (it != floatingObjectSet.end()) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2355 | auto& floatingObject = *it->get(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2356 | if (childrenInline()) { |
bjonesbe@adobe.com | 1ccd3a1 | 2013-10-10 00:35:38 +0000 | [diff] [blame] | 2357 | LayoutUnit logicalTop = logicalTopForFloat(floatingObject); |
| 2358 | LayoutUnit logicalBottom = logicalBottomForFloat(floatingObject); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2359 | |
| 2360 | // Fix for https://bugs.webkit.org/show_bug.cgi?id=54995. |
| 2361 | if (logicalBottom < 0 || logicalBottom < logicalTop || logicalTop == LayoutUnit::max()) |
| 2362 | logicalBottom = LayoutUnit::max(); |
| 2363 | else { |
| 2364 | // Special-case zero- and less-than-zero-height floats: those don't touch |
| 2365 | // the line that they're on, but it still needs to be dirtied. This is |
| 2366 | // accomplished by pretending they have a height of 1. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2367 | logicalBottom = std::max(logicalBottom, logicalTop + 1); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2368 | } |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2369 | if (floatingObject.originatingLine()) { |
| 2370 | floatingObject.originatingLine()->removeFloat(floatBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2371 | if (!selfNeedsLayout()) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2372 | ASSERT(&floatingObject.originatingLine()->renderer() == this); |
| 2373 | floatingObject.originatingLine()->markDirty(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2374 | } |
mark.lam@apple.com | 6572436 | 2020-01-06 22:24:50 +0000 | [diff] [blame] | 2375 | #if ASSERT_ENABLED |
zalan@apple.com | d2acead | 2017-09-20 22:03:06 +0000 | [diff] [blame] | 2376 | floatingObject.clearOriginatingLine(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2377 | #endif |
| 2378 | } |
| 2379 | markLinesDirtyInBlockRange(0, logicalBottom); |
| 2380 | } |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2381 | m_floatingObjects->remove(&floatingObject); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2382 | } |
| 2383 | } |
| 2384 | } |
| 2385 | |
| 2386 | void RenderBlockFlow::removeFloatingObjectsBelow(FloatingObject* lastFloat, int logicalOffset) |
| 2387 | { |
| 2388 | if (!containsFloats()) |
| 2389 | return; |
| 2390 | |
| 2391 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2392 | FloatingObject* curr = floatingObjectSet.last().get(); |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2393 | while (curr != lastFloat && (!curr->isPlaced() || logicalTopForFloat(*curr) >= logicalOffset)) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2394 | m_floatingObjects->remove(curr); |
| 2395 | if (floatingObjectSet.isEmpty()) |
| 2396 | break; |
| 2397 | curr = floatingObjectSet.last().get(); |
| 2398 | } |
| 2399 | } |
| 2400 | |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2401 | LayoutUnit RenderBlockFlow::logicalLeftOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const |
| 2402 | { |
| 2403 | LayoutUnit offset = fixedOffset; |
| 2404 | if (m_floatingObjects && m_floatingObjects->hasLeftObjects()) |
| 2405 | offset = m_floatingObjects->logicalLeftOffsetForPositioningFloat(fixedOffset, logicalTop, heightRemaining); |
| 2406 | return adjustLogicalLeftOffsetForLine(offset, applyTextIndent); |
| 2407 | } |
| 2408 | |
| 2409 | LayoutUnit RenderBlockFlow::logicalRightOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const |
| 2410 | { |
| 2411 | LayoutUnit offset = fixedOffset; |
| 2412 | if (m_floatingObjects && m_floatingObjects->hasRightObjects()) |
| 2413 | offset = m_floatingObjects->logicalRightOffsetForPositioningFloat(fixedOffset, logicalTop, heightRemaining); |
| 2414 | return adjustLogicalRightOffsetForLine(offset, applyTextIndent); |
| 2415 | } |
| 2416 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2417 | void RenderBlockFlow::computeLogicalLocationForFloat(FloatingObject& floatingObject, LayoutUnit& logicalTopOffset) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2418 | { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2419 | auto& childBox = floatingObject.renderer(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2420 | LayoutUnit logicalLeftOffset = logicalLeftOffsetForContent(logicalTopOffset); // Constant part of left offset. |
zoltan@webkit.org | 7d4f8cc | 2014-03-26 18:20:15 +0000 | [diff] [blame] | 2421 | LayoutUnit logicalRightOffset = logicalRightOffsetForContent(logicalTopOffset); // Constant part of right offset. |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2422 | |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2423 | LayoutUnit floatLogicalWidth = std::min(logicalWidthForFloat(floatingObject), logicalRightOffset - logicalLeftOffset); // The width we look for. |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2424 | |
| 2425 | LayoutUnit floatLogicalLeft; |
| 2426 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2427 | bool insideFragmentedFlow = enclosingFragmentedFlow(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 2428 | bool isInitialLetter = childBox.style().styleType() == PseudoId::FirstLetter && childBox.style().initialLetterDrop() > 0; |
hyatt@apple.com | 8751526 | 2014-09-04 21:20:12 +0000 | [diff] [blame] | 2429 | |
| 2430 | if (isInitialLetter) { |
| 2431 | int letterClearance = lowestInitialLetterLogicalBottom() - logicalTopOffset; |
| 2432 | if (letterClearance > 0) { |
| 2433 | logicalTopOffset += letterClearance; |
| 2434 | setLogicalHeight(logicalHeight() + letterClearance); |
| 2435 | } |
| 2436 | } |
| 2437 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2438 | if (childBox.style().floating() == Float::Left) { |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 2439 | LayoutUnit heightRemainingLeft = 1_lu; |
| 2440 | LayoutUnit heightRemainingRight = 1_lu; |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2441 | floatLogicalLeft = logicalLeftOffsetForPositioningFloat(logicalTopOffset, logicalLeftOffset, false, &heightRemainingLeft); |
| 2442 | while (logicalRightOffsetForPositioningFloat(logicalTopOffset, logicalRightOffset, false, &heightRemainingRight) - floatLogicalLeft < floatLogicalWidth) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2443 | logicalTopOffset += std::min(heightRemainingLeft, heightRemainingRight); |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2444 | floatLogicalLeft = logicalLeftOffsetForPositioningFloat(logicalTopOffset, logicalLeftOffset, false, &heightRemainingLeft); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2445 | if (insideFragmentedFlow) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2446 | // Have to re-evaluate all of our offsets, since they may have changed. |
| 2447 | logicalRightOffset = logicalRightOffsetForContent(logicalTopOffset); // Constant part of right offset. |
| 2448 | logicalLeftOffset = logicalLeftOffsetForContent(logicalTopOffset); // Constant part of left offset. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2449 | floatLogicalWidth = std::min(logicalWidthForFloat(floatingObject), logicalRightOffset - logicalLeftOffset); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2450 | } |
| 2451 | } |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2452 | floatLogicalLeft = std::max(logicalLeftOffset - borderAndPaddingLogicalLeft(), floatLogicalLeft); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2453 | } else { |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 2454 | LayoutUnit heightRemainingLeft = 1_lu; |
| 2455 | LayoutUnit heightRemainingRight = 1_lu; |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2456 | floatLogicalLeft = logicalRightOffsetForPositioningFloat(logicalTopOffset, logicalRightOffset, false, &heightRemainingRight); |
| 2457 | while (floatLogicalLeft - logicalLeftOffsetForPositioningFloat(logicalTopOffset, logicalLeftOffset, false, &heightRemainingLeft) < floatLogicalWidth) { |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2458 | logicalTopOffset += std::min(heightRemainingLeft, heightRemainingRight); |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2459 | floatLogicalLeft = logicalRightOffsetForPositioningFloat(logicalTopOffset, logicalRightOffset, false, &heightRemainingRight); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 2460 | if (insideFragmentedFlow) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2461 | // Have to re-evaluate all of our offsets, since they may have changed. |
| 2462 | logicalRightOffset = logicalRightOffsetForContent(logicalTopOffset); // Constant part of right offset. |
| 2463 | logicalLeftOffset = logicalLeftOffsetForContent(logicalTopOffset); // Constant part of left offset. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2464 | floatLogicalWidth = std::min(logicalWidthForFloat(floatingObject), logicalRightOffset - logicalLeftOffset); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2465 | } |
| 2466 | } |
| 2467 | // Use the original width of the float here, since the local variable |
| 2468 | // |floatLogicalWidth| was capped to the available line width. See |
| 2469 | // fast/block/float/clamped-right-float.html. |
bjonesbe@adobe.com | 1ccd3a1 | 2013-10-10 00:35:38 +0000 | [diff] [blame] | 2470 | floatLogicalLeft -= logicalWidthForFloat(floatingObject); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2471 | } |
| 2472 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2473 | LayoutUnit childLogicalLeftMargin = style().isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox); |
| 2474 | LayoutUnit childBeforeMargin = marginBeforeForChild(childBox); |
hyatt@apple.com | c2e1552 | 2014-09-03 19:26:38 +0000 | [diff] [blame] | 2475 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2476 | if (isInitialLetter) |
| 2477 | adjustInitialLetterPosition(childBox, logicalTopOffset, childBeforeMargin); |
| 2478 | |
| 2479 | setLogicalLeftForFloat(floatingObject, floatLogicalLeft); |
| 2480 | setLogicalLeftForChild(childBox, floatLogicalLeft + childLogicalLeftMargin); |
| 2481 | |
| 2482 | setLogicalTopForFloat(floatingObject, logicalTopOffset); |
| 2483 | setLogicalTopForChild(childBox, logicalTopOffset + childBeforeMargin); |
| 2484 | |
| 2485 | setLogicalMarginsForFloat(floatingObject, childLogicalLeftMargin, childBeforeMargin); |
| 2486 | } |
| 2487 | |
| 2488 | void RenderBlockFlow::adjustInitialLetterPosition(RenderBox& childBox, LayoutUnit& logicalTopOffset, LayoutUnit& marginBeforeOffset) |
| 2489 | { |
| 2490 | const RenderStyle& style = firstLineStyle(); |
| 2491 | const FontMetrics& fontMetrics = style.fontMetrics(); |
| 2492 | if (!fontMetrics.hasCapHeight()) |
| 2493 | return; |
| 2494 | |
| 2495 | LayoutUnit heightOfLine = lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); |
| 2496 | LayoutUnit beforeMarginBorderPadding = childBox.borderAndPaddingBefore() + childBox.marginBefore(); |
| 2497 | |
| 2498 | // Make an adjustment to align with the cap height of a theoretical block line. |
| 2499 | LayoutUnit adjustment = fontMetrics.ascent() + (heightOfLine - fontMetrics.height()) / 2 - fontMetrics.capHeight() - beforeMarginBorderPadding; |
| 2500 | logicalTopOffset += adjustment; |
| 2501 | |
| 2502 | // For sunken and raised caps, we have to make some adjustments. Test if we're sunken or raised (dropHeightDelta will be |
| 2503 | // positive for raised and negative for sunken). |
| 2504 | int dropHeightDelta = childBox.style().initialLetterHeight() - childBox.style().initialLetterDrop(); |
| 2505 | |
| 2506 | // If we're sunken, the float needs to shift down but lines still need to avoid it. In order to do that we increase the float's margin. |
| 2507 | if (dropHeightDelta < 0) |
| 2508 | marginBeforeOffset += -dropHeightDelta * heightOfLine; |
| 2509 | |
| 2510 | // If we're raised, then we actually have to grow the height of the block, since the lines have to be pushed down as though we're placing |
| 2511 | // empty lines beside the first letter. |
| 2512 | if (dropHeightDelta > 0) |
| 2513 | setLogicalHeight(logicalHeight() + dropHeightDelta * heightOfLine); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2514 | } |
| 2515 | |
| 2516 | bool RenderBlockFlow::positionNewFloats() |
| 2517 | { |
| 2518 | if (!m_floatingObjects) |
| 2519 | return false; |
| 2520 | |
| 2521 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2522 | if (floatingObjectSet.isEmpty()) |
| 2523 | return false; |
| 2524 | |
| 2525 | // If all floats have already been positioned, then we have no work to do. |
| 2526 | if (floatingObjectSet.last()->isPlaced()) |
| 2527 | return false; |
| 2528 | |
| 2529 | // Move backwards through our floating object list until we find a float that has |
| 2530 | // already been positioned. Then we'll be able to move forward, positioning all of |
| 2531 | // the new floats that need it. |
| 2532 | auto it = floatingObjectSet.end(); |
| 2533 | --it; // Go to last item. |
| 2534 | auto begin = floatingObjectSet.begin(); |
| 2535 | FloatingObject* lastPlacedFloatingObject = 0; |
| 2536 | while (it != begin) { |
| 2537 | --it; |
| 2538 | if ((*it)->isPlaced()) { |
| 2539 | lastPlacedFloatingObject = it->get(); |
| 2540 | ++it; |
| 2541 | break; |
| 2542 | } |
| 2543 | } |
| 2544 | |
| 2545 | LayoutUnit logicalTop = logicalHeight(); |
| 2546 | |
| 2547 | // The float cannot start above the top position of the last positioned float. |
| 2548 | if (lastPlacedFloatingObject) |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2549 | logicalTop = std::max(logicalTopForFloat(*lastPlacedFloatingObject), logicalTop); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2550 | |
| 2551 | auto end = floatingObjectSet.end(); |
| 2552 | // Now walk through the set of unpositioned floats and place them. |
| 2553 | for (; it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2554 | auto& floatingObject = *it->get(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2555 | // The containing block is responsible for positioning floats, so if we have floats in our |
| 2556 | // list that come from somewhere else, do not attempt to position them. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2557 | auto& childBox = floatingObject.renderer(); |
| 2558 | if (childBox.containingBlock() != this) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2559 | continue; |
| 2560 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2561 | LayoutRect oldRect = childBox.frameRect(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2562 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2563 | if (childBox.style().clear() == Clear::Left || childBox.style().clear() == Clear::Both) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2564 | logicalTop = std::max(lowestFloatLogicalBottom(FloatingObject::FloatLeft), logicalTop); |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2565 | if (childBox.style().clear() == Clear::Right || childBox.style().clear() == Clear::Both) |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2566 | logicalTop = std::max(lowestFloatLogicalBottom(FloatingObject::FloatRight), logicalTop); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2567 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2568 | computeLogicalLocationForFloat(floatingObject, logicalTop); |
| 2569 | LayoutUnit childLogicalTop = logicalTopForChild(childBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2570 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 2571 | estimateFragmentRangeForBoxChild(childBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2572 | |
hyatt@apple.com | ccad374 | 2015-02-04 21:39:00 +0000 | [diff] [blame] | 2573 | childBox.markForPaginationRelayoutIfNeeded(); |
| 2574 | childBox.layoutIfNeeded(); |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2575 | |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 2576 | auto* layoutState = view().frameView().layoutContext().layoutState(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2577 | bool isPaginated = layoutState->isPaginated(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2578 | if (isPaginated) { |
| 2579 | // If we are unsplittable and don't fit, then we need to move down. |
| 2580 | // We include our margins as part of the unsplittable area. |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2581 | LayoutUnit newLogicalTop = adjustForUnsplittableChild(childBox, logicalTop, childLogicalTop - logicalTop, marginAfterForChild(childBox)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2582 | |
| 2583 | // See if we have a pagination strut that is making us move down further. |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2584 | // Note that an unsplittable child can't also have a pagination strut, so this |
| 2585 | // is exclusive with the case above. |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 2586 | RenderBlock* childBlock = is<RenderBlock>(childBox) ? &downcast<RenderBlock>(childBox) : nullptr; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2587 | if (childBlock && childBlock->paginationStrut()) { |
| 2588 | newLogicalTop += childBlock->paginationStrut(); |
| 2589 | childBlock->setPaginationStrut(0); |
| 2590 | } |
| 2591 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2592 | if (newLogicalTop != logicalTop) { |
| 2593 | floatingObject.setPaginationStrut(newLogicalTop - logicalTop); |
| 2594 | computeLogicalLocationForFloat(floatingObject, newLogicalTop); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2595 | if (childBlock) |
| 2596 | childBlock->setChildNeedsLayout(MarkOnlyThis); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2597 | childBox.layoutIfNeeded(); |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2598 | logicalTop = newLogicalTop; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2599 | } |
| 2600 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 2601 | if (updateFragmentRangeForBoxChild(childBox)) { |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2602 | childBox.setNeedsLayout(MarkOnlyThis); |
| 2603 | childBox.layoutIfNeeded(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2604 | } |
| 2605 | } |
| 2606 | |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2607 | setLogicalHeightForFloat(floatingObject, logicalHeightForChildForFragmentation(childBox) + (logicalTopForChild(childBox) - logicalTop) + marginAfterForChild(childBox)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2608 | |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2609 | m_floatingObjects->addPlacedObject(&floatingObject); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2610 | |
zoltan@webkit.org | 0faf572 | 2013-11-05 02:34:16 +0000 | [diff] [blame] | 2611 | if (ShapeOutsideInfo* shapeOutside = childBox.shapeOutsideInfo()) |
bjonesbe@adobe.com | 029f74e | 2014-02-13 03:02:53 +0000 | [diff] [blame] | 2612 | shapeOutside->setReferenceBoxLogicalSize(logicalSizeForChild(childBox)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2613 | // If the child moved, we have to repaint it. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2614 | if (childBox.checkForRepaintDuringLayout()) |
| 2615 | childBox.repaintDuringLayoutIfMoved(oldRect); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2616 | } |
| 2617 | return true; |
| 2618 | } |
| 2619 | |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2620 | void RenderBlockFlow::clearFloats(Clear clear) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2621 | { |
| 2622 | positionNewFloats(); |
| 2623 | // set y position |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 2624 | LayoutUnit newY; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2625 | switch (clear) { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2626 | case Clear::Left: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2627 | newY = lowestFloatLogicalBottom(FloatingObject::FloatLeft); |
| 2628 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2629 | case Clear::Right: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2630 | newY = lowestFloatLogicalBottom(FloatingObject::FloatRight); |
| 2631 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2632 | case Clear::Both: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2633 | newY = lowestFloatLogicalBottom(); |
joepeck@webkit.org | aa676ee5 | 2014-01-28 04:04:52 +0000 | [diff] [blame] | 2634 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2635 | case Clear::None: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2636 | break; |
| 2637 | } |
| 2638 | if (height() < newY) |
| 2639 | setLogicalHeight(newY); |
| 2640 | } |
| 2641 | |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2642 | LayoutUnit RenderBlockFlow::logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2643 | { |
| 2644 | if (m_floatingObjects && m_floatingObjects->hasLeftObjects()) |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2645 | return m_floatingObjects->logicalLeftOffset(fixedOffset, logicalTop, logicalHeight); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2646 | |
| 2647 | return fixedOffset; |
| 2648 | } |
| 2649 | |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2650 | LayoutUnit RenderBlockFlow::logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2651 | { |
| 2652 | if (m_floatingObjects && m_floatingObjects->hasRightObjects()) |
bjonesbe@adobe.com | 98b899b | 2013-11-07 18:11:43 +0000 | [diff] [blame] | 2653 | return m_floatingObjects->logicalRightOffset(fixedOffset, logicalTop, logicalHeight); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2654 | |
| 2655 | return fixedOffset; |
| 2656 | } |
| 2657 | |
bjonesbe@adobe.com | edea342 | 2013-11-08 22:01:33 +0000 | [diff] [blame] | 2658 | LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelow(LayoutUnit logicalHeight) const |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2659 | { |
| 2660 | if (!m_floatingObjects) |
| 2661 | return logicalHeight; |
| 2662 | |
bjonesbe@adobe.com | edea342 | 2013-11-08 22:01:33 +0000 | [diff] [blame] | 2663 | return m_floatingObjects->findNextFloatLogicalBottomBelow(logicalHeight); |
| 2664 | } |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2665 | |
bjonesbe@adobe.com | edea342 | 2013-11-08 22:01:33 +0000 | [diff] [blame] | 2666 | LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelowForBlock(LayoutUnit logicalHeight) const |
| 2667 | { |
| 2668 | if (!m_floatingObjects) |
| 2669 | return logicalHeight; |
| 2670 | |
| 2671 | return m_floatingObjects->findNextFloatLogicalBottomBelowForBlock(logicalHeight); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2672 | } |
| 2673 | |
| 2674 | LayoutUnit RenderBlockFlow::lowestFloatLogicalBottom(FloatingObject::Type floatType) const |
| 2675 | { |
| 2676 | if (!m_floatingObjects) |
| 2677 | return 0; |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 2678 | LayoutUnit lowestFloatBottom; |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2679 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2680 | auto end = floatingObjectSet.end(); |
| 2681 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2682 | const auto& floatingObject = *it->get(); |
| 2683 | if (floatingObject.isPlaced() && floatingObject.type() & floatType) |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2684 | lowestFloatBottom = std::max(lowestFloatBottom, logicalBottomForFloat(floatingObject)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2685 | } |
| 2686 | return lowestFloatBottom; |
| 2687 | } |
| 2688 | |
hyatt@apple.com | 8751526 | 2014-09-04 21:20:12 +0000 | [diff] [blame] | 2689 | LayoutUnit RenderBlockFlow::lowestInitialLetterLogicalBottom() const |
| 2690 | { |
| 2691 | if (!m_floatingObjects) |
| 2692 | return 0; |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 2693 | LayoutUnit lowestFloatBottom; |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2694 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2695 | auto end = floatingObjectSet.end(); |
| 2696 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2697 | const auto& floatingObject = *it->get(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 2698 | if (floatingObject.isPlaced() && floatingObject.renderer().style().styleType() == PseudoId::FirstLetter && floatingObject.renderer().style().initialLetterDrop() > 0) |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2699 | lowestFloatBottom = std::max(lowestFloatBottom, logicalBottomForFloat(floatingObject)); |
hyatt@apple.com | 8751526 | 2014-09-04 21:20:12 +0000 | [diff] [blame] | 2700 | } |
| 2701 | return lowestFloatBottom; |
| 2702 | } |
| 2703 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2704 | LayoutUnit RenderBlockFlow::addOverhangingFloats(RenderBlockFlow& child, bool makeChildPaintOtherFloats) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2705 | { |
| 2706 | // Prevent floats from being added to the canvas by the root element, e.g., <html>. |
jfernandez@igalia.com | 136f170 | 2014-12-08 19:13:16 +0000 | [diff] [blame] | 2707 | if (!child.containsFloats() || child.createsNewFormattingContext()) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2708 | return 0; |
| 2709 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2710 | LayoutUnit childLogicalTop = child.logicalTop(); |
| 2711 | LayoutUnit childLogicalLeft = child.logicalLeft(); |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 2712 | LayoutUnit lowestFloatLogicalBottom; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2713 | |
| 2714 | // Floats that will remain the child's responsibility to paint should factor into its |
| 2715 | // overflow. |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2716 | auto childEnd = child.m_floatingObjects->set().end(); |
| 2717 | for (auto childIt = child.m_floatingObjects->set().begin(); childIt != childEnd; ++childIt) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2718 | auto& floatingObject = *childIt->get(); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2719 | LayoutUnit floatLogicalBottom = std::min(logicalBottomForFloat(floatingObject), LayoutUnit::max() - childLogicalTop); |
bjonesbe@adobe.com | 1ccd3a1 | 2013-10-10 00:35:38 +0000 | [diff] [blame] | 2720 | LayoutUnit logicalBottom = childLogicalTop + floatLogicalBottom; |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 2721 | lowestFloatLogicalBottom = std::max(lowestFloatLogicalBottom, logicalBottom); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2722 | |
| 2723 | if (logicalBottom > logicalHeight()) { |
| 2724 | // If the object is not in the list, we add it now. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2725 | if (!containsFloat(floatingObject.renderer())) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2726 | LayoutSize offset = isHorizontalWritingMode() ? LayoutSize(-childLogicalLeft, -childLogicalTop) : LayoutSize(-childLogicalTop, -childLogicalLeft); |
| 2727 | bool shouldPaint = false; |
| 2728 | |
| 2729 | // The nearest enclosing layer always paints the float (so that zindex and stacking |
| 2730 | // behaves properly). We always want to propagate the desire to paint the float as |
| 2731 | // far out as we can, to the outermost block that overlaps the float, stopping only |
| 2732 | // if we hit a self-painting layer boundary. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2733 | if (floatingObject.renderer().enclosingFloatPaintingLayer() == enclosingFloatPaintingLayer()) { |
| 2734 | floatingObject.setShouldPaint(false); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2735 | shouldPaint = true; |
| 2736 | } |
| 2737 | // We create the floating object list lazily. |
| 2738 | if (!m_floatingObjects) |
| 2739 | createFloatingObjects(); |
| 2740 | |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2741 | m_floatingObjects->add(floatingObject.copyToNewContainer(offset, shouldPaint, true)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2742 | } |
| 2743 | } else { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2744 | const auto& renderer = floatingObject.renderer(); |
| 2745 | if (makeChildPaintOtherFloats && !floatingObject.shouldPaint() && !renderer.hasSelfPaintingLayer() |
| 2746 | && renderer.isDescendantOf(&child) && renderer.enclosingFloatPaintingLayer() == child.enclosingFloatPaintingLayer()) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2747 | // The float is not overhanging from this block, so if it is a descendant of the child, the child should |
| 2748 | // paint it (the other case is that it is intruding into the child), unless it has its own layer or enclosing |
| 2749 | // layer. |
| 2750 | // If makeChildPaintOtherFloats is false, it means that the child must already know about all the floats |
| 2751 | // it should paint. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2752 | floatingObject.setShouldPaint(true); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2753 | } |
| 2754 | |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 2755 | // Since the float doesn't overhang, it didn't get put into our list. We need to add its overflow in to the child now. |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2756 | if (floatingObject.isDescendant()) |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2757 | child.addOverflowFromChild(&renderer, floatingObject.locationOffsetOfBorderBox()); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2758 | } |
| 2759 | } |
| 2760 | return lowestFloatLogicalBottom; |
| 2761 | } |
| 2762 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2763 | bool RenderBlockFlow::hasOverhangingFloat(RenderBox& renderer) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2764 | { |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 2765 | if (!m_floatingObjects || !parent()) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2766 | return false; |
| 2767 | |
| 2768 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
commit-queue@webkit.org | c27f5ca | 2018-11-26 19:29:23 +0000 | [diff] [blame] | 2769 | const auto it = floatingObjectSet.find<FloatingObjectHashTranslator>(renderer); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2770 | if (it == floatingObjectSet.end()) |
| 2771 | return false; |
| 2772 | |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2773 | return logicalBottomForFloat(*it->get()) > logicalHeight(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2774 | } |
| 2775 | |
hyatt@apple.com | 21c6080 | 2015-04-01 18:10:32 +0000 | [diff] [blame] | 2776 | void RenderBlockFlow::addIntrudingFloats(RenderBlockFlow* prev, RenderBlockFlow* container, LayoutUnit logicalLeftOffset, LayoutUnit logicalTopOffset) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2777 | { |
| 2778 | ASSERT(!avoidsFloats()); |
| 2779 | |
jfernandez@igalia.com | 7065868 | 2014-12-15 21:07:30 +0000 | [diff] [blame] | 2780 | // If we create our own block formatting context then our contents don't interact with floats outside it, even those from our parent. |
| 2781 | if (createsNewFormattingContext()) |
| 2782 | return; |
| 2783 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2784 | // If the parent or previous sibling doesn't have any floats to add, don't bother. |
| 2785 | if (!prev->m_floatingObjects) |
| 2786 | return; |
| 2787 | |
| 2788 | logicalLeftOffset += marginLogicalLeft(); |
| 2789 | |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2790 | const FloatingObjectSet& prevSet = prev->m_floatingObjects->set(); |
| 2791 | auto prevEnd = prevSet.end(); |
| 2792 | for (auto prevIt = prevSet.begin(); prevIt != prevEnd; ++prevIt) { |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2793 | auto& floatingObject = *prevIt->get(); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2794 | if (logicalBottomForFloat(floatingObject) > logicalTopOffset) { |
commit-queue@webkit.org | c27f5ca | 2018-11-26 19:29:23 +0000 | [diff] [blame] | 2795 | if (!m_floatingObjects || !m_floatingObjects->set().contains(&floatingObject)) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2796 | // We create the floating object list lazily. |
| 2797 | if (!m_floatingObjects) |
| 2798 | createFloatingObjects(); |
| 2799 | |
| 2800 | // Applying the child's margin makes no sense in the case where the child was passed in. |
| 2801 | // since this margin was added already through the modification of the |logicalLeftOffset| variable |
| 2802 | // above. |logicalLeftOffset| will equal the margin in this case, so it's already been taken |
| 2803 | // into account. Only apply this code if prev is the parent, since otherwise the left margin |
| 2804 | // will get applied twice. |
| 2805 | LayoutSize offset = isHorizontalWritingMode() |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 2806 | ? LayoutSize(logicalLeftOffset - (prev != container ? prev->marginLeft() : 0_lu), logicalTopOffset) |
| 2807 | : LayoutSize(logicalTopOffset, logicalLeftOffset - (prev != container ? prev->marginTop() : 0_lu)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2808 | |
zalan@apple.com | 84ccfa1 | 2015-10-17 03:36:56 +0000 | [diff] [blame] | 2809 | m_floatingObjects->add(floatingObject.copyToNewContainer(offset)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2810 | } |
| 2811 | } |
| 2812 | } |
| 2813 | } |
| 2814 | |
| 2815 | void RenderBlockFlow::markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove, bool inLayout) |
| 2816 | { |
| 2817 | if (!everHadLayout() && !containsFloats()) |
| 2818 | return; |
| 2819 | |
| 2820 | MarkingBehavior markParents = inLayout ? MarkOnlyThis : MarkContainingBlockChain; |
| 2821 | setChildNeedsLayout(markParents); |
| 2822 | |
| 2823 | if (floatToRemove) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2824 | removeFloatingObject(*floatToRemove); |
hyatt@apple.com | 11a5e5c | 2016-05-19 21:51:31 +0000 | [diff] [blame] | 2825 | else if (childrenInline()) |
hyatt@apple.com | 00e9314 | 2016-05-18 18:59:40 +0000 | [diff] [blame] | 2826 | return; |
| 2827 | |
zalan@apple.com | 5d7ffdf | 2014-10-29 21:13:12 +0000 | [diff] [blame] | 2828 | // Iterate over our block children and mark them as needed. |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 2829 | for (auto& block : childrenOfType<RenderBlock>(*this)) { |
| 2830 | if (!floatToRemove && block.isFloatingOrOutOfFlowPositioned()) |
| 2831 | continue; |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 2832 | if (!is<RenderBlockFlow>(block)) { |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 2833 | if (block.shrinkToAvoidFloats() && block.everHadLayout()) |
| 2834 | block.setChildNeedsLayout(markParents); |
| 2835 | continue; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2836 | } |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 2837 | auto& blockFlow = downcast<RenderBlockFlow>(block); |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 2838 | if ((floatToRemove ? blockFlow.containsFloat(*floatToRemove) : blockFlow.containsFloats()) || blockFlow.shrinkToAvoidFloats()) |
| 2839 | blockFlow.markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2840 | } |
| 2841 | } |
| 2842 | |
| 2843 | void RenderBlockFlow::markSiblingsWithFloatsForLayout(RenderBox* floatToRemove) |
| 2844 | { |
| 2845 | if (!m_floatingObjects) |
| 2846 | return; |
| 2847 | |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2848 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2849 | auto end = floatingObjectSet.end(); |
| 2850 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2851 | for (RenderObject* next = nextSibling(); next; next = next->nextSibling()) { |
zalan@apple.com | c2472ea | 2015-05-26 22:59:40 +0000 | [diff] [blame] | 2852 | if (!is<RenderBlockFlow>(*next) || next->isFloatingOrOutOfFlowPositioned()) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2853 | continue; |
| 2854 | |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 2855 | RenderBlockFlow& nextBlock = downcast<RenderBlockFlow>(*next); |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 2856 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
| 2857 | RenderBox& floatingBox = (*it)->renderer(); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2858 | if (floatToRemove && &floatingBox != floatToRemove) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2859 | continue; |
cdumez@apple.com | e943779 | 2014-10-08 23:33:43 +0000 | [diff] [blame] | 2860 | if (nextBlock.containsFloat(floatingBox)) |
| 2861 | nextBlock.markAllDescendantsWithFloatsForLayout(&floatingBox); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2862 | } |
| 2863 | } |
| 2864 | } |
| 2865 | |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2866 | LayoutPoint RenderBlockFlow::flipFloatForWritingModeForChild(const FloatingObject& child, const LayoutPoint& point) const |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2867 | { |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 2868 | if (!style().isFlippedBlocksWritingMode()) |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2869 | return point; |
| 2870 | |
| 2871 | // This is similar to RenderBox::flipForWritingModeForChild. We have to subtract out our left/top offsets twice, since |
| 2872 | // it's going to get added back in. We hide this complication here so that the calling code looks normal for the unflipped |
| 2873 | // case. |
| 2874 | if (isHorizontalWritingMode()) |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2875 | return LayoutPoint(point.x(), point.y() + height() - child.renderer().height() - 2 * child.locationOffsetOfBorderBox().height()); |
| 2876 | return LayoutPoint(point.x() + width() - child.renderer().width() - 2 * child.locationOffsetOfBorderBox().width(), point.y()); |
weinig@apple.com | 31324fd | 2013-10-28 19:22:51 +0000 | [diff] [blame] | 2877 | } |
| 2878 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2879 | LayoutUnit RenderBlockFlow::getClearDelta(RenderBox& child, LayoutUnit logicalTop) |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2880 | { |
| 2881 | // There is no need to compute clearance if we have no floats. |
| 2882 | if (!containsFloats()) |
| 2883 | return 0; |
| 2884 | |
| 2885 | // At least one float is present. We need to perform the clearance computation. |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2886 | bool clearSet = child.style().clear() != Clear::None; |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 2887 | LayoutUnit logicalBottom; |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 2888 | switch (child.style().clear()) { |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2889 | case Clear::None: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2890 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2891 | case Clear::Left: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2892 | logicalBottom = lowestFloatLogicalBottom(FloatingObject::FloatLeft); |
| 2893 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2894 | case Clear::Right: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2895 | logicalBottom = lowestFloatLogicalBottom(FloatingObject::FloatRight); |
| 2896 | break; |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 2897 | case Clear::Both: |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2898 | logicalBottom = lowestFloatLogicalBottom(); |
| 2899 | break; |
| 2900 | } |
| 2901 | |
| 2902 | // We also clear floats if we are too big to sit on the same line as a float (and wish to avoid floats by default). |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 2903 | LayoutUnit result = clearSet ? std::max<LayoutUnit>(0, logicalBottom - logicalTop) : 0_lu; |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2904 | if (!result && child.avoidsFloats()) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2905 | LayoutUnit newLogicalTop = logicalTop; |
| 2906 | while (true) { |
zalan@apple.com | 64761fe | 2016-03-02 21:42:22 +0000 | [diff] [blame] | 2907 | LayoutUnit availableLogicalWidthAtNewLogicalTopOffset = availableLogicalWidthForLine(newLogicalTop, DoNotIndentText, logicalHeightForChild(child)); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2908 | if (availableLogicalWidthAtNewLogicalTopOffset == availableLogicalWidthForContent(newLogicalTop)) |
| 2909 | return newLogicalTop - logicalTop; |
| 2910 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 2911 | RenderFragmentContainer* fragment = fragmentAtBlockOffset(logicalTopForChild(child)); |
| 2912 | LayoutRect borderBox = child.borderBoxRectInFragment(fragment, DoNotCacheRenderBoxFragmentInfo); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2913 | LayoutUnit childLogicalWidthAtOldLogicalTopOffset = isHorizontalWritingMode() ? borderBox.width() : borderBox.height(); |
| 2914 | |
| 2915 | // FIXME: None of this is right for perpendicular writing-mode children. |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2916 | LayoutUnit childOldLogicalWidth = child.logicalWidth(); |
| 2917 | LayoutUnit childOldMarginLeft = child.marginLeft(); |
| 2918 | LayoutUnit childOldMarginRight = child.marginRight(); |
| 2919 | LayoutUnit childOldLogicalTop = child.logicalTop(); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2920 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2921 | child.setLogicalTop(newLogicalTop); |
| 2922 | child.updateLogicalWidth(); |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 2923 | fragment = fragmentAtBlockOffset(logicalTopForChild(child)); |
| 2924 | borderBox = child.borderBoxRectInFragment(fragment, DoNotCacheRenderBoxFragmentInfo); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2925 | LayoutUnit childLogicalWidthAtNewLogicalTopOffset = isHorizontalWritingMode() ? borderBox.width() : borderBox.height(); |
| 2926 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2927 | child.setLogicalTop(childOldLogicalTop); |
| 2928 | child.setLogicalWidth(childOldLogicalWidth); |
| 2929 | child.setMarginLeft(childOldMarginLeft); |
| 2930 | child.setMarginRight(childOldMarginRight); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2931 | |
| 2932 | if (childLogicalWidthAtNewLogicalTopOffset <= availableLogicalWidthAtNewLogicalTopOffset) { |
| 2933 | // Even though we may not be moving, if the logical width did shrink because of the presence of new floats, then |
| 2934 | // we need to force a relayout as though we shifted. This happens because of the dynamic addition of overhanging floats |
| 2935 | // from previous siblings when negative margins exist on a child (see the addOverhangingFloats call at the end of collapseMargins). |
| 2936 | if (childLogicalWidthAtOldLogicalTopOffset != childLogicalWidthAtNewLogicalTopOffset) |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 2937 | child.setChildNeedsLayout(MarkOnlyThis); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2938 | return newLogicalTop - logicalTop; |
| 2939 | } |
| 2940 | |
bjonesbe@adobe.com | edea342 | 2013-11-08 22:01:33 +0000 | [diff] [blame] | 2941 | newLogicalTop = nextFloatLogicalBottomBelowForBlock(newLogicalTop); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2942 | ASSERT(newLogicalTop >= logicalTop); |
| 2943 | if (newLogicalTop < logicalTop) |
| 2944 | break; |
| 2945 | } |
| 2946 | ASSERT_NOT_REACHED(); |
| 2947 | } |
| 2948 | return result; |
| 2949 | } |
| 2950 | |
| 2951 | bool RenderBlockFlow::hitTestFloats(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) |
| 2952 | { |
| 2953 | if (!m_floatingObjects) |
| 2954 | return false; |
| 2955 | |
| 2956 | LayoutPoint adjustedLocation = accumulatedOffset; |
cdumez@apple.com | 3abcc79 | 2014-10-20 03:42:03 +0000 | [diff] [blame] | 2957 | if (is<RenderView>(*this)) |
| 2958 | adjustedLocation += toLayoutSize(downcast<RenderView>(*this).frameView().scrollPosition()); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2959 | |
| 2960 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 2961 | auto begin = floatingObjectSet.begin(); |
| 2962 | for (auto it = floatingObjectSet.end(); it != begin;) { |
| 2963 | --it; |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2964 | const auto& floatingObject = *it->get(); |
| 2965 | auto& renderer = floatingObject.renderer(); |
| 2966 | if (floatingObject.shouldPaint() && !renderer.hasSelfPaintingLayer()) { |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 2967 | LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, adjustedLocation + floatingObject.translationOffsetToAncestor()); |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 2968 | if (renderer.hitTest(request, result, locationInContainer, childPoint)) { |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 2969 | updateHitTestResult(result, locationInContainer.point() - toLayoutSize(childPoint)); |
| 2970 | return true; |
| 2971 | } |
| 2972 | } |
| 2973 | } |
| 2974 | |
| 2975 | return false; |
| 2976 | } |
| 2977 | |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 2978 | bool RenderBlockFlow::hitTestInlineChildren(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) |
| 2979 | { |
| 2980 | ASSERT(childrenInline()); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 2981 | |
antti@apple.com | 04bca45 | 2019-12-09 15:28:48 +0000 | [diff] [blame] | 2982 | if (simpleLineLayout()) |
| 2983 | return SimpleLineLayout::hitTestFlow(*this, *simpleLineLayout(), request, result, locationInContainer, accumulatedOffset, hitTestAction); |
| 2984 | |
| 2985 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 2986 | if (layoutFormattingContextLineLayout()) |
| 2987 | return layoutFormattingContextLineLayout()->hitTest(request, result, locationInContainer, accumulatedOffset, hitTestAction); |
| 2988 | #endif |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 2989 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 2990 | return complexLineLayout() && complexLineLayout()->lineBoxes().hitTest(this, request, result, locationInContainer, accumulatedOffset, hitTestAction); |
antti@apple.com | 50b36fde | 2019-08-11 11:02:01 +0000 | [diff] [blame] | 2991 | } |
| 2992 | |
| 2993 | void RenderBlockFlow::addOverflowFromInlineChildren() |
| 2994 | { |
| 2995 | if (auto simpleLineLayout = this->simpleLineLayout()) { |
| 2996 | ASSERT(!hasOverflowClip()); |
| 2997 | SimpleLineLayout::collectFlowOverflow(*this, *simpleLineLayout); |
| 2998 | return; |
| 2999 | } |
| 3000 | |
antti@apple.com | 4789a08 | 2019-12-08 15:30:50 +0000 | [diff] [blame] | 3001 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3002 | if (layoutFormattingContextLineLayout()) { |
| 3003 | layoutFormattingContextLineLayout()->collectOverflow(*this); |
| 3004 | return; |
| 3005 | } |
| 3006 | #endif |
| 3007 | |
antti@apple.com | ebf3d5a | 2019-11-26 18:28:13 +0000 | [diff] [blame] | 3008 | if (complexLineLayout()) |
| 3009 | complexLineLayout()->addOverflowFromInlineChildren(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3010 | } |
| 3011 | |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 3012 | void RenderBlockFlow::adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const |
| 3013 | { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3014 | if (style().visibility() != Visibility::Visible) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3015 | return; |
| 3016 | |
| 3017 | // We don't deal with relative positioning. Our assumption is that you shrink to fit the lines without accounting |
| 3018 | // for either overflow or translations via relative positioning. |
| 3019 | if (childrenInline()) { |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3020 | const_cast<RenderBlockFlow&>(*this).ensureLineBoxes(); |
| 3021 | |
cdumez@apple.com | c1d54fa | 2015-10-13 19:15:55 +0000 | [diff] [blame] | 3022 | for (auto* box = firstRootBox(); box; box = box->nextRootBox()) { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3023 | if (box->firstChild()) |
zalan@apple.com | 390064f | 2014-02-26 06:23:03 +0000 | [diff] [blame] | 3024 | left = std::min(left, x + LayoutUnit(box->firstChild()->x())); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3025 | if (box->lastChild()) |
zalan@apple.com | 390064f | 2014-02-26 06:23:03 +0000 | [diff] [blame] | 3026 | right = std::max(right, x + LayoutUnit(ceilf(box->lastChild()->logicalRight()))); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3027 | } |
| 3028 | } else { |
| 3029 | for (RenderBox* obj = firstChildBox(); obj; obj = obj->nextSiblingBox()) { |
| 3030 | if (!obj->isFloatingOrOutOfFlowPositioned()) { |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 3031 | if (is<RenderBlockFlow>(*obj) && !obj->hasOverflowClip()) |
| 3032 | downcast<RenderBlockFlow>(*obj).adjustForBorderFit(x + obj->x(), left, right); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3033 | else if (obj->style().visibility() == Visibility::Visible) { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3034 | // We are a replaced element or some kind of non-block-flow object. |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 3035 | left = std::min(left, x + obj->x()); |
| 3036 | right = std::max(right, x + obj->x() + obj->width()); |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 3037 | } |
| 3038 | } |
| 3039 | } |
| 3040 | } |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3041 | |
| 3042 | if (m_floatingObjects) { |
commit-queue@webkit.org | 6ad70c2 | 2015-06-12 18:43:01 +0000 | [diff] [blame] | 3043 | const FloatingObjectSet& floatingObjectSet = m_floatingObjects->set(); |
| 3044 | auto end = floatingObjectSet.end(); |
| 3045 | for (auto it = floatingObjectSet.begin(); it != end; ++it) { |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 3046 | const auto& floatingObject = *it->get(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3047 | // Only examine the object if our m_shouldPaint flag is set. |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 3048 | if (floatingObject.shouldPaint()) { |
hyatt@apple.com | b618b2a | 2017-03-17 18:54:47 +0000 | [diff] [blame] | 3049 | LayoutUnit floatLeft = floatingObject.translationOffsetToAncestor().width(); |
zalan@apple.com | 6816b13 | 2015-10-17 19:14:53 +0000 | [diff] [blame] | 3050 | LayoutUnit floatRight = floatLeft + floatingObject.renderer().width(); |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 3051 | left = std::min(left, floatLeft); |
| 3052 | right = std::max(right, floatRight); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3053 | } |
| 3054 | } |
| 3055 | } |
| 3056 | } |
| 3057 | |
| 3058 | void RenderBlockFlow::fitBorderToLinesIfNeeded() |
| 3059 | { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3060 | if (style().borderFit() == BorderFit::Border || hasOverrideContentLogicalWidth()) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3061 | return; |
| 3062 | |
| 3063 | // Walk any normal flow lines to snugly fit. |
| 3064 | LayoutUnit left = LayoutUnit::max(); |
| 3065 | LayoutUnit right = LayoutUnit::min(); |
| 3066 | LayoutUnit oldWidth = contentWidth(); |
| 3067 | adjustForBorderFit(0, left, right); |
| 3068 | |
| 3069 | // Clamp to our existing edges. We can never grow. We only shrink. |
| 3070 | LayoutUnit leftEdge = borderLeft() + paddingLeft(); |
| 3071 | LayoutUnit rightEdge = leftEdge + oldWidth; |
andersca@apple.com | 8629863 | 2013-11-10 19:32:33 +0000 | [diff] [blame] | 3072 | left = std::min(rightEdge, std::max(leftEdge, left)); |
| 3073 | right = std::max(leftEdge, std::min(rightEdge, right)); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3074 | |
| 3075 | LayoutUnit newContentWidth = right - left; |
| 3076 | if (newContentWidth == oldWidth) |
| 3077 | return; |
| 3078 | |
rego@igalia.com | 8bac95d | 2018-05-14 15:20:47 +0000 | [diff] [blame] | 3079 | setOverrideContentLogicalWidth(newContentWidth); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3080 | layoutBlock(false); |
rego@igalia.com | 8bac95d | 2018-05-14 15:20:47 +0000 | [diff] [blame] | 3081 | clearOverrideContentLogicalWidth(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3082 | } |
| 3083 | |
| 3084 | void RenderBlockFlow::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest) |
| 3085 | { |
| 3086 | if (logicalTop >= logicalBottom) |
| 3087 | return; |
| 3088 | |
antti@apple.com | d685c41 | 2019-12-07 13:56:51 +0000 | [diff] [blame] | 3089 | // Floats currently affect the choice of layout path. |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3090 | if (simpleLineLayout()) { |
antti@apple.com | be9d3e1 | 2014-05-11 09:42:47 +0000 | [diff] [blame] | 3091 | invalidateLineLayoutPath(); |
| 3092 | return; |
| 3093 | } |
| 3094 | |
antti@apple.com | d685c41 | 2019-12-07 13:56:51 +0000 | [diff] [blame] | 3095 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3096 | if (layoutFormattingContextLineLayout()) { |
| 3097 | invalidateLineLayoutPath(); |
| 3098 | return; |
| 3099 | } |
| 3100 | #endif |
| 3101 | |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3102 | RootInlineBox* lowestDirtyLine = lastRootBox(); |
| 3103 | RootInlineBox* afterLowest = lowestDirtyLine; |
| 3104 | while (lowestDirtyLine && lowestDirtyLine->lineBottomWithLeading() >= logicalBottom && logicalBottom < LayoutUnit::max()) { |
| 3105 | afterLowest = lowestDirtyLine; |
| 3106 | lowestDirtyLine = lowestDirtyLine->prevRootBox(); |
| 3107 | } |
| 3108 | |
| 3109 | while (afterLowest && afterLowest != highest && (afterLowest->lineBottomWithLeading() >= logicalTop || afterLowest->lineBottomWithLeading() < 0)) { |
| 3110 | afterLowest->markDirty(); |
| 3111 | afterLowest = afterLowest->prevRootBox(); |
| 3112 | } |
| 3113 | } |
| 3114 | |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3115 | Optional<int> RenderBlockFlow::firstLineBaseline() const |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3116 | { |
jfernandez@igalia.com | f119ec1 | 2018-11-23 11:04:23 +0000 | [diff] [blame] | 3117 | if (isWritingModeRoot() && !isRubyRun() && !isGridItem()) |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3118 | return WTF::nullopt; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3119 | |
| 3120 | if (!childrenInline()) |
antti@apple.com | 0e632aa | 2013-10-22 21:03:38 +0000 | [diff] [blame] | 3121 | return RenderBlock::firstLineBaseline(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3122 | |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3123 | if (!hasLines()) |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3124 | return WTF::nullopt; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3125 | |
antti@apple.com | d685c41 | 2019-12-07 13:56:51 +0000 | [diff] [blame] | 3126 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3127 | if (layoutFormattingContextLineLayout()) |
| 3128 | return floorToInt(layoutFormattingContextLineLayout()->firstLineBaseline()); |
| 3129 | #endif |
| 3130 | |
| 3131 | if (simpleLineLayout()) |
| 3132 | return { SimpleLineLayout::computeFlowFirstLineBaseline(*this, *simpleLineLayout()) }; |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3133 | |
akling@apple.com | ee3c8df | 2013-11-06 08:09:44 +0000 | [diff] [blame] | 3134 | ASSERT(firstRootBox()); |
jfernandez@igalia.com | be5a04c | 2018-11-22 08:45:48 +0000 | [diff] [blame] | 3135 | if (style().isFlippedLinesWritingMode()) |
| 3136 | return firstRootBox()->logicalTop() + firstLineStyle().fontMetrics().descent(firstRootBox()->baselineType()); |
akling@apple.com | ee3c8df | 2013-11-06 08:09:44 +0000 | [diff] [blame] | 3137 | return firstRootBox()->logicalTop() + firstLineStyle().fontMetrics().ascent(firstRootBox()->baselineType()); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3138 | } |
| 3139 | |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3140 | Optional<int> RenderBlockFlow::inlineBlockBaseline(LineDirectionMode lineDirection) const |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3141 | { |
| 3142 | if (isWritingModeRoot() && !isRubyRun()) |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3143 | return WTF::nullopt; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3144 | |
mmaxfield@apple.com | 9f4af63 | 2015-03-09 23:43:34 +0000 | [diff] [blame] | 3145 | // Note that here we only take the left and bottom into consideration. Our caller takes the right and top into consideration. |
| 3146 | float boxHeight = lineDirection == HorizontalLine ? height() + m_marginBox.bottom() : width() + m_marginBox.left(); |
| 3147 | float lastBaseline; |
mmaxfield@apple.com | 5f90774 | 2015-03-11 18:22:06 +0000 | [diff] [blame] | 3148 | if (!childrenInline()) { |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3149 | Optional<int> inlineBlockBaseline = RenderBlock::inlineBlockBaseline(lineDirection); |
mmaxfield@apple.com | 5f90774 | 2015-03-11 18:22:06 +0000 | [diff] [blame] | 3150 | if (!inlineBlockBaseline) |
| 3151 | return inlineBlockBaseline; |
| 3152 | lastBaseline = inlineBlockBaseline.value(); |
| 3153 | } else { |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3154 | if (!hasLines()) { |
| 3155 | if (!hasLineIfEmpty()) |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3156 | return WTF::nullopt; |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3157 | const auto& fontMetrics = firstLineStyle().fontMetrics(); |
cdumez@apple.com | 8b7a022 | 2018-12-20 04:41:11 +0000 | [diff] [blame] | 3158 | return Optional<int>(fontMetrics.ascent() |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3159 | + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2 |
mmaxfield@apple.com | 5f90774 | 2015-03-11 18:22:06 +0000 | [diff] [blame] | 3160 | + (lineDirection == HorizontalLine ? borderTop() + paddingTop() : borderRight() + paddingRight())); |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3161 | } |
| 3162 | |
antti@apple.com | d685c41 | 2019-12-07 13:56:51 +0000 | [diff] [blame] | 3163 | if (simpleLineLayout()) |
| 3164 | lastBaseline = SimpleLineLayout::computeFlowLastLineBaseline(*this, *simpleLineLayout()); |
| 3165 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3166 | else if (layoutFormattingContextLineLayout()) |
| 3167 | lastBaseline = floorToInt(layoutFormattingContextLineLayout()->lastLineBaseline()); |
| 3168 | #endif |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3169 | else { |
| 3170 | bool isFirstLine = lastRootBox() == firstRootBox(); |
| 3171 | const auto& style = isFirstLine ? firstLineStyle() : this->style(); |
jfernandez@igalia.com | 7e696b9 | 2018-02-01 01:56:52 +0000 | [diff] [blame] | 3172 | // InlineFlowBox::placeBoxesInBlockDirection will flip lines in case of verticalLR mode, so we can assume verticalRL for now. |
| 3173 | lastBaseline = style.fontMetrics().ascent(lastRootBox()->baselineType()) |
| 3174 | + (style.isFlippedLinesWritingMode() ? logicalHeight() - lastRootBox()->logicalBottom() : lastRootBox()->logicalTop()); |
mmaxfield@apple.com | a52ab46 | 2015-03-11 14:41:01 +0000 | [diff] [blame] | 3175 | } |
mmaxfield@apple.com | 9f4af63 | 2015-03-09 23:43:34 +0000 | [diff] [blame] | 3176 | } |
| 3177 | // According to the CSS spec http://www.w3.org/TR/CSS21/visudet.html, we shouldn't be performing this min, but should |
| 3178 | // instead be returning boxHeight directly. However, we feel that a min here is better behavior (and is consistent |
| 3179 | // enough with the spec to not cause tons of breakages). |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 3180 | return style().overflowY() == Overflow::Visible ? lastBaseline : std::min(boxHeight, lastBaseline); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3181 | } |
| 3182 | |
megan_gardner@apple.com | c66f2b8 | 2020-02-10 19:32:19 +0000 | [diff] [blame] | 3183 | void RenderBlockFlow::setSelectionState(HighlightState state) |
zalan@apple.com | 8bf2a91 | 2015-04-10 03:15:50 +0000 | [diff] [blame] | 3184 | { |
megan_gardner@apple.com | c66f2b8 | 2020-02-10 19:32:19 +0000 | [diff] [blame] | 3185 | if (state != HighlightState::None) |
zalan@apple.com | 8bf2a91 | 2015-04-10 03:15:50 +0000 | [diff] [blame] | 3186 | ensureLineBoxes(); |
| 3187 | RenderBoxModelObject::setSelectionState(state); |
| 3188 | } |
| 3189 | |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 3190 | GapRects RenderBlockFlow::inlineSelectionGaps(RenderBlock& rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3191 | LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) |
| 3192 | { |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3193 | ASSERT(!simpleLineLayout()); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3194 | |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3195 | GapRects result; |
| 3196 | |
megan_gardner@apple.com | c66f2b8 | 2020-02-10 19:32:19 +0000 | [diff] [blame] | 3197 | bool containsStart = selectionState() == HighlightState::Start || selectionState() == HighlightState::Both; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3198 | |
antti@apple.com | 0e632aa | 2013-10-22 21:03:38 +0000 | [diff] [blame] | 3199 | if (!hasLines()) { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3200 | if (containsStart) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 3201 | // Update our lastLogicalTop to be the bottom of the block. <hr>s or empty blocks with height can trip this case. |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3202 | lastLogicalTop = blockDirectionOffset(rootBlock, offsetFromRootBlock) + logicalHeight(); |
| 3203 | lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, logicalHeight(), cache); |
| 3204 | lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight(), cache); |
| 3205 | } |
| 3206 | return result; |
| 3207 | } |
| 3208 | |
| 3209 | RootInlineBox* lastSelectedLine = 0; |
| 3210 | RootInlineBox* curr; |
| 3211 | for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { } |
| 3212 | |
| 3213 | // Now paint the gaps for the lines. |
| 3214 | for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) { |
| 3215 | LayoutUnit selTop = curr->selectionTopAdjustedForPrecedingBlock(); |
| 3216 | LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); |
| 3217 | |
| 3218 | if (!containsStart && !lastSelectedLine && |
megan_gardner@apple.com | c66f2b8 | 2020-02-10 19:32:19 +0000 | [diff] [blame] | 3219 | selectionState() != HighlightState::Start && selectionState() != HighlightState::Both && !isRubyBase()) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3220 | result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, lastLogicalTop, lastLogicalLeft, lastLogicalRight, selTop, cache, paintInfo)); |
| 3221 | |
ross.kirsling@sony.com | 8041465 | 2019-05-21 01:36:11 +0000 | [diff] [blame] | 3222 | LayoutRect logicalRect { LayoutUnit(curr->logicalLeft()), selTop, LayoutUnit(curr->logicalWidth()), selTop + selHeight }; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3223 | logicalRect.move(isHorizontalWritingMode() ? offsetFromRootBlock : offsetFromRootBlock.transposedSize()); |
weinig@apple.com | 12840dc | 2013-10-22 23:59:08 +0000 | [diff] [blame] | 3224 | LayoutRect physicalRect = rootBlock.logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3225 | if (!paintInfo || (isHorizontalWritingMode() && physicalRect.y() < paintInfo->rect.maxY() && physicalRect.maxY() > paintInfo->rect.y()) |
| 3226 | || (!isHorizontalWritingMode() && physicalRect.x() < paintInfo->rect.maxX() && physicalRect.maxX() > paintInfo->rect.x())) |
| 3227 | result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, cache, paintInfo)); |
| 3228 | |
| 3229 | lastSelectedLine = curr; |
| 3230 | } |
| 3231 | |
| 3232 | if (containsStart && !lastSelectedLine) |
| 3233 | // VisibleSelection must start just after our last line. |
| 3234 | lastSelectedLine = lastRootBox(); |
| 3235 | |
megan_gardner@apple.com | c66f2b8 | 2020-02-10 19:32:19 +0000 | [diff] [blame] | 3236 | if (lastSelectedLine && selectionState() != HighlightState::End && selectionState() != HighlightState::Both) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 3237 | // Update our lastY to be the bottom of the last selected line. |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3238 | lastLogicalTop = blockDirectionOffset(rootBlock, offsetFromRootBlock) + lastSelectedLine->selectionBottom(); |
| 3239 | lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom(), cache); |
| 3240 | lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom(), cache); |
| 3241 | } |
| 3242 | return result; |
bjonesbe@adobe.com | 2419975 | 2013-10-08 23:20:42 +0000 | [diff] [blame] | 3243 | } |
| 3244 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3245 | bool RenderBlockFlow::needsLayoutAfterFragmentRangeChange() const |
abucur@adobe.com | eaf5e22 | 2014-05-14 14:35:07 +0000 | [diff] [blame] | 3246 | { |
| 3247 | // A block without floats or that expands to enclose them won't need a relayout |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3248 | // after a fragment range change. There is no overflow content needing relayout |
| 3249 | // in the fragment chain because the fragment range can only shrink after the estimation. |
jfernandez@igalia.com | 136f170 | 2014-12-08 19:13:16 +0000 | [diff] [blame] | 3250 | if (!containsFloats() || createsNewFormattingContext()) |
abucur@adobe.com | eaf5e22 | 2014-05-14 14:35:07 +0000 | [diff] [blame] | 3251 | return false; |
| 3252 | |
| 3253 | return true; |
| 3254 | } |
| 3255 | |
zalan@apple.com | 624c264 | 2017-10-05 14:04:27 +0000 | [diff] [blame] | 3256 | void RenderBlockFlow::setMultiColumnFlow(RenderMultiColumnFlow& fragmentedFlow) |
hyatt@apple.com | e9fe3d3 | 2014-01-24 17:14:22 +0000 | [diff] [blame] | 3257 | { |
zalan@apple.com | 624c264 | 2017-10-05 14:04:27 +0000 | [diff] [blame] | 3258 | ASSERT(!hasRareBlockFlowData() || !rareBlockFlowData()->m_multiColumnFlow); |
| 3259 | ensureRareBlockFlowData().m_multiColumnFlow = makeWeakPtr(fragmentedFlow); |
| 3260 | } |
| 3261 | |
| 3262 | void RenderBlockFlow::clearMultiColumnFlow() |
| 3263 | { |
| 3264 | ASSERT(hasRareBlockFlowData()); |
| 3265 | ASSERT(rareBlockFlowData()->m_multiColumnFlow); |
| 3266 | rareBlockFlowData()->m_multiColumnFlow.clear(); |
hyatt@apple.com | e9fe3d3 | 2014-01-24 17:14:22 +0000 | [diff] [blame] | 3267 | } |
| 3268 | |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 3269 | static bool shouldCheckLines(const RenderBlockFlow& blockFlow) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3270 | { |
akling@apple.com | 38f0a65 | 2014-02-06 21:24:17 +0000 | [diff] [blame] | 3271 | return !blockFlow.isFloatingOrOutOfFlowPositioned() && blockFlow.style().height().isAuto(); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3272 | } |
| 3273 | |
| 3274 | RootInlineBox* RenderBlockFlow::lineAtIndex(int i) const |
| 3275 | { |
| 3276 | ASSERT(i >= 0); |
| 3277 | |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3278 | if (style().visibility() != Visibility::Visible) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3279 | return nullptr; |
| 3280 | |
| 3281 | if (childrenInline()) { |
cdumez@apple.com | c1d54fa | 2015-10-13 19:15:55 +0000 | [diff] [blame] | 3282 | for (auto* box = firstRootBox(); box; box = box->nextRootBox()) { |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3283 | if (!i--) |
| 3284 | return box; |
| 3285 | } |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 3286 | return nullptr; |
| 3287 | } |
| 3288 | |
| 3289 | for (auto& blockFlow : childrenOfType<RenderBlockFlow>(*this)) { |
| 3290 | if (!shouldCheckLines(blockFlow)) |
| 3291 | continue; |
| 3292 | if (RootInlineBox* box = blockFlow.lineAtIndex(i)) |
| 3293 | return box; |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3294 | } |
| 3295 | |
| 3296 | return nullptr; |
| 3297 | } |
| 3298 | |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3299 | int RenderBlockFlow::lineCount() const |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3300 | { |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3301 | // FIXME: This should be tested by clients. |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3302 | if (style().visibility() != Visibility::Visible) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3303 | return 0; |
| 3304 | |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3305 | if (childrenInline()) { |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3306 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3307 | if (layoutFormattingContextLineLayout()) |
| 3308 | return layoutFormattingContextLineLayout()->lineCount(); |
| 3309 | #endif |
| 3310 | if (simpleLineLayout()) |
| 3311 | return simpleLineLayout()->lineCount(); |
| 3312 | |
| 3313 | if (complexLineLayout()) |
| 3314 | return complexLineLayout()->lineCount(); |
| 3315 | |
| 3316 | return 0; |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 3317 | } |
| 3318 | |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3319 | int count = 0; |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 3320 | for (auto& blockFlow : childrenOfType<RenderBlockFlow>(*this)) { |
| 3321 | if (!shouldCheckLines(blockFlow)) |
| 3322 | continue; |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3323 | count += blockFlow.lineCount(); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3324 | } |
| 3325 | |
| 3326 | return count; |
| 3327 | } |
| 3328 | |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3329 | static int getHeightForLineCount(const RenderBlockFlow& block, int lineCount, bool includeBottom, int& count) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3330 | { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3331 | if (block.style().visibility() != Visibility::Visible) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3332 | return -1; |
| 3333 | |
| 3334 | if (block.childrenInline()) { |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3335 | for (auto* box = block.firstRootBox(); box; box = box->nextRootBox()) { |
| 3336 | if (++count == lineCount) |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 3337 | return box->lineBottom() + (includeBottom ? (block.borderBottom() + block.paddingBottom()) : 0_lu); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3338 | } |
| 3339 | } else { |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 3340 | RenderBox* normalFlowChildWithoutLines = nullptr; |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3341 | for (auto* obj = block.firstChildBox(); obj; obj = obj->nextSiblingBox()) { |
cdumez@apple.com | 34e77ab | 2014-10-09 16:17:06 +0000 | [diff] [blame] | 3342 | if (is<RenderBlockFlow>(*obj) && shouldCheckLines(downcast<RenderBlockFlow>(*obj))) { |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3343 | int result = getHeightForLineCount(downcast<RenderBlockFlow>(*obj), lineCount, false, count); |
| 3344 | if (result != -1) |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 3345 | return result + obj->y() + (includeBottom ? (block.borderBottom() + block.paddingBottom()) : 0_lu); |
akling@apple.com | 38f0a65 | 2014-02-06 21:24:17 +0000 | [diff] [blame] | 3346 | } else if (!obj->isFloatingOrOutOfFlowPositioned()) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3347 | normalFlowChildWithoutLines = obj; |
| 3348 | } |
| 3349 | if (normalFlowChildWithoutLines && !lineCount) |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3350 | return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height(); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3351 | } |
| 3352 | |
| 3353 | return -1; |
| 3354 | } |
| 3355 | |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3356 | int RenderBlockFlow::heightForLineCount(int lineCount) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3357 | { |
| 3358 | int count = 0; |
zalan@apple.com | 2b9b610 | 2018-07-25 22:44:48 +0000 | [diff] [blame] | 3359 | return getHeightForLineCount(*this, lineCount, true, count); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3360 | } |
| 3361 | |
| 3362 | void RenderBlockFlow::clearTruncation() |
| 3363 | { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3364 | if (style().visibility() != Visibility::Visible) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3365 | return; |
| 3366 | |
| 3367 | if (childrenInline() && hasMarkupTruncation()) { |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3368 | ensureLineBoxes(); |
| 3369 | |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3370 | setHasMarkupTruncation(false); |
cdumez@apple.com | c1d54fa | 2015-10-13 19:15:55 +0000 | [diff] [blame] | 3371 | for (auto* box = firstRootBox(); box; box = box->nextRootBox()) |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3372 | box->clearTruncation(); |
akling@apple.com | 525dae6 | 2014-01-03 20:22:09 +0000 | [diff] [blame] | 3373 | return; |
| 3374 | } |
| 3375 | |
| 3376 | for (auto& blockFlow : childrenOfType<RenderBlockFlow>(*this)) { |
| 3377 | if (shouldCheckLines(blockFlow)) |
| 3378 | blockFlow.clearTruncation(); |
weinig@apple.com | 1714091 | 2013-10-19 19:55:40 +0000 | [diff] [blame] | 3379 | } |
| 3380 | } |
| 3381 | |
weinig@apple.com | 3f23b38 | 2013-10-19 20:26:58 +0000 | [diff] [blame] | 3382 | bool RenderBlockFlow::containsNonZeroBidiLevel() const |
| 3383 | { |
cdumez@apple.com | c1d54fa | 2015-10-13 19:15:55 +0000 | [diff] [blame] | 3384 | for (auto* root = firstRootBox(); root; root = root->nextRootBox()) { |
antti@apple.com | 7ac7f60 | 2019-09-25 14:23:03 +0000 | [diff] [blame] | 3385 | for (auto* box = root->firstLeafDescendant(); box; box = box->nextLeafOnLine()) { |
weinig@apple.com | 3f23b38 | 2013-10-19 20:26:58 +0000 | [diff] [blame] | 3386 | if (box->bidiLevel()) |
| 3387 | return true; |
| 3388 | } |
| 3389 | } |
| 3390 | return false; |
| 3391 | } |
| 3392 | |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3393 | Position RenderBlockFlow::positionForBox(InlineBox *box, bool start) const |
| 3394 | { |
| 3395 | if (!box) |
| 3396 | return Position(); |
| 3397 | |
| 3398 | if (!box->renderer().nonPseudoNode()) |
| 3399 | return createLegacyEditingPosition(nonPseudoElement(), start ? caretMinOffset() : caretMaxOffset()); |
| 3400 | |
cdumez@apple.com | 57d544c | 2014-10-16 00:05:37 +0000 | [diff] [blame] | 3401 | if (!is<InlineTextBox>(*box)) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3402 | return createLegacyEditingPosition(box->renderer().nonPseudoNode(), start ? box->renderer().caretMinOffset() : box->renderer().caretMaxOffset()); |
| 3403 | |
cdumez@apple.com | 57d544c | 2014-10-16 00:05:37 +0000 | [diff] [blame] | 3404 | auto& textBox = downcast<InlineTextBox>(*box); |
| 3405 | return createLegacyEditingPosition(textBox.renderer().nonPseudoNode(), start ? textBox.start() : textBox.start() + textBox.len()); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3406 | } |
| 3407 | |
enrica@apple.com | 0db51a6 | 2016-04-27 23:53:08 +0000 | [diff] [blame] | 3408 | RenderText* RenderBlockFlow::findClosestTextAtAbsolutePoint(const FloatPoint& point) |
| 3409 | { |
| 3410 | // A light, non-recursive version of RenderBlock::positionForCoordinates that looks at |
| 3411 | // whether a point lies within the gaps between its root line boxes, to be called against |
| 3412 | // a node returned from elementAtPoint. We make the assumption that either the node or one |
| 3413 | // of its immediate children contains the root line boxes in question. |
| 3414 | // See <rdar://problem/6824650> for context. |
| 3415 | |
| 3416 | RenderBlock* block = this; |
| 3417 | |
| 3418 | FloatPoint localPoint = block->absoluteToLocal(point); |
| 3419 | |
| 3420 | if (!block->childrenInline()) { |
| 3421 | // Look among our immediate children for an alternate box that contains the point. |
| 3422 | for (RenderBox* child = block->firstChildBox(); child; child = child->nextSiblingBox()) { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3423 | if (!child->height() || child->style().visibility() != WebCore::Visibility::Visible || child->isFloatingOrOutOfFlowPositioned()) |
enrica@apple.com | 0db51a6 | 2016-04-27 23:53:08 +0000 | [diff] [blame] | 3424 | continue; |
| 3425 | float top = child->y(); |
| 3426 | |
| 3427 | RenderBox* nextChild = child->nextSiblingBox(); |
| 3428 | while (nextChild && nextChild->isFloatingOrOutOfFlowPositioned()) |
| 3429 | nextChild = nextChild->nextSiblingBox(); |
| 3430 | if (!nextChild) { |
| 3431 | if (localPoint.y() >= top) { |
| 3432 | block = downcast<RenderBlock>(child); |
| 3433 | break; |
| 3434 | } |
| 3435 | continue; |
| 3436 | } |
| 3437 | |
| 3438 | float bottom = nextChild->y(); |
| 3439 | |
| 3440 | if (localPoint.y() >= top && localPoint.y() < bottom && is<RenderBlock>(*child)) { |
| 3441 | block = downcast<RenderBlock>(child); |
| 3442 | break; |
| 3443 | } |
| 3444 | } |
| 3445 | |
| 3446 | if (!block->childrenInline()) |
| 3447 | return nullptr; |
| 3448 | |
| 3449 | localPoint = block->absoluteToLocal(point); |
| 3450 | } |
| 3451 | |
| 3452 | RenderBlockFlow& blockFlow = downcast<RenderBlockFlow>(*block); |
| 3453 | |
| 3454 | // Only check the gaps between the root line boxes. We deliberately ignore overflow because |
| 3455 | // experience has shown that hit tests on an exploded text node can fail when within the |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3456 | // overflow fragment. |
enrica@apple.com | 0db51a6 | 2016-04-27 23:53:08 +0000 | [diff] [blame] | 3457 | for (RootInlineBox* current = blockFlow.firstRootBox(); current && current != blockFlow.lastRootBox(); current = current->nextRootBox()) { |
| 3458 | float currentBottom = current->y() + current->logicalHeight(); |
| 3459 | if (localPoint.y() < currentBottom) |
| 3460 | return nullptr; |
| 3461 | |
| 3462 | RootInlineBox* next = current->nextRootBox(); |
| 3463 | float nextTop = next->y(); |
| 3464 | if (localPoint.y() < nextTop) { |
| 3465 | InlineBox* inlineBox = current->closestLeafChildForLogicalLeftPosition(localPoint.x()); |
| 3466 | if (inlineBox && inlineBox->behavesLikeText() && is<RenderText>(inlineBox->renderer())) |
| 3467 | return &downcast<RenderText>(inlineBox->renderer()); |
| 3468 | } |
| 3469 | } |
| 3470 | return nullptr; |
| 3471 | } |
| 3472 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3473 | VisiblePosition RenderBlockFlow::positionForPointWithInlineChildren(const LayoutPoint& pointInLogicalContents, const RenderFragmentContainer* fragment) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3474 | { |
| 3475 | ASSERT(childrenInline()); |
| 3476 | |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3477 | ensureLineBoxes(); |
| 3478 | |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3479 | if (!firstRootBox()) |
| 3480 | return createVisiblePosition(0, DOWNSTREAM); |
| 3481 | |
akling@apple.com | 827be9c | 2013-10-29 02:58:43 +0000 | [diff] [blame] | 3482 | bool linesAreFlipped = style().isFlippedLinesWritingMode(); |
| 3483 | bool blocksAreFlipped = style().isFlippedBlocksWritingMode(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3484 | |
| 3485 | // look for the closest line box in the root box which is at the passed-in y coordinate |
| 3486 | InlineBox* closestBox = 0; |
| 3487 | RootInlineBox* firstRootBoxWithChildren = 0; |
| 3488 | RootInlineBox* lastRootBoxWithChildren = 0; |
| 3489 | for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3490 | if (fragment && root->containingFragment() != fragment) |
stavila@adobe.com | 4ce2fff | 2014-04-25 13:56:12 +0000 | [diff] [blame] | 3491 | continue; |
| 3492 | |
antti@apple.com | 7ac7f60 | 2019-09-25 14:23:03 +0000 | [diff] [blame] | 3493 | if (!root->firstLeafDescendant()) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3494 | continue; |
| 3495 | if (!firstRootBoxWithChildren) |
| 3496 | firstRootBoxWithChildren = root; |
| 3497 | |
| 3498 | if (!linesAreFlipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineTopWithLeading() |
| 3499 | || (blocksAreFlipped && pointInLogicalContents.y() == root->lineTopWithLeading()))) |
| 3500 | break; |
| 3501 | |
| 3502 | lastRootBoxWithChildren = root; |
| 3503 | |
| 3504 | // check if this root line box is located at this y coordinate |
| 3505 | if (pointInLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalContents.y() == root->selectionBottom())) { |
| 3506 | if (linesAreFlipped) { |
| 3507 | RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); |
antti@apple.com | 7ac7f60 | 2019-09-25 14:23:03 +0000 | [diff] [blame] | 3508 | while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafDescendant()) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3509 | nextRootBoxWithChildren = nextRootBoxWithChildren->nextRootBox(); |
| 3510 | |
| 3511 | if (nextRootBoxWithChildren && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogicalContents.y() > nextRootBoxWithChildren->lineTopWithLeading() |
| 3512 | || (!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading()))) |
| 3513 | continue; |
| 3514 | } |
| 3515 | closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); |
| 3516 | if (closestBox) |
| 3517 | break; |
| 3518 | } |
| 3519 | } |
| 3520 | |
| 3521 | bool moveCaretToBoundary = frame().editor().behavior().shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom(); |
| 3522 | |
| 3523 | if (!moveCaretToBoundary && !closestBox && lastRootBoxWithChildren) { |
| 3524 | // y coordinate is below last root line box, pretend we hit it |
| 3525 | closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); |
| 3526 | } |
| 3527 | |
| 3528 | if (closestBox) { |
| 3529 | if (moveCaretToBoundary) { |
ross.kirsling@sony.com | 8041465 | 2019-05-21 01:36:11 +0000 | [diff] [blame] | 3530 | LayoutUnit firstRootBoxWithChildrenTop = std::min(firstRootBoxWithChildren->selectionTop(), LayoutUnit(firstRootBoxWithChildren->logicalTop())); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3531 | if (pointInLogicalContents.y() < firstRootBoxWithChildrenTop |
| 3532 | || (blocksAreFlipped && pointInLogicalContents.y() == firstRootBoxWithChildrenTop)) { |
antti@apple.com | 7ac7f60 | 2019-09-25 14:23:03 +0000 | [diff] [blame] | 3533 | InlineBox* box = firstRootBoxWithChildren->firstLeafDescendant(); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3534 | if (box->isLineBreak()) { |
antti@apple.com | 7ac7f60 | 2019-09-25 14:23:03 +0000 | [diff] [blame] | 3535 | if (InlineBox* newBox = box->nextLeafOnLineIgnoringLineBreak()) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3536 | box = newBox; |
| 3537 | } |
| 3538 | // y coordinate is above first root line box, so return the start of the first |
| 3539 | return VisiblePosition(positionForBox(box, true), DOWNSTREAM); |
| 3540 | } |
| 3541 | } |
| 3542 | |
| 3543 | // pass the box a top position that is inside it |
| 3544 | LayoutPoint point(pointInLogicalContents.x(), closestBox->root().blockDirectionPointInLine()); |
| 3545 | if (!isHorizontalWritingMode()) |
| 3546 | point = point.transposedPoint(); |
| 3547 | if (closestBox->renderer().isReplaced()) |
cdumez@apple.com | 0abff8b | 2014-10-17 21:25:10 +0000 | [diff] [blame] | 3548 | return positionForPointRespectingEditingBoundaries(*this, downcast<RenderBox>(closestBox->renderer()), point); |
stavila@adobe.com | 4ce2fff | 2014-04-25 13:56:12 +0000 | [diff] [blame] | 3549 | return closestBox->renderer().positionForPoint(point, nullptr); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3550 | } |
| 3551 | |
| 3552 | if (lastRootBoxWithChildren) { |
| 3553 | // We hit this case for Mac behavior when the Y coordinate is below the last box. |
| 3554 | ASSERT(moveCaretToBoundary); |
| 3555 | InlineBox* logicallyLastBox; |
| 3556 | if (lastRootBoxWithChildren->getLogicalEndBoxWithNode(logicallyLastBox)) |
| 3557 | return VisiblePosition(positionForBox(logicallyLastBox, false), DOWNSTREAM); |
| 3558 | } |
| 3559 | |
| 3560 | // Can't reach this. We have a root line box, but it has no kids. |
| 3561 | // FIXME: This should ASSERT_NOT_REACHED(), but clicking on placeholder text |
| 3562 | // seems to hit this code path. |
| 3563 | return createVisiblePosition(0, DOWNSTREAM); |
| 3564 | } |
| 3565 | |
zalan@apple.com | 0d5951b | 2017-02-19 16:24:20 +0000 | [diff] [blame] | 3566 | Position RenderBlockFlow::positionForPoint(const LayoutPoint& point) |
| 3567 | { |
| 3568 | // FIXME: It supports single text child only (which is the majority of simple line layout supported content at this point). |
| 3569 | if (!simpleLineLayout() || firstChild() != lastChild() || !is<RenderText>(firstChild())) |
| 3570 | return positionForPoint(point, nullptr).deepEquivalent(); |
| 3571 | return downcast<RenderText>(*firstChild()).positionForPoint(point); |
| 3572 | } |
| 3573 | |
hyatt@apple.com | e0d2e0f | 2017-09-27 16:19:08 +0000 | [diff] [blame] | 3574 | VisiblePosition RenderBlockFlow::positionForPoint(const LayoutPoint& point, const RenderFragmentContainer*) |
commit-queue@webkit.org | 5ce6c90 | 2013-11-11 18:21:05 +0000 | [diff] [blame] | 3575 | { |
antti@apple.com | e0e8a56 | 2017-09-21 18:29:47 +0000 | [diff] [blame] | 3576 | return RenderBlock::positionForPoint(point, nullptr); |
commit-queue@webkit.org | 5ce6c90 | 2013-11-11 18:21:05 +0000 | [diff] [blame] | 3577 | } |
| 3578 | |
zalan@apple.com | 8ee1af5 | 2016-02-11 22:15:45 +0000 | [diff] [blame] | 3579 | void RenderBlockFlow::addFocusRingRectsForInlineChildren(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3580 | { |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3581 | ASSERT(childrenInline()); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3582 | for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { |
ross.kirsling@sony.com | 8041465 | 2019-05-21 01:36:11 +0000 | [diff] [blame] | 3583 | LayoutUnit top = std::max(curr->lineTop(), LayoutUnit(curr->top())); |
| 3584 | LayoutUnit bottom = std::min(curr->lineBottom(), LayoutUnit(curr->top() + curr->height())); |
| 3585 | LayoutRect rect { LayoutUnit(additionalOffset.x() + curr->x()), additionalOffset.y() + top, LayoutUnit(curr->width()), bottom - top }; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3586 | if (!rect.isEmpty()) |
zalan@apple.com | 8ee1af5 | 2016-02-11 22:15:45 +0000 | [diff] [blame] | 3587 | rects.append(rect); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3588 | } |
| 3589 | } |
| 3590 | |
| 3591 | void RenderBlockFlow::paintInlineChildren(PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
| 3592 | { |
| 3593 | ASSERT(childrenInline()); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3594 | |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3595 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3596 | if (layoutFormattingContextLineLayout()) { |
| 3597 | layoutFormattingContextLineLayout()->paint(paintInfo, paintOffset); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3598 | return; |
| 3599 | } |
| 3600 | #endif |
| 3601 | |
darin@apple.com | e1be6ca | 2014-04-28 04:19:10 +0000 | [diff] [blame] | 3602 | if (auto simpleLineLayout = this->simpleLineLayout()) { |
| 3603 | SimpleLineLayout::paintFlow(*this, *simpleLineLayout, paintInfo, paintOffset); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3604 | return; |
| 3605 | } |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 3606 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3607 | if (complexLineLayout()) |
| 3608 | complexLineLayout()->lineBoxes().paint(this, paintInfo, paintOffset); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3609 | } |
| 3610 | |
zalan@apple.com | 4a44032 | 2017-11-10 00:31:24 +0000 | [diff] [blame] | 3611 | bool RenderBlockFlow::relayoutForPagination() |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3612 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3613 | if (!multiColumnFlow() || !multiColumnFlow()->shouldRelayoutForPagination()) |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3614 | return false; |
| 3615 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3616 | multiColumnFlow()->setNeedsHeightsRecalculation(false); |
| 3617 | multiColumnFlow()->setInBalancingPass(true); // Prevent re-entering this method (and recursion into layout). |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3618 | |
| 3619 | bool needsRelayout; |
| 3620 | bool neededRelayout = false; |
| 3621 | bool firstPass = true; |
| 3622 | do { |
| 3623 | // Column heights may change here because of balancing. We may have to do multiple layout |
| 3624 | // passes, depending on how the contents is fitted to the changed column heights. In most |
| 3625 | // cases, laying out again twice or even just once will suffice. Sometimes we need more |
| 3626 | // passes than that, though, but the number of retries should not exceed the number of |
| 3627 | // columns, unless we have a bug. |
| 3628 | needsRelayout = false; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3629 | for (RenderMultiColumnSet* multicolSet = multiColumnFlow()->firstMultiColumnSet(); multicolSet; multicolSet = multicolSet->nextSiblingMultiColumnSet()) { |
hyatt@apple.com | c1c3903 | 2014-04-15 23:25:58 +0000 | [diff] [blame] | 3630 | if (multicolSet->recalculateColumnHeight(firstPass)) |
| 3631 | needsRelayout = true; |
| 3632 | if (needsRelayout) { |
| 3633 | // Once a column set gets a new column height, that column set and all successive column |
| 3634 | // sets need to be laid out over again, since their logical top will be affected by |
| 3635 | // this, and therefore their column heights may change as well, at least if the multicol |
| 3636 | // height is constrained. |
| 3637 | multicolSet->setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3638 | } |
hyatt@apple.com | c1c3903 | 2014-04-15 23:25:58 +0000 | [diff] [blame] | 3639 | } |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3640 | if (needsRelayout) { |
| 3641 | // Layout again. Column balancing resulted in a new height. |
| 3642 | neededRelayout = true; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3643 | multiColumnFlow()->setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3644 | setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3645 | layoutBlock(false); |
| 3646 | } |
| 3647 | firstPass = false; |
| 3648 | } while (needsRelayout); |
| 3649 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3650 | multiColumnFlow()->setInBalancingPass(false); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3651 | |
| 3652 | return neededRelayout; |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3653 | } |
| 3654 | |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3655 | bool RenderBlockFlow::hasLines() const |
| 3656 | { |
zalan@apple.com | a2fe176 | 2016-08-24 18:33:43 +0000 | [diff] [blame] | 3657 | if (!childrenInline()) |
| 3658 | return false; |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3659 | |
antti@apple.com | 702ef7d | 2019-12-06 14:37:43 +0000 | [diff] [blame] | 3660 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3661 | if (layoutFormattingContextLineLayout()) |
| 3662 | return layoutFormattingContextLineLayout()->lineCount(); |
| 3663 | #endif |
| 3664 | if (simpleLineLayout()) |
| 3665 | return simpleLineLayout()->lineCount(); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3666 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3667 | return complexLineLayout() && complexLineLayout()->lineBoxes().firstLineBox(); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3668 | } |
| 3669 | |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3670 | void RenderBlockFlow::invalidateLineLayoutPath() |
| 3671 | { |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 3672 | switch (lineLayoutPath()) { |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3673 | case UndeterminedPath: |
| 3674 | case ForceLineBoxesPath: |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3675 | ASSERT(!simpleLineLayout()); |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3676 | return; |
| 3677 | case LineBoxesPath: |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3678 | ASSERT(!simpleLineLayout()); |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 3679 | setLineLayoutPath(UndeterminedPath); |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3680 | return; |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3681 | case LayoutFormattingContextPath: // FIXME: Not all clients of invalidateLineLayoutPath() actually need to wipe the layout. |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3682 | case SimpleLinesPath: |
| 3683 | // The simple line layout may have become invalid. |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 3684 | m_lineLayout = WTF::Monostate(); |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 3685 | setLineLayoutPath(UndeterminedPath); |
zalan@apple.com | de19104 | 2017-06-06 19:35:56 +0000 | [diff] [blame] | 3686 | if (needsLayout()) |
| 3687 | return; |
| 3688 | // FIXME: We should just kick off a subtree layout here (if needed at all) see webkit.org/b/172947. |
| 3689 | setNeedsLayout(); |
antti@apple.com | 9e891c8 | 2014-05-22 06:12:34 +0000 | [diff] [blame] | 3690 | return; |
| 3691 | } |
| 3692 | ASSERT_NOT_REACHED(); |
| 3693 | } |
| 3694 | |
zalan@apple.com | e37da96 | 2014-12-11 03:29:29 +0000 | [diff] [blame] | 3695 | void RenderBlockFlow::layoutSimpleLines(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom) |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3696 | { |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3697 | bool needsLayout = selfNeedsLayout() || relayoutChildren || !simpleLineLayout(); |
antti@apple.com | ebf3d5a | 2019-11-26 18:28:13 +0000 | [diff] [blame] | 3698 | if (needsLayout) |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3699 | m_lineLayout = SimpleLineLayout::create(*this); |
antti@apple.com | ebf3d5a | 2019-11-26 18:28:13 +0000 | [diff] [blame] | 3700 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3701 | auto& simpleLineLayout = *this->simpleLineLayout(); |
| 3702 | |
zalan@apple.com | 4de96c5 | 2017-11-07 04:09:59 +0000 | [diff] [blame] | 3703 | if (view().frameView().layoutContext().layoutState() && view().frameView().layoutContext().layoutState()->isPaginated()) { |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3704 | simpleLineLayout.setIsPaginated(); |
| 3705 | SimpleLineLayout::adjustLinePositionsForPagination(simpleLineLayout, *this); |
zalan@apple.com | 5cd09e5 | 2017-02-25 02:14:40 +0000 | [diff] [blame] | 3706 | } |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3707 | |
zalan@apple.com | d6ab7b5 | 2016-11-01 05:35:48 +0000 | [diff] [blame] | 3708 | for (auto& renderer : childrenOfType<RenderObject>(*this)) |
| 3709 | renderer.clearNeedsLayout(); |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3710 | |
| 3711 | LayoutUnit lineLayoutHeight = SimpleLineLayout::computeFlowHeight(*this, simpleLineLayout); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3712 | LayoutUnit lineLayoutTop = borderAndPaddingBefore(); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3713 | repaintLogicalTop = lineLayoutTop; |
zalan@apple.com | d120edd | 2017-12-01 02:54:29 +0000 | [diff] [blame] | 3714 | repaintLogicalBottom = needsLayout ? repaintLogicalTop + lineLayoutHeight + borderAndPaddingAfter() : repaintLogicalTop; |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3715 | setLogicalHeight(lineLayoutTop + lineLayoutHeight + borderAndPaddingAfter()); |
| 3716 | } |
| 3717 | |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3718 | #if ENABLE(LAYOUT_FORMATTING_CONTEXT) |
| 3719 | void RenderBlockFlow::layoutLFCLines(bool, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom) |
| 3720 | { |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3721 | if (!layoutFormattingContextLineLayout()) |
| 3722 | m_lineLayout = makeUnique<LayoutIntegration::LineLayout>(*this); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3723 | |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3724 | auto& layoutFormattingContextLineLayout = *this->layoutFormattingContextLineLayout(); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3725 | |
| 3726 | for (auto& renderer : childrenOfType<RenderObject>(*this)) |
| 3727 | renderer.clearNeedsLayout(); |
| 3728 | |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3729 | layoutFormattingContextLineLayout.layout(); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3730 | |
antti@apple.com | d4dda74 | 2019-12-03 15:41:43 +0000 | [diff] [blame] | 3731 | auto contentHeight = layoutFormattingContextLineLayout.contentLogicalHeight(); |
zalan@apple.com | 7b374f8 | 2020-01-05 14:50:08 +0000 | [diff] [blame] | 3732 | auto contentBoxTop = borderAndPaddingBefore(); |
| 3733 | auto contentBoxBottom = contentBoxTop + contentHeight; |
| 3734 | auto borderBoxBottom = contentBoxBottom + borderAndPaddingAfter(); |
antti@apple.com | 1ebf7e1 | 2019-12-03 10:51:46 +0000 | [diff] [blame] | 3735 | |
zalan@apple.com | 7b374f8 | 2020-01-05 14:50:08 +0000 | [diff] [blame] | 3736 | repaintLogicalTop = contentBoxTop; |
| 3737 | repaintLogicalBottom = borderBoxBottom; |
| 3738 | setLogicalHeight(borderBoxBottom); |
antti@apple.com | 1880e71 | 2019-11-26 20:15:39 +0000 | [diff] [blame] | 3739 | } |
| 3740 | #endif |
| 3741 | |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3742 | void RenderBlockFlow::ensureLineBoxes() |
| 3743 | { |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 3744 | if (!childrenInline()) |
| 3745 | return; |
| 3746 | |
akling@apple.com | a12fee2 | 2015-02-01 02:58:13 +0000 | [diff] [blame] | 3747 | setLineLayoutPath(ForceLineBoxesPath); |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 3748 | |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 3749 | if (complexLineLayout() || !hasLineLayout()) |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3750 | return; |
zalan@apple.com | 95cae4f | 2018-04-23 14:47:00 +0000 | [diff] [blame] | 3751 | |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 3752 | auto simpleLineLayout = makeRefPtr(this->simpleLineLayout()); |
antti@apple.com | c6a9c73 | 2019-08-12 15:31:34 +0000 | [diff] [blame] | 3753 | |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3754 | m_lineLayout = makeUnique<ComplexLineLayout>(*this); |
| 3755 | |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 3756 | if (simpleLineLayout) { |
| 3757 | if (SimpleLineLayout::canUseForLineBoxTree(*this, *simpleLineLayout)) { |
| 3758 | SimpleLineLayout::generateLineBoxTree(*this, *simpleLineLayout); |
| 3759 | return; |
| 3760 | } |
zalan@apple.com | 95cae4f | 2018-04-23 14:47:00 +0000 | [diff] [blame] | 3761 | } |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3762 | |
| 3763 | auto& complexLineLayout = *this->complexLineLayout(); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3764 | |
mark.lam@apple.com | 6572436 | 2020-01-06 22:24:50 +0000 | [diff] [blame] | 3765 | #if ASSERT_ENABLED |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3766 | LayoutUnit oldHeight = logicalHeight(); |
| 3767 | #endif |
| 3768 | bool didNeedLayout = needsLayout(); |
| 3769 | |
| 3770 | bool relayoutChildren = false; |
| 3771 | LayoutUnit repaintLogicalTop; |
| 3772 | LayoutUnit repaintLogicalBottom; |
antti@apple.com | 620243d | 2019-11-27 17:01:11 +0000 | [diff] [blame] | 3773 | if (simpleLineLayout && simpleLineLayout->isPaginated()) { |
zalan@apple.com | 6c04c20 | 2017-05-01 00:15:38 +0000 | [diff] [blame] | 3774 | PaginatedLayoutStateMaintainer state(*this); |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3775 | complexLineLayout.layoutLineBoxes(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
zalan@apple.com | e9f0821 | 2017-04-27 11:02:09 +0000 | [diff] [blame] | 3776 | // This matches relayoutToAvoidWidows. |
| 3777 | if (shouldBreakAtLineToAvoidWidow()) |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3778 | complexLineLayout.layoutLineBoxes(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
zalan@apple.com | b16bcdc | 2017-07-21 21:04:43 +0000 | [diff] [blame] | 3779 | // FIXME: This is needed as long as simple and normal line layout produce different line breakings. |
| 3780 | repaint(); |
zalan@apple.com | fa5add6 | 2017-02-22 19:33:02 +0000 | [diff] [blame] | 3781 | } else |
antti@apple.com | 8aa2302 | 2019-11-25 23:18:05 +0000 | [diff] [blame] | 3782 | complexLineLayout.layoutLineBoxes(relayoutChildren, repaintLogicalTop, repaintLogicalBottom); |
antti@apple.com | 940f587 | 2013-10-24 20:31:11 +0000 | [diff] [blame] | 3783 | |
| 3784 | updateLogicalHeight(); |
| 3785 | ASSERT(didNeedLayout || logicalHeight() == oldHeight); |
| 3786 | |
| 3787 | if (!didNeedLayout) |
| 3788 | clearNeedsLayout(); |
| 3789 | } |
| 3790 | |
simon.fraser@apple.com | c9f9613 | 2015-03-06 18:20:40 +0000 | [diff] [blame] | 3791 | #if ENABLE(TREE_DEBUGGING) |
don.olmstead@sony.com | d57eb47 | 2017-08-10 01:15:14 +0000 | [diff] [blame] | 3792 | void RenderBlockFlow::outputLineTreeAndMark(WTF::TextStream& stream, const InlineBox* markedBox, int depth) const |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3793 | { |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3794 | for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) |
zalan@apple.com | 360de75 | 2017-07-06 21:13:24 +0000 | [diff] [blame] | 3795 | root->outputLineTreeAndMark(stream, markedBox, depth); |
simon.fraser@apple.com | 3518b14 | 2014-09-03 21:18:05 +0000 | [diff] [blame] | 3796 | |
| 3797 | if (auto simpleLineLayout = this->simpleLineLayout()) |
zalan@apple.com | 360de75 | 2017-07-06 21:13:24 +0000 | [diff] [blame] | 3798 | SimpleLineLayout::outputLineLayoutForFlow(stream, *this, *simpleLineLayout, depth); |
weinig@apple.com | 611b929 | 2013-10-20 22:57:54 +0000 | [diff] [blame] | 3799 | } |
| 3800 | #endif |
| 3801 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 3802 | RenderBlockFlow::RenderBlockFlowRareData& RenderBlockFlow::ensureRareBlockFlowData() |
| 3803 | { |
| 3804 | if (hasRareBlockFlowData()) |
| 3805 | return *m_rareBlockFlowData; |
| 3806 | materializeRareBlockFlowData(); |
| 3807 | return *m_rareBlockFlowData; |
| 3808 | } |
| 3809 | |
| 3810 | void RenderBlockFlow::materializeRareBlockFlowData() |
| 3811 | { |
| 3812 | ASSERT(!hasRareBlockFlowData()); |
ysuzuki@apple.com | 1d8e24d | 2019-08-19 06:59:40 +0000 | [diff] [blame] | 3813 | m_rareBlockFlowData = makeUnique<RenderBlockFlow::RenderBlockFlowRareData>(*this); |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 3814 | } |
| 3815 | |
dbates@webkit.org | 102013c | 2016-09-26 21:51:25 +0000 | [diff] [blame] | 3816 | #if ENABLE(TEXT_AUTOSIZING) |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 3817 | |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3818 | static inline bool isVisibleRenderText(const RenderObject& renderer) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3819 | { |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3820 | if (!is<RenderText>(renderer)) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3821 | return false; |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3822 | |
| 3823 | auto& renderText = downcast<RenderText>(renderer); |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 3824 | return !renderText.linesBoundingBox().isEmpty() && !renderText.text().isAllSpecialCharacters<isHTMLSpace>(); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3825 | } |
| 3826 | |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3827 | static inline bool resizeTextPermitted(const RenderObject& renderer) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3828 | { |
| 3829 | // We disallow resizing for text input fields and textarea to address <rdar://problem/5792987> and <rdar://problem/8021123> |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3830 | for (auto* ancestor = renderer.parent(); ancestor; ancestor = ancestor->parent()) { |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3831 | // Get the first non-shadow HTMLElement and see if it's an input. |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3832 | if (is<HTMLElement>(ancestor->element()) && !ancestor->element()->isInShadowTree()) { |
| 3833 | auto& element = downcast<HTMLElement>(*ancestor->element()); |
cdumez@apple.com | 59fdc8a | 2014-09-24 21:25:22 +0000 | [diff] [blame] | 3834 | return !is<HTMLInputElement>(element) && !is<HTMLTextAreaElement>(element); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3835 | } |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3836 | } |
| 3837 | return true; |
| 3838 | } |
| 3839 | |
antti@apple.com | 0b3dffe | 2014-03-24 16:30:52 +0000 | [diff] [blame] | 3840 | int RenderBlockFlow::lineCountForTextAutosizing() |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3841 | { |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 3842 | if (style().visibility() != Visibility::Visible) |
antti@apple.com | 0b3dffe | 2014-03-24 16:30:52 +0000 | [diff] [blame] | 3843 | return 0; |
| 3844 | if (childrenInline()) |
| 3845 | return lineCount(); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3846 | // Only descend into list items. |
| 3847 | int count = 0; |
antti@apple.com | 0b3dffe | 2014-03-24 16:30:52 +0000 | [diff] [blame] | 3848 | for (auto& listItem : childrenOfType<RenderListItem>(*this)) |
| 3849 | count += listItem.lineCount(); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3850 | return count; |
| 3851 | } |
| 3852 | |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3853 | static bool isNonBlocksOrNonFixedHeightListItems(const RenderObject& renderer) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3854 | { |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3855 | if (!renderer.isRenderBlock()) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3856 | return true; |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3857 | if (renderer.isListItem()) |
| 3858 | return renderer.style().height().type() != Fixed; |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3859 | return false; |
| 3860 | } |
| 3861 | |
timothy_horton@apple.com | 117a5f8 | 2018-02-19 18:47:30 +0000 | [diff] [blame] | 3862 | // For now, we auto size single lines of text the same as multiple lines. |
| 3863 | // We've been experimenting with low values for single lines of text. |
| 3864 | static inline float oneLineTextMultiplier(RenderObject& renderer, float specifiedSize) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3865 | { |
timothy_horton@apple.com | 117a5f8 | 2018-02-19 18:47:30 +0000 | [diff] [blame] | 3866 | const float coefficient = renderer.settings().oneLineTextMultiplierCoefficient(); |
| 3867 | return std::max((1.0f / log10f(specifiedSize) * coefficient), 1.0f); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3868 | } |
| 3869 | |
timothy_horton@apple.com | 117a5f8 | 2018-02-19 18:47:30 +0000 | [diff] [blame] | 3870 | static inline float textMultiplier(RenderObject& renderer, float specifiedSize) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3871 | { |
timothy_horton@apple.com | 117a5f8 | 2018-02-19 18:47:30 +0000 | [diff] [blame] | 3872 | const float coefficient = renderer.settings().multiLineTextMultiplierCoefficient(); |
| 3873 | return std::max((1.0f / log10f(specifiedSize) * coefficient), 1.0f); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3874 | } |
| 3875 | |
mmaxfield@apple.com | 59146a7 | 2019-05-29 02:27:20 +0000 | [diff] [blame] | 3876 | void RenderBlockFlow::adjustComputedFontSizes(float size, float visibleWidth) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3877 | { |
simon.fraser@apple.com | 36676e5 | 2016-05-07 00:05:58 +0000 | [diff] [blame] | 3878 | LOG(TextAutosizing, "RenderBlockFlow %p adjustComputedFontSizes, size=%f visibleWidth=%f, width()=%f. Bailing: %d", this, size, visibleWidth, width().toFloat(), visibleWidth >= width()); |
| 3879 | |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3880 | // Don't do any work if the block is smaller than the visible area. |
mmaxfield@apple.com | 59146a7 | 2019-05-29 02:27:20 +0000 | [diff] [blame] | 3881 | if (visibleWidth >= width()) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3882 | return; |
| 3883 | |
| 3884 | unsigned lineCount; |
| 3885 | if (m_lineCountForTextAutosizing == NOT_SET) { |
antti@apple.com | 0b3dffe | 2014-03-24 16:30:52 +0000 | [diff] [blame] | 3886 | int count = lineCountForTextAutosizing(); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3887 | if (!count) |
| 3888 | lineCount = NO_LINE; |
| 3889 | else if (count == 1) |
| 3890 | lineCount = ONE_LINE; |
| 3891 | else |
| 3892 | lineCount = MULTI_LINE; |
| 3893 | } else |
| 3894 | lineCount = m_lineCountForTextAutosizing; |
| 3895 | |
| 3896 | ASSERT(lineCount != NOT_SET); |
| 3897 | if (lineCount == NO_LINE) |
| 3898 | return; |
| 3899 | |
| 3900 | float actualWidth = m_widthForTextAutosizing != -1 ? static_cast<float>(m_widthForTextAutosizing) : static_cast<float>(width()); |
| 3901 | float scale = visibleWidth / actualWidth; |
| 3902 | float minFontSize = roundf(size / scale); |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3903 | |
| 3904 | for (auto* descendant = RenderObjectTraversal::firstChild(*this); descendant; ) { |
| 3905 | if (!isNonBlocksOrNonFixedHeightListItems(*descendant)) { |
| 3906 | descendant = RenderObjectTraversal::nextSkippingChildren(*descendant, this); |
| 3907 | continue; |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3908 | } |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3909 | if (!isVisibleRenderText(*descendant) || !resizeTextPermitted(*descendant)) { |
| 3910 | descendant = RenderObjectTraversal::next(*descendant, this); |
| 3911 | continue; |
| 3912 | } |
| 3913 | |
| 3914 | auto& text = downcast<RenderText>(*descendant); |
| 3915 | auto& oldStyle = text.style(); |
| 3916 | auto& fontDescription = oldStyle.fontDescription(); |
| 3917 | float specifiedSize = fontDescription.specifiedSize(); |
| 3918 | float scaledSize = roundf(specifiedSize * scale); |
mmaxfield@apple.com | 59146a7 | 2019-05-29 02:27:20 +0000 | [diff] [blame] | 3919 | if (scaledSize > 0 && scaledSize < minFontSize) { |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3920 | // Record the width of the block and the line count the first time we resize text and use it from then on for text resizing. |
| 3921 | // This makes text resizing consistent even if the block's width or line count changes (which can be caused by text resizing itself 5159915). |
| 3922 | if (m_lineCountForTextAutosizing == NOT_SET) |
| 3923 | m_lineCountForTextAutosizing = lineCount; |
| 3924 | if (m_widthForTextAutosizing == -1) |
| 3925 | m_widthForTextAutosizing = actualWidth; |
| 3926 | |
mmaxfield@apple.com | 59146a7 | 2019-05-29 02:27:20 +0000 | [diff] [blame] | 3927 | float lineTextMultiplier = lineCount == ONE_LINE ? oneLineTextMultiplier(text, specifiedSize) : textMultiplier(text, specifiedSize); |
| 3928 | float candidateNewSize = roundf(std::min(minFontSize, specifiedSize * lineTextMultiplier)); |
mmaxfield@apple.com | ac71afa | 2019-04-26 06:33:56 +0000 | [diff] [blame] | 3929 | |
commit-queue@webkit.org | f287237 | 2019-04-26 18:32:41 +0000 | [diff] [blame] | 3930 | if (candidateNewSize > specifiedSize && candidateNewSize != fontDescription.computedSize() && text.textNode() && oldStyle.textSizeAdjust().isAuto()) |
antti@apple.com | 4918b4d | 2017-08-14 13:20:47 +0000 | [diff] [blame] | 3931 | document().textAutoSizing().addTextNode(*text.textNode(), candidateNewSize); |
cdumez@apple.com | 83102df | 2016-05-19 19:09:41 +0000 | [diff] [blame] | 3932 | } |
| 3933 | |
| 3934 | descendant = RenderObjectTraversal::nextSkippingChildren(text, this); |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3935 | } |
| 3936 | } |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 3937 | |
dbates@webkit.org | 102013c | 2016-09-26 21:51:25 +0000 | [diff] [blame] | 3938 | #endif // ENABLE(TEXT_AUTOSIZING) |
aestes@apple.com | 6751d84 | 2014-01-12 02:51:25 +0000 | [diff] [blame] | 3939 | |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 3940 | void RenderBlockFlow::layoutExcludedChildren(bool relayoutChildren) |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3941 | { |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 3942 | RenderBlock::layoutExcludedChildren(relayoutChildren); |
| 3943 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3944 | auto* fragmentedFlow = multiColumnFlow(); |
| 3945 | if (!fragmentedFlow) |
hyatt@apple.com | 8091486 | 2017-03-06 18:00:35 +0000 | [diff] [blame] | 3946 | return; |
| 3947 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3948 | fragmentedFlow->setIsExcludedFromNormalLayout(true); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3949 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3950 | setLogicalTopForChild(*fragmentedFlow, borderAndPaddingBefore()); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3951 | |
| 3952 | if (relayoutChildren) |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3953 | fragmentedFlow->setChildNeedsLayout(MarkOnlyThis); |
hyatt@apple.com | c1c3903 | 2014-04-15 23:25:58 +0000 | [diff] [blame] | 3954 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3955 | if (fragmentedFlow->needsLayout()) { |
| 3956 | for (RenderMultiColumnSet* columnSet = fragmentedFlow->firstMultiColumnSet(); columnSet; columnSet = columnSet->nextSiblingMultiColumnSet()) |
| 3957 | columnSet->prepareForLayout(!fragmentedFlow->inBalancingPass()); |
hyatt@apple.com | c1c3903 | 2014-04-15 23:25:58 +0000 | [diff] [blame] | 3958 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3959 | fragmentedFlow->invalidateFragments(MarkOnlyThis); |
| 3960 | fragmentedFlow->setNeedsHeightsRecalculation(true); |
| 3961 | fragmentedFlow->layout(); |
hyatt@apple.com | c1c3903 | 2014-04-15 23:25:58 +0000 | [diff] [blame] | 3962 | } else { |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3963 | // At the end of multicol layout, relayoutForPagination() is called unconditionally, but if |
| 3964 | // no children are to be laid out (e.g. fixed width with layout already being up-to-date), |
| 3965 | // we want to prevent it from doing any work, so that the column balancing machinery doesn't |
| 3966 | // kick in and trigger additional unnecessary layout passes. Actually, it's not just a good |
| 3967 | // idea in general to not waste time on balancing content that hasn't been re-laid out; we |
| 3968 | // are actually required to guarantee this. The calculation of implicit breaks needs to be |
| 3969 | // preceded by a proper layout pass, since it's layout that sets up content runs, and the |
| 3970 | // runs get deleted right after every pass. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3971 | fragmentedFlow->setNeedsHeightsRecalculation(false); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3972 | } |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3973 | determineLogicalLeftPositionForChild(*fragmentedFlow); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3974 | } |
| 3975 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 3976 | void RenderBlockFlow::checkForPaginationLogicalHeightChange(bool& relayoutChildren, LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightChanged) |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3977 | { |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 3978 | // If we don't use columns or flow threads, then bail. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3979 | if (!isRenderFragmentedFlow() && !multiColumnFlow()) |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 3980 | return; |
| 3981 | |
| 3982 | // We don't actually update any of the variables. We just subclassed to adjust our column height. |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3983 | if (RenderMultiColumnFlow* fragmentedFlow = multiColumnFlow()) { |
zalan@apple.com | 53e7907 | 2016-12-12 20:17:50 +0000 | [diff] [blame] | 3984 | LayoutUnit newColumnHeight; |
| 3985 | if (hasDefiniteLogicalHeight() || view().frameView().pagination().mode != Pagination::Unpaginated) { |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 3986 | auto computedValues = computeLogicalHeight(0_lu, logicalTop()); |
zalan@apple.com | 53e7907 | 2016-12-12 20:17:50 +0000 | [diff] [blame] | 3987 | newColumnHeight = std::max<LayoutUnit>(computedValues.m_extent - borderAndPaddingLogicalHeight() - scrollbarLogicalHeight(), 0); |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3988 | if (fragmentedFlow->columnHeightAvailable() != newColumnHeight) |
zalan@apple.com | 53e7907 | 2016-12-12 20:17:50 +0000 | [diff] [blame] | 3989 | relayoutChildren = true; |
| 3990 | } |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 3991 | fragmentedFlow->setColumnHeightAvailable(newColumnHeight); |
| 3992 | } else if (is<RenderFragmentedFlow>(*this)) { |
| 3993 | RenderFragmentedFlow& fragmentedFlow = downcast<RenderFragmentedFlow>(*this); |
commit-queue@webkit.org | 3d0f60b | 2014-04-08 18:19:47 +0000 | [diff] [blame] | 3994 | |
| 3995 | // FIXME: This is a hack to always make sure we have a page logical height, if said height |
antti@apple.com | f41183e | 2018-12-07 20:10:14 +0000 | [diff] [blame] | 3996 | // is known. The page logical height thing in RenderLayoutState is meaningless for flow |
commit-queue@webkit.org | 3d0f60b | 2014-04-08 18:19:47 +0000 | [diff] [blame] | 3997 | // thread-based pagination (page height isn't necessarily uniform throughout the flow |
| 3998 | // thread), but as long as it is used universally as a means to determine whether page |
| 3999 | // height is known or not, we need this. Page height is unknown when column balancing is |
| 4000 | // enabled and flow thread height is still unknown (i.e. during the first layout pass). When |
| 4001 | // it's unknown, we need to prevent the pagination code from assuming page breaks everywhere |
| 4002 | // and thereby eating every top margin. It should be trivial to clean up and get rid of this |
zalan@apple.com | fa5add6 | 2017-02-22 19:33:02 +0000 | [diff] [blame] | 4003 | // hack once the old multicol implementation is gone (see also RenderView::pushLayoutStateForPagination). |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 4004 | pageLogicalHeight = fragmentedFlow.isPageLogicalHeightKnown() ? 1_lu : 0_lu; |
commit-queue@webkit.org | 3d0f60b | 2014-04-08 18:19:47 +0000 | [diff] [blame] | 4005 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4006 | pageLogicalHeightChanged = fragmentedFlow.pageLogicalSizeChanged(); |
hyatt@apple.com | d4be377 | 2014-01-24 19:55:33 +0000 | [diff] [blame] | 4007 | } |
| 4008 | } |
| 4009 | |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 4010 | bool RenderBlockFlow::requiresColumns(int desiredColumnCount) const |
zalan@apple.com | 809f487 | 2016-12-08 18:20:01 +0000 | [diff] [blame] | 4011 | { |
| 4012 | return willCreateColumns(desiredColumnCount); |
hyatt@apple.com | 73715ca | 2014-05-06 21:35:52 +0000 | [diff] [blame] | 4013 | } |
| 4014 | |
hyatt@apple.com | 39746fd | 2014-01-24 22:52:41 +0000 | [diff] [blame] | 4015 | void RenderBlockFlow::setComputedColumnCountAndWidth(int count, LayoutUnit width) |
| 4016 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4017 | ASSERT(!!multiColumnFlow() == requiresColumns(count)); |
| 4018 | if (!multiColumnFlow()) |
antti@apple.com | 411949d | 2017-08-30 17:28:10 +0000 | [diff] [blame] | 4019 | return; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4020 | multiColumnFlow()->setColumnCountAndWidth(count, width); |
| 4021 | multiColumnFlow()->setProgressionIsInline(style().hasInlineColumnAxis()); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 4022 | multiColumnFlow()->setProgressionIsReversed(style().columnProgression() == ColumnProgression::Reverse); |
hyatt@apple.com | 39746fd | 2014-01-24 22:52:41 +0000 | [diff] [blame] | 4023 | } |
| 4024 | |
cdumez@apple.com | 7814173 | 2014-11-04 23:00:48 +0000 | [diff] [blame] | 4025 | void RenderBlockFlow::updateColumnProgressionFromStyle(RenderStyle& style) |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4026 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4027 | if (!multiColumnFlow()) |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4028 | return; |
| 4029 | |
| 4030 | bool needsLayout = false; |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4031 | bool oldProgressionIsInline = multiColumnFlow()->progressionIsInline(); |
cdumez@apple.com | 7814173 | 2014-11-04 23:00:48 +0000 | [diff] [blame] | 4032 | bool newProgressionIsInline = style.hasInlineColumnAxis(); |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4033 | if (oldProgressionIsInline != newProgressionIsInline) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4034 | multiColumnFlow()->setProgressionIsInline(newProgressionIsInline); |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4035 | needsLayout = true; |
| 4036 | } |
| 4037 | |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4038 | bool oldProgressionIsReversed = multiColumnFlow()->progressionIsReversed(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 4039 | bool newProgressionIsReversed = style.columnProgression() == ColumnProgression::Reverse; |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4040 | if (oldProgressionIsReversed != newProgressionIsReversed) { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4041 | multiColumnFlow()->setProgressionIsReversed(newProgressionIsReversed); |
hyatt@apple.com | 8691986 | 2014-01-27 16:27:45 +0000 | [diff] [blame] | 4042 | needsLayout = true; |
| 4043 | } |
| 4044 | |
| 4045 | if (needsLayout) |
| 4046 | setNeedsLayoutAndPrefWidthsRecalc(); |
| 4047 | } |
| 4048 | |
hyatt@apple.com | 39746fd | 2014-01-24 22:52:41 +0000 | [diff] [blame] | 4049 | LayoutUnit RenderBlockFlow::computedColumnWidth() const |
| 4050 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4051 | if (multiColumnFlow()) |
| 4052 | return multiColumnFlow()->computedColumnWidth(); |
hyatt@apple.com | 39746fd | 2014-01-24 22:52:41 +0000 | [diff] [blame] | 4053 | return contentLogicalWidth(); |
| 4054 | } |
| 4055 | |
| 4056 | unsigned RenderBlockFlow::computedColumnCount() const |
| 4057 | { |
hyatt@apple.com | 4e0bf86 | 2017-09-27 20:54:17 +0000 | [diff] [blame] | 4058 | if (multiColumnFlow()) |
| 4059 | return multiColumnFlow()->computedColumnCount(); |
hyatt@apple.com | 39746fd | 2014-01-24 22:52:41 +0000 | [diff] [blame] | 4060 | |
| 4061 | return 1; |
| 4062 | } |
| 4063 | |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 4064 | bool RenderBlockFlow::isTopLayoutOverflowAllowed() const |
| 4065 | { |
| 4066 | bool hasTopOverflow = RenderBlock::isTopLayoutOverflowAllowed(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 4067 | if (!multiColumnFlow() || style().columnProgression() == ColumnProgression::Normal) |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 4068 | return hasTopOverflow; |
| 4069 | |
| 4070 | if (!(isHorizontalWritingMode() ^ !style().hasInlineColumnAxis())) |
| 4071 | hasTopOverflow = !hasTopOverflow; |
| 4072 | |
| 4073 | return hasTopOverflow; |
| 4074 | } |
| 4075 | |
| 4076 | bool RenderBlockFlow::isLeftLayoutOverflowAllowed() const |
| 4077 | { |
| 4078 | bool hasLeftOverflow = RenderBlock::isLeftLayoutOverflowAllowed(); |
commit-queue@webkit.org | eea2d6a | 2018-05-25 01:42:36 +0000 | [diff] [blame] | 4079 | if (!multiColumnFlow() || style().columnProgression() == ColumnProgression::Normal) |
hyatt@apple.com | 31a5daa | 2014-01-28 01:26:37 +0000 | [diff] [blame] | 4080 | return hasLeftOverflow; |
| 4081 | |
| 4082 | if (isHorizontalWritingMode() ^ !style().hasInlineColumnAxis()) |
| 4083 | hasLeftOverflow = !hasLeftOverflow; |
| 4084 | |
| 4085 | return hasLeftOverflow; |
| 4086 | } |
| 4087 | |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4088 | struct InlineMinMaxIterator { |
| 4089 | /* InlineMinMaxIterator is a class that will iterate over all render objects that contribute to |
| 4090 | inline min/max width calculations. Note the following about the way it walks: |
| 4091 | (1) Positioned content is skipped (since it does not contribute to min/max width of a block) |
| 4092 | (2) We do not drill into the children of floats or replaced elements, since you can't break |
| 4093 | in the middle of such an element. |
| 4094 | (3) Inline flows (e.g., <a>, <span>, <i>) are walked twice, since each side can have |
| 4095 | distinct borders/margin/padding that contribute to the min/max width. |
| 4096 | */ |
| 4097 | const RenderBlockFlow& parent; |
| 4098 | RenderObject* current; |
| 4099 | bool endOfInline; |
| 4100 | bool initial; |
| 4101 | |
| 4102 | InlineMinMaxIterator(const RenderBlockFlow& p) |
| 4103 | : parent(p) |
| 4104 | , current(nullptr) |
| 4105 | , endOfInline(false) |
| 4106 | , initial(true) |
| 4107 | { } |
| 4108 | |
| 4109 | RenderObject* next(); |
| 4110 | }; |
| 4111 | |
| 4112 | RenderObject* InlineMinMaxIterator::next() |
| 4113 | { |
| 4114 | RenderObject* result = nullptr; |
| 4115 | bool oldEndOfInline = endOfInline; |
| 4116 | endOfInline = false; |
| 4117 | do { |
| 4118 | if (!oldEndOfInline && (current && !current->isFloating() && !current->isReplaced() && !current->isOutOfFlowPositioned())) |
| 4119 | result = current->firstChildSlow(); |
| 4120 | else if (initial) { |
| 4121 | result = parent.firstChild(); |
| 4122 | initial = false; |
| 4123 | } |
| 4124 | |
| 4125 | if (!result) { |
| 4126 | // We hit the end of our inline. (It was empty, e.g., <span></span>.) |
| 4127 | if (!oldEndOfInline && current && current->isRenderInline()) { |
| 4128 | result = current; |
| 4129 | endOfInline = true; |
| 4130 | break; |
| 4131 | } |
| 4132 | |
| 4133 | while (current && current != &parent) { |
| 4134 | result = current->nextSibling(); |
| 4135 | if (result) |
| 4136 | break; |
| 4137 | current = current->parent(); |
| 4138 | if (current && current != &parent && current->isRenderInline()) { |
| 4139 | result = current; |
| 4140 | endOfInline = true; |
| 4141 | break; |
| 4142 | } |
| 4143 | } |
| 4144 | } |
| 4145 | |
| 4146 | if (!result) |
| 4147 | break; |
| 4148 | |
| 4149 | if (!result->isOutOfFlowPositioned() && (result->isTextOrLineBreak() || result->isFloating() || result->isReplaced() || result->isRenderInline())) |
| 4150 | break; |
| 4151 | |
| 4152 | current = result; |
| 4153 | result = nullptr; |
| 4154 | } while (current || current == &parent); |
| 4155 | // Update our position. |
| 4156 | current = result; |
| 4157 | return result; |
| 4158 | } |
| 4159 | |
| 4160 | static LayoutUnit getBPMWidth(LayoutUnit childValue, Length cssUnit) |
| 4161 | { |
| 4162 | if (cssUnit.type() != Auto) |
| 4163 | return (cssUnit.isFixed() ? LayoutUnit(cssUnit.value()) : childValue); |
| 4164 | return 0; |
| 4165 | } |
| 4166 | |
| 4167 | static LayoutUnit getBorderPaddingMargin(const RenderBoxModelObject& child, bool endOfInline) |
| 4168 | { |
| 4169 | const RenderStyle& childStyle = child.style(); |
| 4170 | if (endOfInline) { |
| 4171 | return getBPMWidth(child.marginEnd(), childStyle.marginEnd()) + |
| 4172 | getBPMWidth(child.paddingEnd(), childStyle.paddingEnd()) + |
| 4173 | child.borderEnd(); |
| 4174 | } |
| 4175 | return getBPMWidth(child.marginStart(), childStyle.marginStart()) + |
| 4176 | getBPMWidth(child.paddingStart(), childStyle.paddingStart()) + |
| 4177 | child.borderStart(); |
| 4178 | } |
| 4179 | |
| 4180 | static inline void stripTrailingSpace(float& inlineMax, float& inlineMin, RenderObject* trailingSpaceChild) |
| 4181 | { |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4182 | if (is<RenderText>(trailingSpaceChild)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4183 | // Collapse away the trailing space at the end of a block. |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4184 | RenderText& renderText = downcast<RenderText>(*trailingSpaceChild); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4185 | const UChar space = ' '; |
antti@apple.com | c54cbc9 | 2015-01-15 14:19:56 +0000 | [diff] [blame] | 4186 | const FontCascade& font = renderText.style().fontCascade(); // FIXME: This ignores first-line. |
mmaxfield@apple.com | 21a4dcb | 2016-03-13 00:36:59 +0000 | [diff] [blame] | 4187 | float spaceWidth = font.width(RenderBlock::constructTextRun(&space, 1, renderText.style())); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4188 | inlineMax -= spaceWidth + font.wordSpacing(); |
| 4189 | if (inlineMin > inlineMax) |
| 4190 | inlineMin = inlineMax; |
| 4191 | } |
| 4192 | } |
| 4193 | |
| 4194 | static inline LayoutUnit preferredWidth(LayoutUnit preferredWidth, float result) |
| 4195 | { |
| 4196 | return std::max(preferredWidth, LayoutUnit::fromFloatCeil(result)); |
| 4197 | } |
| 4198 | |
| 4199 | void RenderBlockFlow::computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |
| 4200 | { |
| 4201 | float inlineMax = 0; |
| 4202 | float inlineMin = 0; |
| 4203 | |
| 4204 | const RenderStyle& styleToUse = style(); |
| 4205 | RenderBlock* containingBlock = this->containingBlock(); |
ross.kirsling@sony.com | a10d10c | 2018-11-23 20:47:11 +0000 | [diff] [blame] | 4206 | LayoutUnit cw = containingBlock ? containingBlock->contentLogicalWidth() : 0_lu; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4207 | |
| 4208 | // If we are at the start of a line, we want to ignore all white-space. |
| 4209 | // Also strip spaces if we previously had text that ended in a trailing space. |
| 4210 | bool stripFrontSpaces = true; |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4211 | RenderObject* trailingSpaceChild = nullptr; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4212 | |
| 4213 | // Firefox and Opera will allow a table cell to grow to fit an image inside it under |
| 4214 | // very specific cirucumstances (in order to match common WinIE renderings). |
| 4215 | // Not supporting the quirk has caused us to mis-render some real sites. (See Bugzilla 10517.) |
| 4216 | bool allowImagesToBreak = !document().inQuirksMode() || !isTableCell() || !styleToUse.logicalWidth().isIntrinsicOrAuto(); |
| 4217 | |
cdumez@apple.com | c28103d5 | 2014-10-31 23:25:05 +0000 | [diff] [blame] | 4218 | bool oldAutoWrap = styleToUse.autoWrap(); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4219 | |
| 4220 | InlineMinMaxIterator childIterator(*this); |
| 4221 | |
| 4222 | // Only gets added to the max preffered width once. |
| 4223 | bool addedTextIndent = false; |
| 4224 | // Signals the text indent was more negative than the min preferred width |
| 4225 | bool hasRemainingNegativeTextIndent = false; |
| 4226 | |
| 4227 | LayoutUnit textIndent = minimumValueForLength(styleToUse.textIndent(), cw); |
| 4228 | RenderObject* prevFloat = 0; |
| 4229 | bool isPrevChildInlineFlow = false; |
| 4230 | bool shouldBreakLineAfterText = false; |
commit-queue@webkit.org | 02cb000 | 2018-05-28 00:49:21 +0000 | [diff] [blame] | 4231 | bool canHangPunctuationAtStart = styleToUse.hangingPunctuation().contains(HangingPunctuation::First); |
| 4232 | bool canHangPunctuationAtEnd = styleToUse.hangingPunctuation().contains(HangingPunctuation::Last); |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4233 | RenderText* lastText = nullptr; |
| 4234 | |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4235 | bool addedStartPunctuationHang = false; |
| 4236 | |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4237 | while (RenderObject* child = childIterator.next()) { |
cdumez@apple.com | c28103d5 | 2014-10-31 23:25:05 +0000 | [diff] [blame] | 4238 | bool autoWrap = child->isReplaced() ? child->parent()->style().autoWrap() : |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4239 | child->style().autoWrap(); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4240 | if (!child->isBR()) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4241 | // Step One: determine whether or not we need to terminate our current line. |
| 4242 | // Each discrete chunk can become the new min-width, if it is the widest chunk |
| 4243 | // seen so far, and it can also become the max-width. |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4244 | |
| 4245 | // Children fall into three categories: |
| 4246 | // (1) An inline flow object. These objects always have a min/max of 0, |
| 4247 | // and are included in the iteration solely so that their margins can |
| 4248 | // be added in. |
| 4249 | // |
| 4250 | // (2) An inline non-text non-flow object, e.g., an inline replaced element. |
| 4251 | // These objects can always be on a line by themselves, so in this situation |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4252 | // we need to break the current line, and then add in our own margins and min/max |
| 4253 | // width on its own line, and then terminate the line. |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4254 | // |
| 4255 | // (3) A text object. Text runs can have breakable characters at the start, |
| 4256 | // the middle or the end. They may also lose whitespace off the front if |
| 4257 | // we're already ignoring whitespace. In order to compute accurate min-width |
| 4258 | // information, we need three pieces of information. |
| 4259 | // (a) the min-width of the first non-breakable run. Should be 0 if the text string |
| 4260 | // starts with whitespace. |
| 4261 | // (b) the min-width of the last non-breakable run. Should be 0 if the text string |
| 4262 | // ends with whitespace. |
| 4263 | // (c) the min/max width of the string (trimmed for whitespace). |
| 4264 | // |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4265 | // If the text string starts with whitespace, then we need to terminate our current line |
| 4266 | // (unless we're already in a whitespace stripping mode. |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4267 | // |
| 4268 | // If the text string has a breakable character in the middle, but didn't start |
| 4269 | // with whitespace, then we add the width of the first non-breakable run and |
| 4270 | // then end the current line. We then need to use the intermediate min/max width |
| 4271 | // values (if any of them are larger than our current min/max). We then look at |
| 4272 | // the width of the last non-breakable run and use that to start a new line |
| 4273 | // (unless we end in whitespace). |
| 4274 | const RenderStyle& childStyle = child->style(); |
| 4275 | float childMin = 0; |
| 4276 | float childMax = 0; |
| 4277 | |
| 4278 | if (!child->isText()) { |
| 4279 | if (child->isLineBreakOpportunity()) { |
| 4280 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4281 | inlineMin = 0; |
| 4282 | continue; |
| 4283 | } |
| 4284 | // Case (1) and (2). Inline replaced and inline flow elements. |
cdumez@apple.com | f802215 | 2014-10-15 00:29:51 +0000 | [diff] [blame] | 4285 | if (is<RenderInline>(*child)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4286 | // Add in padding/border/margin from the appropriate side of |
| 4287 | // the element. |
cdumez@apple.com | f802215 | 2014-10-15 00:29:51 +0000 | [diff] [blame] | 4288 | float bpm = getBorderPaddingMargin(downcast<RenderInline>(*child), childIterator.endOfInline); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4289 | childMin += bpm; |
| 4290 | childMax += bpm; |
| 4291 | |
| 4292 | inlineMin += childMin; |
| 4293 | inlineMax += childMax; |
| 4294 | |
| 4295 | child->setPreferredLogicalWidthsDirty(false); |
| 4296 | } else { |
| 4297 | // Inline replaced elts add in their margins to their min/max values. |
hyatt@apple.com | 14520e4 | 2016-04-20 18:01:40 +0000 | [diff] [blame] | 4298 | if (!child->isFloating()) |
| 4299 | lastText = nullptr; |
ross.kirsling@sony.com | bd74428 | 2018-11-18 03:14:31 +0000 | [diff] [blame] | 4300 | LayoutUnit margins; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4301 | Length startMargin = childStyle.marginStart(); |
| 4302 | Length endMargin = childStyle.marginEnd(); |
| 4303 | if (startMargin.isFixed()) |
| 4304 | margins += LayoutUnit::fromFloatCeil(startMargin.value()); |
| 4305 | if (endMargin.isFixed()) |
| 4306 | margins += LayoutUnit::fromFloatCeil(endMargin.value()); |
| 4307 | childMin += margins.ceilToFloat(); |
| 4308 | childMax += margins.ceilToFloat(); |
| 4309 | } |
| 4310 | } |
| 4311 | |
cdumez@apple.com | f802215 | 2014-10-15 00:29:51 +0000 | [diff] [blame] | 4312 | if (!is<RenderInline>(*child) && !is<RenderText>(*child)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4313 | // Case (2). Inline replaced elements and floats. |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4314 | // Terminate the current line as far as minwidth is concerned. |
hyatt@apple.com | 247170f | 2017-02-28 16:23:15 +0000 | [diff] [blame] | 4315 | LayoutUnit childMinPreferredLogicalWidth, childMaxPreferredLogicalWidth; |
| 4316 | computeChildPreferredLogicalWidths(*child, childMinPreferredLogicalWidth, childMaxPreferredLogicalWidth); |
| 4317 | childMin += childMinPreferredLogicalWidth.ceilToFloat(); |
| 4318 | childMax += childMaxPreferredLogicalWidth.ceilToFloat(); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4319 | |
| 4320 | bool clearPreviousFloat; |
| 4321 | if (child->isFloating()) { |
| 4322 | clearPreviousFloat = (prevFloat |
commit-queue@webkit.org | 1a4e667 | 2018-05-21 16:55:45 +0000 | [diff] [blame] | 4323 | && ((prevFloat->style().floating() == Float::Left && (childStyle.clear() == Clear::Left || childStyle.clear() == Clear::Both)) |
| 4324 | || (prevFloat->style().floating() == Float::Right && (childStyle.clear() == Clear::Right || childStyle.clear() == Clear::Both)))); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4325 | prevFloat = child; |
| 4326 | } else |
| 4327 | clearPreviousFloat = false; |
| 4328 | |
| 4329 | bool canBreakReplacedElement = !child->isImage() || allowImagesToBreak; |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4330 | if (((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4331 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4332 | inlineMin = 0; |
| 4333 | } |
| 4334 | |
| 4335 | // If we're supposed to clear the previous float, then terminate maxwidth as well. |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4336 | if (clearPreviousFloat) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4337 | maxLogicalWidth = preferredWidth(maxLogicalWidth, inlineMax); |
| 4338 | inlineMax = 0; |
| 4339 | } |
| 4340 | |
| 4341 | // Add in text-indent. This is added in only once. |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4342 | if (!addedTextIndent && !child->isFloating()) { |
ross.kirsling@sony.com | 8041465 | 2019-05-21 01:36:11 +0000 | [diff] [blame] | 4343 | LayoutUnit ceiledIndent { textIndent.ceilToFloat() }; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4344 | childMin += ceiledIndent; |
| 4345 | childMax += ceiledIndent; |
| 4346 | |
| 4347 | if (childMin < 0) |
| 4348 | textIndent = LayoutUnit::fromFloatCeil(childMin); |
| 4349 | else |
| 4350 | addedTextIndent = true; |
| 4351 | } |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4352 | |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4353 | if (canHangPunctuationAtStart && !addedStartPunctuationHang && !child->isFloating()) |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4354 | addedStartPunctuationHang = true; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4355 | |
| 4356 | // Add our width to the max. |
| 4357 | inlineMax += std::max<float>(0, childMax); |
| 4358 | |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4359 | if ((!autoWrap || !canBreakReplacedElement || (isPrevChildInlineFlow && !shouldBreakLineAfterText))) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4360 | if (child->isFloating()) |
| 4361 | minLogicalWidth = preferredWidth(minLogicalWidth, childMin); |
| 4362 | else |
| 4363 | inlineMin += childMin; |
| 4364 | } else { |
| 4365 | // Now check our line. |
| 4366 | minLogicalWidth = preferredWidth(minLogicalWidth, childMin); |
| 4367 | |
| 4368 | // Now start a new line. |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4369 | inlineMin = 0; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4370 | } |
| 4371 | |
| 4372 | if (autoWrap && canBreakReplacedElement && isPrevChildInlineFlow) { |
| 4373 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4374 | inlineMin = 0; |
| 4375 | } |
| 4376 | |
| 4377 | // We are no longer stripping whitespace at the start of a line. |
| 4378 | if (!child->isFloating()) { |
| 4379 | stripFrontSpaces = false; |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4380 | trailingSpaceChild = nullptr; |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4381 | lastText = nullptr; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4382 | } |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4383 | } else if (is<RenderText>(*child)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4384 | // Case (3). Text. |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4385 | RenderText& renderText = downcast<RenderText>(*child); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4386 | |
cdumez@apple.com | 35094bd | 2014-10-07 19:33:53 +0000 | [diff] [blame] | 4387 | if (renderText.style().hasTextCombine() && renderText.isCombineText()) |
zalan@apple.com | 6cad78f | 2017-09-19 20:28:29 +0000 | [diff] [blame] | 4388 | downcast<RenderCombineText>(renderText).combineTextIfNeeded(); |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4389 | |
| 4390 | // Determine if we have a breakable character. Pass in |
| 4391 | // whether or not we should ignore any spaces at the front |
| 4392 | // of the string. If those are going to be stripped out, |
| 4393 | // then they shouldn't be considered in the breakable char |
| 4394 | // check. |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4395 | bool strippingBeginWS = stripFrontSpaces; |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4396 | auto widths = renderText.trimmedPreferredWidths(inlineMax, stripFrontSpaces); |
| 4397 | |
| 4398 | childMin = widths.min; |
| 4399 | childMax = widths.max; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4400 | |
| 4401 | // This text object will not be rendered, but it may still provide a breaking opportunity. |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4402 | if (!widths.hasBreak && !childMax) { |
| 4403 | if (autoWrap && (widths.beginWS || widths.endWS)) { |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4404 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4405 | inlineMin = 0; |
| 4406 | } |
| 4407 | continue; |
| 4408 | } |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4409 | |
| 4410 | lastText = &renderText; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4411 | |
| 4412 | if (stripFrontSpaces) |
| 4413 | trailingSpaceChild = child; |
| 4414 | else |
| 4415 | trailingSpaceChild = 0; |
| 4416 | |
| 4417 | // Add in text-indent. This is added in only once. |
| 4418 | float ti = 0; |
| 4419 | if (!addedTextIndent || hasRemainingNegativeTextIndent) { |
| 4420 | ti = textIndent.ceilToFloat(); |
| 4421 | childMin += ti; |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4422 | widths.beginMin += ti; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4423 | |
| 4424 | // It the text indent negative and larger than the child minimum, we re-use the remainder |
| 4425 | // in future minimum calculations, but using the negative value again on the maximum |
| 4426 | // will lead to under-counting the max pref width. |
| 4427 | if (!addedTextIndent) { |
| 4428 | childMax += ti; |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4429 | widths.beginMax += ti; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4430 | addedTextIndent = true; |
| 4431 | } |
| 4432 | |
| 4433 | if (childMin < 0) { |
| 4434 | textIndent = childMin; |
| 4435 | hasRemainingNegativeTextIndent = true; |
| 4436 | } |
| 4437 | } |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4438 | |
| 4439 | // See if we have a hanging punctuation situation at the start. |
| 4440 | if (canHangPunctuationAtStart && !addedStartPunctuationHang) { |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4441 | unsigned startIndex = strippingBeginWS ? renderText.firstCharacterIndexStrippingSpaces() : 0; |
| 4442 | float hangStartWidth = renderText.hangablePunctuationStartWidth(startIndex); |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4443 | childMin -= hangStartWidth; |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4444 | widths.beginMin -= hangStartWidth; |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4445 | childMax -= hangStartWidth; |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4446 | widths.beginMax -= hangStartWidth; |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4447 | addedStartPunctuationHang = true; |
| 4448 | } |
| 4449 | |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4450 | // If we have no breakable characters at all, |
| 4451 | // then this is the easy case. We add ourselves to the current |
| 4452 | // min and max and continue. |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4453 | if (!widths.hasBreakableChar) |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4454 | inlineMin += childMin; |
| 4455 | else { |
| 4456 | // We have a breakable character. Now we need to know if |
| 4457 | // we start and end with whitespace. |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4458 | if (widths.beginWS) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4459 | // End the current line. |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4460 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4461 | } else { |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4462 | inlineMin += widths.beginMin; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4463 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4464 | childMin -= ti; |
| 4465 | } |
| 4466 | |
| 4467 | inlineMin = childMin; |
| 4468 | |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4469 | if (widths.endWS) { |
simon.fraser@apple.com | 03e6103 | 2015-04-05 20:17:11 +0000 | [diff] [blame] | 4470 | // We end in whitespace, which means we can end our current line. |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4471 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4472 | inlineMin = 0; |
| 4473 | shouldBreakLineAfterText = false; |
| 4474 | } else { |
| 4475 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4476 | inlineMin = widths.endMin; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4477 | shouldBreakLineAfterText = true; |
| 4478 | } |
| 4479 | } |
| 4480 | |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4481 | if (widths.hasBreak) { |
| 4482 | inlineMax += widths.beginMax; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4483 | maxLogicalWidth = preferredWidth(maxLogicalWidth, inlineMax); |
| 4484 | maxLogicalWidth = preferredWidth(maxLogicalWidth, childMax); |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4485 | inlineMax = widths.endMax; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4486 | addedTextIndent = true; |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4487 | addedStartPunctuationHang = true; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4488 | } else |
| 4489 | inlineMax += std::max<float>(0, childMax); |
| 4490 | } |
| 4491 | |
antti@apple.com | ae85e11 | 2017-08-31 23:27:02 +0000 | [diff] [blame] | 4492 | // Ignore spaces after a list marker. |
| 4493 | if (child->isListMarker()) |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4494 | stripFrontSpaces = true; |
| 4495 | } else { |
| 4496 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4497 | maxLogicalWidth = preferredWidth(maxLogicalWidth, inlineMax); |
| 4498 | inlineMin = inlineMax = 0; |
| 4499 | stripFrontSpaces = true; |
| 4500 | trailingSpaceChild = 0; |
| 4501 | addedTextIndent = true; |
hyatt@apple.com | 41c12c9 | 2016-03-02 22:29:26 +0000 | [diff] [blame] | 4502 | addedStartPunctuationHang = true; |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4503 | } |
| 4504 | |
| 4505 | if (!child->isText() && child->isRenderInline()) |
| 4506 | isPrevChildInlineFlow = true; |
| 4507 | else |
| 4508 | isPrevChildInlineFlow = false; |
| 4509 | |
| 4510 | oldAutoWrap = autoWrap; |
| 4511 | } |
| 4512 | |
| 4513 | if (styleToUse.collapseWhiteSpace()) |
| 4514 | stripTrailingSpace(inlineMax, inlineMin, trailingSpaceChild); |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4515 | |
darin@apple.com | 5917cb1 | 2017-11-23 17:32:42 +0000 | [diff] [blame] | 4516 | if (canHangPunctuationAtEnd && lastText && lastText->text().length() > 0) { |
| 4517 | unsigned endIndex = trailingSpaceChild == lastText ? lastText->lastCharacterIndexStrippingSpaces() : lastText->text().length() - 1; |
hyatt@apple.com | 6b422a7 | 2016-03-03 21:49:32 +0000 | [diff] [blame] | 4518 | float endHangWidth = lastText->hangablePunctuationEndWidth(endIndex); |
| 4519 | inlineMin -= endHangWidth; |
| 4520 | inlineMax -= endHangWidth; |
| 4521 | } |
zalan@apple.com | ac6956c | 2014-09-05 14:18:06 +0000 | [diff] [blame] | 4522 | |
| 4523 | minLogicalWidth = preferredWidth(minLogicalWidth, inlineMin); |
| 4524 | maxLogicalWidth = preferredWidth(maxLogicalWidth, inlineMax); |
| 4525 | } |
| 4526 | |
hyatt@apple.com | e96ebaf | 2013-11-12 22:51:12 +0000 | [diff] [blame] | 4527 | } |
| 4528 | // namespace WebCore |