[webkit-changes] [WebKit/WebKit] 721874: Remove SVGFEMorphologyElement.setRadius(radiusX, r...

Ahmad Saleem noreply at github.com
Tue Jan 10 10:17:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 721874ce3b1a3d49bb3b122019b352b7f8dd89df
      https://github.com/WebKit/WebKit/commit/721874ce3b1a3d49bb3b122019b352b7f8dd89df
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html
    M Source/WebCore/svg/SVGFEMorphologyElement.cpp
    M Source/WebCore/svg/SVGFEMorphologyElement.h
    M Source/WebCore/svg/SVGFEMorphologyElement.idl

  Log Message:
  -----------
  Remove SVGFEMorphologyElement.setRadius(radiusX, radiusY)

Remove SVGFEMorphologyElement.setRadius(radiusX, radiusY)
https://bugs.webkit.org/show_bug.cgi?id=249964

Reviewed by Simon Fraser.

This patch is to align WebKit with Gecko / Firefox, Blink / Chromium and Web-Specification.

Merge - https://chromium.googlesource.com/chromium/blink/+/feaed7a237ae1fef5303af45d6d44429fa338fb7

This patch is to remove non-standard 'setRadius', which was only supported by WebKit based browsers
and was dropped by Blink in 2014. Hence, Safari / WebKit is now only browser engine supporting it.

* Source/WebCore/SVGFEMorphologyElement.h: Remove 'setRadius'
* Source/WebCore/SVGFEMorphologyElement.cpp: Remove 'setRadius' function
* Source/WebCore/SVGFEMorphologyElement.idl: Remove 'setRadius' attributes
* LayoutTests/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call.html: Rebaselined

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




More information about the webkit-changes mailing list