1. 4de96c5 [LayoutState cleanup] Move m_layoutState from RenderView to LayoutContext by zalan@apple.com · 7 years ago
  2. 224f2ea Unreviewed, rolling out r224494. by ryanhaddad@apple.com · 7 years ago
  3. e0d238b [LayoutState cleanup] Move m_layoutState from RenderView to LayoutContext by zalan@apple.com · 7 years ago
  4. f21f3ae Use "= default" to denote default constructor or destructor by dbates@webkit.org · 7 years ago
  5. d096276 RenderView does not need to be a SelectionSubtreeRoot by zalan@apple.com · 7 years ago
  6. a581dfd Remove redundant RenderObject::selectionRoot and dependencies by zalan@apple.com · 7 years ago
  7. 4e0bf86 Rename "FlowThread" to "FragmentedFlow" by hyatt@apple.com · 7 years ago
  8. e0d2e0f Rename "Region" to "Fragment" for RenderRegion and associated classes/methods. by hyatt@apple.com · 7 years ago
  9. e0e8a56 Remove RenderNamedFlowFragment https://bugs.webkit.org/show_bug.cgi?id=177299 by antti@apple.com · 7 years ago
  10. 71bfe5a REGRESSION(r216212): RenderReplaced::paint() should not save and restore the context unless it has to by wenson_hsieh@apple.com · 8 years ago
  11. 3acff53 [WK2] Add support for keeping the selection in a focused editable element when dragging begins by wenson_hsieh@apple.com · 8 years ago
  12. b59c690 RenderView::documentBeingDestroyed() needs a new name. by simon.fraser@apple.com · 8 years ago
  13. 35df21b Positioned SVG not sized correctly by hyatt@apple.com · 8 years ago
  14. 7e46fc7 Add TextIndicator support for providing a snapshot excluding selected content by wenson_hsieh@apple.com · 8 years ago
  15. 68b4ea0 Remove unnecessary includes of Page.h by commit-queue@webkit.org · 8 years ago
  16. 5bd16df Migrate from ints to unsigneds when referring to indices into strings by mmaxfield@apple.com · 9 years ago
  17. 8efedce Changing canvas height immediately after page load does not relayout canvas by commit-queue@webkit.org · 9 years ago
  18. 3b345c6 Video elements are painted twice, in PaintPhaseForeground and PaintPhaseSelfOutline by commit-queue@webkit.org · 9 years ago
  19. 09485b1 Optimize layer repaint rect computation and painting. by hyatt@apple.com · 9 years ago
  20. 49bb8bd Do not attempt to compute min/max width. by zalan@apple.com · 9 years ago
  21. 454418f Inline RenderStyle into RenderElement by antti@apple.com · 9 years ago
  22. de6dae7b RenderStyle should not be reference counted by antti@apple.com · 9 years ago
  23. 5741363 Crash in WebCore::RenderElement::containingBlockForObjectInFlow by zalan@apple.com · 9 years ago
  24. b252ac5 Add support for the object-position CSS property by simon.fraser@apple.com · 9 years ago
  25. d423bcc Outline should contribute to visual overflow. by zalan@apple.com · 9 years ago
  26. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  27. 3efd555 Remove ColorSpace argument to all the drawing calls by simon.fraser@apple.com · 9 years ago
  28. 6d4f959 RenderObject::computeRectForRepaint/computeFloatRectForRepaint should return the computed rectangle. by zalan@apple.com · 9 years ago
  29. e2c9352 min-width/height should default to auto for flexbox items by svillar@igalia.com · 10 years ago
  30. d1777ca Unreviewed, rolling out r189536 and r189538. by commit-queue@webkit.org · 10 years ago
  31. dca15d8 min-width/height should default to auto for flexbox items by svillar@igalia.com · 10 years ago
  32. a93d7ef Migrate GraphicsContexts from pointers to references by mmaxfield@apple.com · 10 years ago
  33. 825fc9a Make outline: auto repaint rect inflate more explicit. by zalan@apple.com · 10 years ago
  34. d7710d6 intrinsic size keywords don't work for heights by svillar@igalia.com · 10 years ago
  35. 2a67f68 Rename Length::isPercent() and Length::isPercentNotCalculated(). by commit-queue@webkit.org · 10 years ago
  36. 0557889 Assertion failure (!needsLayout()) loading inkedmag.com by simon.fraser@apple.com · 10 years ago
  37. d201335 Yellow highlight has gray background color when invoking Lookup on an address in a Google Maps drop down by timothy_horton@apple.com · 10 years ago
  38. 3c7cc5b <attachment> turns the wrong blue when you highlight it by timothy_horton@apple.com · 10 years ago
  39. acfc3ca Ambiguous naming: Do not call replacedContentRect()'s return value paint rect. by zalan@apple.com · 10 years ago
  40. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  41. a1986f5 Roll out r175352. <https://webkit.org/b/139146> by akling@apple.com · 10 years ago
  42. efa4c70 Generalize dirtying of parent's line boxes when taking a renderer out of tree. by akling@apple.com · 10 years ago
  43. f802215 Use is<>() / downcast<>() for RenderInline by cdumez@apple.com · 10 years ago
  44. cda2b9c Use is<>() / downcast<>() for RenderImage by cdumez@apple.com · 10 years ago
  45. 50b7833 Rename Node::childNodeCount() to countChildNodes() and avoid inefficient uses by cdumez@apple.com · 11 years ago
  46. 376339c Subpixel layout: Rename LayoutRect's device pixel snapping functions. by zalan@apple.com · 11 years ago
  47. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  48. 7f9668a [CSS Regions] Reduce the RenderRegion invasiveness in rendering code by abucur@adobe.com · 11 years ago
  49. 5ca0e4b Unreviewed, rolling out r168899. https://bugs.webkit.org/show_bug.cgi?id=132965 by commit-queue@webkit.org · 11 years ago
  50. 4522bc5 [CSS Regions] Reduce the RenderRegion invasiveness in rendering code by abucur@adobe.com · 11 years ago
  51. d349f5d Adapt inline SVG sizing behavior to Firefox and Blink by krit@webkit.org · 11 years ago
  52. 5d3f206 [CSS Regions] Rename objectShouldPaintInFlowRegion to something more clear by stavila@adobe.com · 11 years ago
  53. 4ce2fff [CSS Regions] Overflow selection doesn't work properly by stavila@adobe.com · 11 years ago
  54. 15708b1 Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  55. 9df40b3 Unreviewed, rolling out r165544 and r165560. by ossy@webkit.org · 11 years ago
  56. 5522031a Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  57. 29b9ecf Subpixel rendering: Make border-radius painting device pixel aware. by zalan@apple.com · 11 years ago
  58. f1ddee6 [CSS Regions] Use the named-flow-specific object RenderNamedFlowFragment instead of the generic RenderRegion whenever possible by stavila@adobe.com · 11 years ago
  59. 5b97058 Constrain replaced element layout to from-intrinsic aspect ratio if specified by dino@apple.com · 11 years ago
  60. 229fdd1 Use srcset's pixel density to determine intrinsic size by commit-queue@webkit.org · 11 years ago
  61. aa676ee5 WebCore: Enable -Wimplicit-fallthrough and add FALLTHROUGH annotation where needed by joepeck@webkit.org · 11 years ago
  62. 6cb976d [CSS Regions] Implement visual overflow for first & last regions by stavila@adobe.com · 11 years ago
  63. 37afb39 Unreviewed, rolling out r159337. by commit-queue@webkit.org · 11 years ago
  64. 81613fc [CSS Regions] Implement visual overflow for first & last regions by stavila@adobe.com · 11 years ago
  65. 8629863 Remove all 'std' using directives from WebCore by andersca@apple.com · 11 years ago
  66. 27e7d14 Use tighter InlineBox subtypes in some places. <https://webkit.org/b/123980> by akling@apple.com · 11 years ago
  67. 827be9c RenderElement::style() should return a reference. <https://webkit.org/b/123414> by akling@apple.com · 11 years ago
  68. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  69. cef4e1e Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 1) by weinig@apple.com · 11 years ago
  70. 42e1063 Pass Document directly to anonymous renderer constructors. by akling@apple.com · 11 years ago
  71. 6fa2c9f Move paint() to RenderElement https://bugs.webkit.org/show_bug.cgi?id=122371 by antti@apple.com · 11 years ago
  72. 9ab5804 Unreviewed, rolling out r156952. by commit-queue@webkit.org · 11 years ago
  73. 07cbba9 Move paint() to RenderElement https://bugs.webkit.org/show_bug.cgi?id=122371 by antti@apple.com · 11 years ago
  74. ca2a8ff Move setting of some layout bits to RenderElement by antti@apple.com · 11 years ago
  75. b806fb1 Unreviewed, rolling out r156816. by commit-queue@webkit.org · 11 years ago
  76. 8da0a37 Move setting of some layout bits to RenderElement by antti@apple.com · 11 years ago
  77. e7f589e Make tests for renderer base types non-virtual by antti@apple.com · 11 years ago
  78. 8f33508 Hide node() below RenderLayerModelObject, use element() instead by antti@apple.com · 12 years ago
  79. dbf7030 InlineBox::root() should return a reference. <https://webkit.org/b/121014> by akling@apple.com · 12 years ago
  80. 6585d01 [CSS Regions] Extend the RenderRegionRange class to include overflow information + apply the layout overflow by abucur@adobe.com · 12 years ago
  81. 0b8172b7 InlineBox::renderer() and pals should return references. by akling@apple.com · 12 years ago
  82. 74523e7 Implement object-fit CSS property https://bugs.webkit.org/show_bug.cgi?id=52040 by simon.fraser@apple.com · 12 years ago
  83. 836b22b RenderObject::document() should return a reference. by akling@apple.com · 12 years ago
  84. 691cf5c RenderObject::view() should return a reference. <https://webkit.org/b/120247> by akling@apple.com · 12 years ago
  85. b9f60e1 Flex boxes (both old and new) don't handle max-height images correctly. by hyatt@apple.com · 12 years ago
  86. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  87. a5fb7da Remove unneeded headers from ScriptExecutionContext.h by andersca@apple.com · 12 years ago
  88. f876c2e Source/WebCore: Flexitems no longer default min-width to min-content by ojan@chromium.org · 12 years ago
  89. cae24e0 Don't compute background obscuration on every repaint by antti@apple.com · 12 years ago
  90. 64f3829 Focus ring for a child layer is incorrectly offset by ancestor composited layer's position by wangxianzhu@chromium.org · 12 years ago
  91. c4db915 Positioned, replaced elements with intrinsic width keywords compute the wrong width by ojan@chromium.org · 12 years ago
  92. 3d44aef percentage top value of position:relative element not calculated using parent's min-height unless height set by robert@webkit.org · 12 years ago
  93. c273b44 Intrinsic and preferred widths on replaced elements are wrong in many cases by ojan@chromium.org · 12 years ago
  94. 6310f61 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  95. 3b34ce4 Unreviewed, rolling out r140023. by commit-queue@webkit.org · 12 years ago
  96. 6aba753 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  97. 6ba0532 Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes. by antti@apple.com · 12 years ago
  98. a4a699a Percentage min/max width replaced element may incorrectly rendered by commit-queue@webkit.org · 12 years ago
  99. 9c8fa0f Web Inspector: Native Memory Instrumentation: instrument RenderBox descendants. by loislo@chromium.org · 12 years ago
  100. 5c9e651 Bad rendering of web page because of image's height is set to 100% by robert@webkit.org · 12 years ago