[webkit-changes] [WebKit/WebKit] 2330d8: Remove/Unexpose SVGDocument IDL
Ahmad Saleem
noreply at github.com
Thu Dec 19 17:41:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2330d8fd04640de7fc3f4e334498a07513141880
https://github.com/WebKit/WebKit/commit/2330d8fd04640de7fc3f4e334498a07513141880
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt
M LayoutTests/svg/hittest/resources/svg-tooltip.js
M Source/WebCore/dom/XMLDocument.idl
Log Message:
-----------
Remove/Unexpose SVGDocument IDL
https://bugs.webkit.org/show_bug.cgi?id=269627
rdar://123121696
Reviewed by Darin Adler.
This patch aligns WebKit with Gecko / Firefox and Blink / Chromium.
We already removed it in 178778 at main but we had `LegacyWindowAlias` set
on `XMLDocument` interface but it is not on 'XMLDocument' specification [1]:
[1] https://dom.spec.whatwg.org/#xmldocument
This patch removes it and progress web platform test as well.
Credits to @karlcow for suggesting fix for `svg-tooltip.js`.
* Source/WebCore/dom/XMLDocument.idl:
* LayoutTests/svg/hittest/resources/svg-tooltip.js: Updated
* LayoutTests/imported/w3c/web-platform-tests/svg/historical-expected.txt:
Canonical link: https://commits.webkit.org/288135@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list