[webkit-changes] [WebKit/WebKit] 9e4d69: Remove non-standard `width()` and `height()` funct...
Commit Queue
noreply at github.com
Thu Mar 21 13:13:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e4d6906a76b73fae8fa281245ec884929dbd6a5
https://github.com/WebKit/WebKit/commit/9e4d6906a76b73fae8fa281245ec884929dbd6a5
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M Source/WebCore/html/HTMLDocument.cpp
M Source/WebCore/html/HTMLDocument.h
M Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocument.cpp
M Source/WebKitLegacy/mac/DOM/DOMHTMLDocument.mm
Log Message:
-----------
Remove non-standard `width()` and `height()` functions of HTMLDocument
https://bugs.webkit.org/show_bug.cgi?id=271190
Reviewed by Ryosuke Niwa and Michael Catanzaro.
This patch is to remove remaining code for dropped `HTMLDocument.width / height`
attributes, which were dropped in 171244 at main (via IDL changes) and later
removed in 179619 at main (both in 2016 - via removal from IDL).
* Source/WebCore/html/HTMLDocument.cpp:
(HTMLDocument::width): Deleted
(HTMLDocument::height): Deleted
* Source/WebCore/html/HTMLDocument.h:
* Source/WebKitLegacy/mac/DOM/DOMHTMLDocument.mm:
(width):
(height):
* Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLDocument.cpp:
(webkit_dom_html_document_get_width):
(webkit_dom_html_document_get_height):
Canonical link: https://commits.webkit.org/276488@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