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