[webkit-changes] [WebKit/WebKit] e6d038: Get rid of makeTextFlow constructor

Tim Nguyen noreply at github.com
Sat Jun 29 09:49:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e6d038446cca9504ff6a728c2a5195482b8ddfec
      https://github.com/WebKit/WebKit/commit/e6d038446cca9504ff6a728c2a5195482b8ddfec
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
    M Source/WebCore/css/CSSPrimitiveValue.cpp
    M Source/WebCore/css/process-css-properties.py
    M Source/WebCore/platform/RectEdges.h
    M Source/WebCore/platform/text/WritingMode.h
    M Source/WebCore/rendering/RenderCounter.cpp
    M Source/WebCore/rendering/RenderListMarker.cpp

  Log Message:
  -----------
  Get rid of makeTextFlow constructor
https://bugs.webkit.org/show_bug.cgi?id=276028
rdar://130808015

Reviewed by Alan Baradlay.

Use TextFlow default constructor instead.

* Source/WebCore/css/CSSPrimitiveValue.cpp:
(WebCore::lengthOfViewportPhysicalAxisForLogicalAxis):
* Source/WebCore/css/process-css-properties.py:
(GenerateCSSPropertyNames):
* Source/WebCore/platform/RectEdges.h:
(WebCore::RectEdges::start):
(WebCore::RectEdges::end):
(WebCore::RectEdges::start const):
(WebCore::RectEdges::end const):
* Source/WebCore/platform/text/WritingMode.h:
(WebCore::isVerticalWritingMode):
(WebCore::isFlippedWritingMode):
(WebCore::isFlippedLinesWritingMode):
(WebCore::mapLogicalSideToPhysicalSide):
(WebCore::makeTextFlow): Deleted.
(WebCore::mapPhysicalSideToLogicalSide): Deleted.
(WebCore::mapLogicalCornerToPhysicalCorner): Deleted.
(WebCore::mapPhysicalCornerToLogicalCorner): Deleted.
(WebCore::mapLogicalAxisToPhysicalAxis): Deleted.
(WebCore::mapPhysicalAxisToLogicalAxis): Deleted.
(WebCore::operator<<): Deleted.
* Source/WebCore/rendering/RenderCounter.cpp:
(WebCore::RenderCounter::originalText const):
* Source/WebCore/rendering/RenderListMarker.cpp:
(WebCore::RenderListMarker::updateContent):

Canonical link: https://commits.webkit.org/280500@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