Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a7f9455f5fa5c6ab72e972909771f61cc60ff7d2
      
https://github.com/WebKit/WebKit/commit/a7f9455f5fa5c6ab72e972909771f61cc60ff7d2
  Author: Vitor Roriz <[email protected]>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/FontDescription.cpp
    M Source/WebCore/platform/graphics/FontDescription.h
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/rendering/style/RenderStyle.h
    M Source/WebCore/rendering/style/RenderStyleInlines.h
    M Source/WebCore/rendering/style/StyleRareInheritedData.cpp
    M Source/WebCore/rendering/style/StyleRareInheritedData.h
    M Source/WebCore/style/StyleBuilderConverter.h
    M Source/WebCore/style/StyleResolveForDocument.cpp
    M Source/WebCore/style/values/backgrounds/StyleLineWidth.cpp
    M Source/WebCore/style/values/inline/StyleLineHeight.cpp
    M 
Source/WebCore/style/values/primitives/StyleLengthWrapper+CSSValueConversion.h
    M 
Source/WebCore/style/values/primitives/StylePrimitiveNumericOrKeyword+Conversions.h
    M 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+CSSValueConversion.h
    M 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Conversions.cpp
    M 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Conversions.h

  Log Message:
  -----------
  [CSS Zoom] Rename 'enableEvaluationTimeZoom' flag
rdar://163031740
https://bugs.webkit.org/show_bug.cgi?id=301093

Reviewed by Matthieu Dubet and Antoine Quint.

Renaming 'enableEvaluationTimeZoom' to `evaluationTimeZoomEnabled`
for a better conformity with WebKit's convention.

* Source/WebCore/platform/graphics/FontDescription.cpp:
(WebCore::m_evaluationTimeZoom):
(WebCore::m_enableEvaluationTimeZoom): Deleted.
* Source/WebCore/platform/graphics/FontDescription.h:
(WebCore::FontDescription::computedSizeForRangeZoomOption const):
(WebCore::FontDescription::evaluationTimeZoom const):
(WebCore::FontDescription::setEvaluationTimeZoom):
(WebCore::FontDescription::enableEvaluationTimeZoom const): Deleted.
(WebCore::FontDescription::setEnableEvaluationTimeZoom): Deleted.
* Source/WebCore/rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::setEvaluationTimeZoom):
(WebCore::RenderStyle::setEnableEvaluationTimeZoom): Deleted.
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
(WebCore::RenderStyle::evaluationTimeZoom const):
(WebCore::RenderStyle::usedZoomForLength const):
(WebCore::RenderStyle::enableEvaluationTimeZoom const): Deleted.
* Source/WebCore/rendering/style/StyleRareInheritedData.cpp:
(WebCore::StyleRareInheritedData::StyleRareInheritedData):
(WebCore::StyleRareInheritedData::operator== const):
(WebCore::StyleRareInheritedData::dumpDifferences const):
* Source/WebCore/rendering/style/StyleRareInheritedData.h:
* Source/WebCore/style/StyleResolveForDocument.cpp:
(WebCore::Style::resolveForDocument):
* 
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Conversions.cpp:
(WebCore::Style::shouldUseEvaluationTimeZoom):

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