[webkit-changes] [WebKit/WebKit] 1e23db: Remove flightaware Quirk

Karl Dubost noreply at github.com
Fri Jan 6 00:16:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1e23db52156ff945e5bb3fa036fd74dc178510a2
      https://github.com/WebKit/WebKit/commit/1e23db52156ff945e5bb3fa036fd74dc178510a2
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M Source/WebCore/css/CSSPrimitiveValue.cpp
    M Source/WebCore/css/CSSPrimitiveValue.h
    M Source/WebCore/css/CSSValue.h
    M Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h

  Log Message:
  -----------
  Remove flightaware Quirk
https://bugs.webkit.org/show_bug.cgi?id=249376
rdar://103391012

Reviewed by Darin Adler.

https://bugs.webkit.org/show_bug.cgi?id=240320 implemented a Quirk
for FlightAware app. It was necessary because of
https://bugs.webkit.org/show_bug.cgi?id=218880
which implemented the specification, but created a webcompat issue.

They changed their JavaScript so the number in the matrix are now
per spec. See https://bugs.webkit.org/show_bug.cgi?id=240320#c8

* Source/WebCore/css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::formatNumberValue const):
(WebCore::CSSPrimitiveValue::customCSSText const):
* Source/WebCore/css/CSSPrimitiveValue.h:
* Source/WebCore/css/CSSValue.h:
* Source/WebCore/css/PropertySetCSSStyleDeclaration.cpp:
(WebCore::PropertySetCSSStyleDeclaration::getPropertyValueInternal):
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::needsFlightAwareSerializationQuirk const): Deleted.
* Source/WebCore/page/Quirks.h:

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




More information about the webkit-changes mailing list