Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f1cd15a22351391445827049e45fd4f2c36e16ce
      
https://github.com/WebKit/WebKit/commit/f1cd15a22351391445827049e45fd4f2c36e16ce
  Author: Ahmad Saleem <[email protected]>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual.svg
    M 
LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt
    R LayoutTests/platform/glib/svg/custom/getTransformToElement-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
    R LayoutTests/platform/gtk/svg/custom/getTransformToElement-expected.png
    M 
LayoutTests/platform/ios/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt
    M LayoutTests/platform/ios/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
    R LayoutTests/platform/ios/svg/custom/getTransformToElement-expected.txt
    R 
LayoutTests/platform/mac-sonoma-wk2-lbse-text/svg/custom/getTransformToElement-expected.txt
    R 
LayoutTests/platform/mac-sonoma-wk2-pixel/svg/custom/getTransformToElement-expected.png
    M 
LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt
    M LayoutTests/platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
    R LayoutTests/platform/mac/svg/custom/getTransformToElement-expected.png
    R LayoutTests/platform/mac/svg/custom/getTransformToElement-expected.txt
    R 
LayoutTests/platform/wincairo/svg/custom/getTransformToElement-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt
    M LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg
    M LayoutTests/svg/animations/animate-elem-04-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-04-t-drt.html
    M LayoutTests/svg/animations/animate-elem-05-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-05-t-drt.html
    M LayoutTests/svg/animations/animate-elem-06-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-06-t-drt.html
    M LayoutTests/svg/animations/animate-elem-07-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-07-t-drt.html
    M LayoutTests/svg/animations/animate-elem-08-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-08-t-drt.html
    M LayoutTests/svg/animations/animate-elem-09-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-09-t-drt.html
    M LayoutTests/svg/animations/animate-elem-10-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-10-t-drt.html
    M LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-11-t-drt.html
    M LayoutTests/svg/animations/animate-elem-12-t-drt-expected.txt
    M LayoutTests/svg/animations/animate-elem-12-t-drt.html
    M 
LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
    M 
LayoutTests/svg/animations/animateTransform-translate-attributetype-auto.html
    M 
LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt
    M 
LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype.html
    M LayoutTests/svg/animations/resources/SVGAnimationTestCase.js
    R LayoutTests/svg/custom/get-text-element-transform-crash-expected.txt
    R LayoutTests/svg/custom/get-text-element-transform-crash.html
    R LayoutTests/svg/custom/getTransformToElement.svg
    M LayoutTests/svg/custom/webkit-transform-crash.html
    M LayoutTests/svg/dom/css-transforms-expected.txt
    M LayoutTests/svg/dom/css-transforms.xhtml
    M LayoutTests/svg/text/selection-tripleclick.svg
    M Source/WebCore/svg/SVGGraphicsElement.idl
    M Source/WebCore/svg/SVGLocatable.cpp
    M Source/WebCore/svg/SVGLocatable.h

  Log Message:
  -----------
  Remove non-standard `getTransformToElement` from SVGGraphicsElement

https://bugs.webkit.org/show_bug.cgi?id=268427
rdar://problem/122435702

Reviewed by Said Abou-Hallawa.

This patch aligns WebKit with Gecko / Firefox, Blink / Chromium
and web specification [1] by removing this non-standard:

[1] 
https://lists.w3.org/Archives/Public/www-svg/2015Aug/att-0009/SVGWG-F2F-minutes-20150824.html#item02

This was removed from Blink in 2015 and also not supported in Gecko.

* Source/WebCore/svg/SVGGraphicsElement.idl:
* Source/WebCore/svg/SVGLocatable.cpp:
(WebCore::SVGLocatable::getTransformToElement): Deleted.
* Source/WebCore/svg/SVGLocatable.h:
* LayoutTests/platform/glib/svg/custom/getTransformToElement-expected.txt: 
Removed.
* LayoutTests/platform/gtk/svg/custom/getTransformToElement-expected.png: 
Removed.
* LayoutTests/platform/ios/svg/custom/getTransformToElement-expected.txt: 
Removed.
* 
LayoutTests/platform/mac-sonoma-wk2-lbse-text/svg/custom/getTransformToElement-expected.txt:
 Removed.
* 
LayoutTests/platform/mac-sonoma-wk2-pixel/svg/custom/getTransformToElement-expected.png:
 Removed.
* LayoutTests/platform/mac/svg/custom/getTransformToElement-expected.png: 
Removed.
* LayoutTests/platform/mac/svg/custom/getTransformToElement-expected.txt: 
Removed.
* LayoutTests/platform/wincairo/svg/custom/getTransformToElement-expected.txt: 
Removed.
* LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg:
* LayoutTests/svg/animations/animate-elem-04-t-drt.html:
* LayoutTests/svg/animations/animate-elem-05-t-drt.html:
* LayoutTests/svg/animations/animate-elem-06-t-drt.html:
* LayoutTests/svg/animations/animate-elem-07-t-drt.html:
* LayoutTests/svg/animations/animate-elem-08-t-drt.html:
* LayoutTests/svg/animations/animate-elem-09-t-drt.html:
* LayoutTests/svg/animations/animate-elem-10-t-drt.html:
* LayoutTests/svg/animations/animate-elem-11-t-drt.html:
* LayoutTests/svg/animations/animate-elem-12-t-drt.html:
* LayoutTests/svg/animations/animateTransform-translate-attributetype-auto.html:
* 
LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype.html:
* LayoutTests/svg/animations/resources/SVGAnimationTestCase.js:
(getTransformToElement):
* LayoutTests/svg/custom/get-text-element-transform-crash-expected.txt: Removed.
* LayoutTests/svg/custom/get-text-element-transform-crash.html: Removed.
* LayoutTests/svg/custom/getTransformToElement.svg: Removed.
* LayoutTests/svg/dom/css-transforms.xhtml:
* LayoutTests/svg/text/selection-tripleclick.svg:
* LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt:
* LayoutTests/svg/animations/animate-elem-04-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-05-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-06-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-07-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-08-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-09-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-10-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt:
* LayoutTests/svg/animations/animate-elem-12-t-drt-expected.txt:
* 
LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt:
* 
LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt:
* LayoutTests/svg/dom/css-transforms-expected.txt:
* LayoutTests/platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* LayoutTests/platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* LayoutTests/platform/wpe/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* LayoutTests/svg/custom/webkit-transform-crash.html:
* 
LayoutTests/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual.svg:
 Aligned with upstream
* 
LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt:
 Rebaselined
* 
LayoutTests/platform/glib/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt:
 Rebaselined
* 
LayoutTests/platform/ios/imported/w3c/web-platform-tests/svg/import/types-dom-01-b-manual-expected.txt:
 Rebaselined
* LayoutTests/platform/ios/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: 
Rebaselined

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