Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cf0cfbaf1ad7728a145c06e3539170870bbb913f https://github.com/WebKit/WebKit/commit/cf0cfbaf1ad7728a145c06e3539170870bbb913f Author: Rob Buis <rb...@igalia.com> Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths: M LayoutTests/fast/dom/wrapper-classes.html M LayoutTests/fast/events/event-creation-expected.txt M LayoutTests/fast/events/event-creation.html M LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt M LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt M LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt M LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt M LayoutTests/svg/custom/global-constructors-expected.txt M LayoutTests/svg/custom/global-constructors.html R LayoutTests/svg/custom/immutable-properties-expected.txt R LayoutTests/svg/custom/immutable-properties.html M LayoutTests/svg/dom/svg2-inheritance-expected.txt M LayoutTests/svg/dom/svg2-inheritance.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 M Source/WebCore/dom/Document.cpp M Source/WebCore/dom/EventNames.in R Source/WebCore/svg/SVGZoomEvent.cpp R Source/WebCore/svg/SVGZoomEvent.h R Source/WebCore/svg/SVGZoomEvent.idl Log Message: ----------- Remove SVGZoomEvent https://bugs.webkit.org/show_bug.cgi?id=216206 Reviewed by Cameron McCormack. Remove SVGZoomEvent support since it is removed from the specification and from Chrome and Firefox. * LayoutTests/fast/dom/wrapper-classes.html: * LayoutTests/fast/events/event-creation-expected.txt: * LayoutTests/fast/events/event-creation.html: * LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt: * LayoutTests/svg/custom/global-constructors-expected.txt: * LayoutTests/svg/custom/global-constructors.html: * LayoutTests/svg/dom/svg2-inheritance-expected.txt: * LayoutTests/svg/dom/svg2-inheritance.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/dom/Document.cpp: (WebCore::Document::createEvent): * Source/WebCore/dom/EventNames.in: * Source/WebCore/svg/SVGZoomEvent.cpp: Removed. * Source/WebCore/svg/SVGZoomEvent.h: Removed. * Source/WebCore/svg/SVGZoomEvent.idl: Removed. Canonical link: https://commits.webkit.org/254852@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes