[webkit-changes] [WebKit/WebKit] 07db08: Remove unnecessary flags from calc options

Sam Weinig noreply at github.com
Thu Jan 16 20:15:09 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 07db089c750f164a7482f6e97139598b38f73310
      https://github.com/WebKit/WebKit/commit/07db089c750f164a7482f6e97139598b38f73310
  Author: Sam Weinig <sam at webkit.org>
  Date:   2025-01-16 (Thu, 16 Jan 2025)

  Changed paths:
    M Source/WebCore/css/calc/CSSCalcTree+CalculationValue.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Evaluation.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Evaluation.h
    M Source/WebCore/css/calc/CSSCalcTree+Parser.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Simplification.h
    M Source/WebCore/css/calc/CSSCalcValue.cpp
    M Source/WebCore/css/typedom/CSSNumericValue.cpp

  Log Message:
  -----------
  Remove unnecessary flags from calc options
https://bugs.webkit.org/show_bug.cgi?id=285926

Reviewed by Darin Adler.

Remove special casing needed when first bringing up the new calc
implementation that is no longer required.

* Source/WebCore/css/calc/CSSCalcTree+CalculationValue.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Evaluation.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Evaluation.h:
* Source/WebCore/css/calc/CSSCalcTree+Parser.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Simplification.h:
* Source/WebCore/css/calc/CSSCalcValue.cpp:
* Source/WebCore/css/typedom/CSSNumericValue.cpp:

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