[webkit-changes] [WebKit/WebKit] 3382db: [SVG2] Remove `SVGRenderingIntent` interface

Ahmad Saleem noreply at github.com
Tue Oct 3 04:11:18 PDT 2023


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

  Changed paths:
    M LayoutTests/fast/dom/Window/resources/window-properties.js
    M LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
    M LayoutTests/platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt
    M LayoutTests/platform/mac-wk2/fast/dom/Window/window-lookup-precedence-expected.txt
    M LayoutTests/svg/custom/js-svg-constructors-expected.txt
    M LayoutTests/svg/custom/js-svg-constructors.svg
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/Sources.txt
    R Source/WebCore/svg/SVGRenderingIntent.h
    R Source/WebCore/svg/SVGRenderingIntent.idl

  Log Message:
  -----------
  [SVG2] Remove `SVGRenderingIntent` interface

https://bugs.webkit.org/show_bug.cgi?id=247811
rdar://problem/102516681

Reviewed by Ryosuke Niwa.

Inspired by: https://chromium.googlesource.com/chromium/blink/+/03633135ea0eafe0e261941139ad4a7d7719ee2f

This patch is to remove 'SVGRenderingIntent' interface [1] since Blink and Gecko removed it
as far back as 2015. Additionally, it is gone from SVG2 web specification.

[1] https://www.w3.org/TR/SVG11/types.html#InterfaceSVGRenderingIntent

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Sources.txt:
* Source/WebCore/svg/SVGRenderingIntent.h: Deleted
* Source/WebCore/svg/SVGRenderingIntent.idl: Deleted
* LayoutTests/svg/custom/js-svg-constructors.svg: Rebaselined
* LayoutTests/svg/custom/js-svg-constructors-expected.txt: Rebaselined
* LayoutTests/fast/dom/Window/resources/window-properties.js: Rebaselined
* LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt: Rebaselined
* LayoutTests/platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: Rebaselined
* LayoutTests/platform/mac-wk2/fast/dom/Window/window-lookup-precedence-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list