- fc49713 [CSS Regions] Infinite loop when computing widows by abucur@adobe.com · 11 years ago
- ca2a8ff Move setting of some layout bits to RenderElement by antti@apple.com · 11 years ago
- 2b977c0 [CSS Shapes] Support block content with inline content around floats in shape-inside by zoltan@webkit.org · 11 years ago
- b806fb1 Unreviewed, rolling out r156816. by commit-queue@webkit.org · 11 years ago
- 8da0a37 Move setting of some layout bits to RenderElement by antti@apple.com · 11 years ago
- 3ab7ef3 Tighten typing in inline rendering by antti@apple.com · 11 years ago
- 8178731 Unreviewed build fix after r156613 for ports enabling CSS3_TEXT. by zandobersek@gmail.com · 11 years ago
- 78e5677 Switch inline boxes to use const RenderStyle& by antti@apple.com · 11 years ago
- b0608f6 Clean up code for getting first line style by antti@apple.com · 11 years ago
- 3cd5c77 Move line grid functionality from RenderBlock into RenderBlockFlow. by hyatt@apple.com · 11 years ago
- 6833dd9 Unexpected word wrapping for wrapped content then raw content. by zalan@apple.com · 11 years ago
- 3b30db7 [CSS Shapes] Modify updateSegmentsForShapes function to use logical coordinates by zoltan@webkit.org · 11 years ago
- 7cad704 Use unique_ptr instead of deleteAllValues in FloatingObject code by darin@apple.com · 11 years ago
- c096ce4 CTTE: RenderObject::container() should return a RenderElement*. by akling@apple.com · 11 years ago
- 8b422c8 Refactoring LineBreaker and RenderTextInfo out of RenderBlock.h by zoltan@webkit.org · 11 years ago
- 68678b7 Move logicalHeightForLine out of LineWidth.h by zoltan@webkit.org · 11 years ago
- 8d8ae71 Rename RenderBR to RenderLineBreak by antti@apple.com · 11 years ago
- 2cb0264 Quirksmode: Break Tag Extra Space Bug by robert@webkit.org · 11 years ago
- 3014ac0 Remove RenderWordBreak https://bugs.webkit.org/show_bug.cgi?id=121549 by antti@apple.com · 11 years ago
- 843ff0c Rename InlineBox::isText() <https://webkit.org/b/121525> by antti@apple.com · 11 years ago
- e1a0c95 [CSS Shapes] Use the float height to determine position in shape-inside by zoltan@webkit.org · 11 years ago
- 95087b7 Add isTextOrBR() and use it https://bugs.webkit.org/show_bug.cgi?id=121506 by antti@apple.com · 11 years ago
- 2ea5988 Move the line widow functions out of RenderBlock and into RenderBlockFlow. by hyatt@apple.com · 11 years ago
- 9d8157e RenderBR should not be RenderText https://bugs.webkit.org/show_bug.cgi?id=121221 by antti@apple.com · 11 years ago
- 7ce905d CTTE: Pass RenderArena around by reference. <https://webkit.org/b/121470> by akling@apple.com · 11 years ago
- 4c74e8d Move LineLayoutState class to LineLayoutState.h by zoltan@webkit.org · 12 years ago
- 2296409 [CSS Shapes] Rename shapeContainingBlockHeight to shapeContainingBlockLogicalHeight by zoltan@webkit.org · 12 years ago
- fefa141 Move LineInfo class into LineInfo.h by zoltan@webkit.org · 12 years ago
- 2fa49ff Move LineWidth out of RenderBlockLineLayout by zoltan@webkit.org · 12 years ago
- 1968a43 Fix nested unicode-bidi: isolate https://bugs.webkit.org/show_bug.cgi?id=120504 by commit-queue@webkit.org · 12 years ago
- 6747809 Move Floats out of RenderBlock https://bugs.webkit.org/show_bug.cgi?id=120779 by bjonesbe@adobe.com · 12 years ago
- c9b1aef Move layoutBlock and layoutBlockChildren into RenderBlockFlow by hyatt@apple.com · 12 years ago
- 8f33508 Hide node() below RenderLayerModelObject, use element() instead by antti@apple.com · 12 years ago
- dbf7030 InlineBox::root() should return a reference. <https://webkit.org/b/121014> by akling@apple.com · 12 years ago
- 06262e0 Render{Block,Inline}::lineBoxes() should return a reference. by akling@apple.com · 12 years ago
- 93de7e7 Move logical dimension getters/setters to FloatingObject from RenderBlock by bjonesbe@adobe.com · 12 years ago
- 6585d01 [CSS Regions] Extend the RenderRegionRange class to include overflow information + apply the layout overflow by abucur@adobe.com · 12 years ago
- 5fd027a [CSS Shapes] Shape's content gets extra left offset when left-border is positive on the content box by betravis@adobe.com · 12 years ago
- 4c166d6 Make more use of toRenderFoo(RenderObject&) cast helpers. by akling@apple.com · 12 years ago
- 0b8172b7 InlineBox::renderer() and pals should return references. by akling@apple.com · 12 years ago
- 836b22b RenderObject::document() should return a reference. by akling@apple.com · 12 years ago
- 691cf5c RenderObject::view() should return a reference. <https://webkit.org/b/120247> by akling@apple.com · 12 years ago
- eefba76 REGRESSION(r154399): broke Mac ML debug WK1 tests > 50 crashes (Requested by thorton on #webkit). by timothy_horton@apple.com · 12 years ago
- a10ca74 REGRESSION(r127163): Respect clearance set on ancestors when placing floats by robert@webkit.org · 12 years ago
- a9c6666 Finish making FloatingObject a real class with private members by bjonesbe@adobe.com · 12 years ago
- 33159da [CSS Regions] Compute correct region ranges for boxes by abucur@adobe.com · 12 years ago
- 576a5fb REGRESSION(r152313): Links in certain twitter postings don't warp correctly on page by zalan@apple.com · 12 years ago
- 105a51f [CSS Shapes] New positioning model: Borders by commit-queue@webkit.org · 12 years ago
- b20fd7c [CSS Shapes] Clear overflowing line's segments in pushShapeContentOverflowBelowTheContentBox by zoltan@webkit.org · 12 years ago
- 98109ff TrailingObjects shouldn't shrink vector capacity in a loop by ggaren@apple.com · 12 years ago
- 812562c [CSS Shapes] Port refactoring of shape-outside code from Blink by commit-queue@webkit.org · 12 years ago
- f294cf0 Wrong linebox height, when block element parent has vertical-align property defined. by akling@apple.com · 12 years ago
- 6ce4b39 empty inlines should not affect line-wrapping by robert@webkit.org · 12 years ago
- 6362c30 [CSS Shapes] New positioning model: basic support for rectangle shape-outside by commit-queue@webkit.org · 12 years ago
- 1f81153 Refactor adding a line break https://bugs.webkit.org/show_bug.cgi?id=117907 by robert@webkit.org · 12 years ago
- 34be492 Remove unnecessary check in RenderBlockLineLayout::nextSegmentBreak() by robert@webkit.org · 12 years ago
- 7a80c02 Ignoring padding-right of inline elements in containers with undefined width by robert@webkit.org · 12 years ago
- bbac21e Rollout r150602: Restoring text-overflow vs. floating rendering behaviour. by commit-queue@webkit.org · 12 years ago
- 758f6ce [CSS Shapes] Remove lineOverflowsFromShapeInside boolean from RenderBlock::layoutRunsAndFloatsInRange function by zoltan@webkit.org · 12 years ago
- 3a337ba [CSS Shapes] Consider bottom borders when calculating the position of the overflow by zoltan@webkit.org · 12 years ago
- 0310e46 REGRESSION (r148367): Facebook and Twitter icons at macworld.com are stacked vertically, obscuring Twitter one by robert@webkit.org · 12 years ago
- 8e79cc2 Use borderAndPadding[Before,After]() instead of border[Before,After]() + padding[Before,After]() by zoltan@webkit.org · 12 years ago
- 758bf02 [CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes by zoltan@webkit.org · 12 years ago
- c522345 Source/WebCore: Whitespace between inlines with nowrap and a shrink-to-fit parent gets a line-break when it shouldn't by robert@webkit.org · 12 years ago
- a7c0f10 Make more functions const https://bugs.webkit.org/show_bug.cgi?id=117455 by rniwa@webkit.org · 12 years ago
- cf7cba6 [CSS Shapes][CSS Exclusions] Split CSS Exclusions and CSS Shapes code by betravis@adobe.com · 12 years ago
- fe811f2 REGRESSION: Lines jump up and down while typing Chinese or Japanese by rniwa@webkit.org · 12 years ago
- 64a76774 [CSS Shapes] Rename updateLineBoundariesForExclusions to updateShapeAndSegmentsForCurrentLine by zoltan@webkit.org · 12 years ago
- ed90c98 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags by betravis@adobe.com · 12 years ago
- ff52022 [css exclusions] Clean up ExclusionShapeInsideInfo dynamic removal code by betravis@adobe.com · 12 years ago
- fea9b8d Refactor shouldAddBorderPaddingMargin() by robert@webkit.org · 12 years ago
- 387083f The ellipsis in a text overflow should not avoid floats by robert@webkit.org · 12 years ago
- ee0f407 [CSS Regions][CSS Exclusions] Multiple regions with shape-insides should respect positioned shapes and overflow by zoltan@webkit.org · 12 years ago
- d07fc73 [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow by zoltan@webkit.org · 12 years ago
- bd3dabd [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings by zoltan@webkit.org · 12 years ago
- b4380ed REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block by robert@webkit.org · 12 years ago
- d0b8925 Include tab character as a word end for kerning by dino@apple.com · 12 years ago
- bf475ca Remove AlwaysInline.h from WTF https://bugs.webkit.org/show_bug.cgi?id=115727 by andersca@apple.com · 12 years ago
- 9201299 Remove the Vector::append overload that takes a Vector by andersca@apple.com · 12 years ago
- 3bd77f5 [CSS Exclusions] shape-inside overflow should be pushed to the outside of the content box by zoltan@webkit.org · 12 years ago
- f797856 Do not reuse ExclusionShapeInsideInfo in a recursive region layout by betravis@adobe.com · 12 years ago
- 9e5e824 [CSS Exclusions] Implement empty segments for multiple-segment shape-insides by betravis@adobe.com · 12 years ago
- 1eb0787 [css3-text] Rendering -webkit-hanging value for text-indent from css3-text by commit-queue@webkit.org · 12 years ago
- 1776140 Breaking Float: floated block level element following inline element in floated container breaks to next line by commit-queue@webkit.org · 12 years ago
- f6a57df Call directly RenderBlock::deleteLineBoxTree by igor.o@sisa.samsung.com · 12 years ago
- e10af55 An inline element with an absolutely positioned child does not correctly calculate/render padding and margin by robert@webkit.org · 12 years ago
- 763dee6 Whitespace between nowrap elements ignored after collapsed trailing space in a text run by robert@webkit.org · 12 years ago
- c4d2852 Width of last of consecutive tabs may be incorrect with "white-space: pre-wrap" by graouts@apple.com · 12 years ago
- dc6fd18 REGRESSION (142152): ensure we skip past out-of-flow objects when detecting whitespace to ignore after leading empty inlines by robert@webkit.org · 12 years ago
- 19a9434 Empty inline continuations should only get lineboxes if the padding applies to their side of the inline by robert@webkit.org · 12 years ago
- 90901d3 [CSS Exclusions] Properly position multiple stacked floats with non rectangular shape outside by commit-queue@webkit.org · 12 years ago
- 6af4887 Whitespace in particular source code changes rendering; does not in Firefox by commit-queue@webkit.org · 12 years ago
- fc89282 Unreviewed, rolling out r147850. by robert@webkit.org · 12 years ago
- 4a01997 REGRESSION(r142152): Text wraps in menu by robert@webkit.org · 12 years ago
- 1e4305c [css exclusions] Dynamically removing shape-inside should cause relayout of child blocks' inline content by betravis@adobe.com · 12 years ago
- be2ede1 Remove Chromium code from WebCore/rendering by rniwa@webkit.org · 12 years ago
- 9eb48e0 Unreviewed, rolling out r147662. by commit-queue@webkit.org · 12 years ago
- d063ec6 REGRESSION(r142152): Text wraps in menu by robert@webkit.org · 12 years ago
- ab781b0 Source/WebCore: [css3-text] Rendering -webkit-each-line value for text-indent from css3-text by commit-queue@webkit.org · 12 years ago
- 61b1abf Generalize prior line break context state and names. by glenn@skynav.com · 12 years ago