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