Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a63d69b621cb64df37d33beaa3b612de85cb136
      
https://github.com/WebKit/WebKit/commit/3a63d69b621cb64df37d33beaa3b612de85cb136
  Author: Alan Baradlay <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to