[webkit-changes] [WebKit/WebKit] 3a63d6: [FFC][Integration] Some renderers are flex boxes w...

Alan Baradlay noreply at github.com
Sun Oct 13 12:43:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a63d69b621cb64df37d33beaa3b612de85cb136
      https://github.com/WebKit/WebKit/commit/3a63d69b621cb64df37d33beaa3b612de85cb136
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-10-13 (Sun, 13 Oct 2024)

  Changed paths:
    M Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp
    M Source/WebCore/layout/layouttree/LayoutBox.h
    M Source/WebCore/rendering/RenderObject.h
    M Source/WebCore/rendering/RenderTextControl.h

  Log Message:
  -----------
  [FFC][Integration] Some renderers are flex boxes without having 'display' value of 'flex'
https://bugs.webkit.org/show_bug.cgi?id=281316

Reviewed by Antti Koivisto.

These renderers should eventually go away (replaced by display: flex).

* Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp: "renderer.isRenderSliderContainer" <- SliderContainer class in .cpp
(WebCore::LayoutIntegration::elementAttributes):
* Source/WebCore/layout/layouttree/LayoutBox.h:
(WebCore::Layout::Box::isBodyBox const):
(WebCore::Layout::Box::isFlexBox const):
(WebCore::Layout::Box::isInputButton const): Deleted.
* Source/WebCore/rendering/RenderObject.h:
(WebCore::RenderObject::isRenderSliderContainer const):
(WebCore::RenderObject::isRenderTextControlInnerContainer const):
* Source/WebCore/rendering/RenderTextControl.h:

Canonical link: https://commits.webkit.org/285098@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list