[webkit-changes] [WebKit/WebKit] a17325: Remove some SVG bindings

Rob Buis noreply at github.com
Tue Oct 18 14:37:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a17325a395eff749747f0f5ba37ee7387a017919
      https://github.com/WebKit/WebKit/commit/a17325a395eff749747f0f5ba37ee7387a017919
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/svg/historical.html
    M LayoutTests/svg/custom/global-constructors-expected.txt
    M LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg
    M LayoutTests/svg/dom/altGlyph-dom-expected.txt
    M LayoutTests/svg/dom/baseVal-animVal-crash.html
    R LayoutTests/svg/dom/font-face-elements-expected.txt
    R LayoutTests/svg/dom/font-face-elements.html
    M LayoutTests/svg/dom/resources/altGlyph-dom.js
    M LayoutTests/svg/dom/svg2-inheritance-expected.txt
    M LayoutTests/svg/dom/svg2-inheritance.html
    R LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt
    R LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html
    R LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt
    R LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html
    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
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    R Source/WebCore/svg/SVGAltGlyphDefElement.idl
    R Source/WebCore/svg/SVGAltGlyphElement.idl
    R Source/WebCore/svg/SVGAltGlyphItemElement.idl
    R Source/WebCore/svg/SVGCursorElement.idl
    R Source/WebCore/svg/SVGFontFaceElement.idl
    R Source/WebCore/svg/SVGFontFaceFormatElement.idl
    R Source/WebCore/svg/SVGFontFaceNameElement.idl
    R Source/WebCore/svg/SVGFontFaceSrcElement.idl
    R Source/WebCore/svg/SVGFontFaceUriElement.idl
    R Source/WebCore/svg/SVGGlyphElement.idl
    R Source/WebCore/svg/SVGGlyphRefElement.idl
    R Source/WebCore/svg/SVGHKernElement.idl
    R Source/WebCore/svg/SVGMissingGlyphElement.idl
    R Source/WebCore/svg/SVGVKernElement.idl
    M Source/WebCore/svg/svgtags.in

  Log Message:
  -----------
  Remove some SVG bindings
https://bugs.webkit.org/show_bug.cgi?id=246245

Reviewed by Nikolas Zimmermann.

Remove some SVG bindings that were removed from the specification.
This is tested by historical.html.

* LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/svg/historical.html:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/svg/SVGCursorElement.idl: Removed.
* Source/WebCore/svg/SVGHKernElement.idl: Removed.
* Source/WebCore/svg/SVGMissingGlyphElement.idl: Removed.
* Source/WebCore/svg/SVGVKernElement.idl: Removed.
* Source/WebCore/svg/svgtags.in:
* Tools/Scripts/webkitperl/filter-build-webkit_unittest/shouldIgnoreLine_unittests.pl:

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




More information about the webkit-changes mailing list