[webkit-changes] [WebKit/WebKit] 8159c4: Remove remaining Java code in HTMLObjectElement
Anne van Kesteren
noreply at github.com
Fri Apr 21 22:31:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8159c43f0539d2a714b50f357b6088fc3224c007
https://github.com/WebKit/WebKit/commit/8159c43f0539d2a714b50f357b6088fc3224c007
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M Source/WebCore/html/HTMLObjectElement.cpp
M Source/WebCore/html/HTMLObjectElement.h
M Source/WebCore/platform/MIMETypeRegistry.cpp
M Source/WebCore/platform/MIMETypeRegistry.h
Log Message:
-----------
Remove remaining Java code in HTMLObjectElement
https://bugs.webkit.org/show_bug.cgi?id=255327
rdar://107955360
Reviewed by Chris Dumez.
Java has been gone from the web for a while now.
* Source/WebCore/html/HTMLObjectElement.cpp:
(WebCore::HTMLObjectElement::parametersForPlugin):
(WebCore::HTMLObjectElement::updateWidget):
(WebCore::HTMLObjectElement::hasValidClassId): Deleted.
* Source/WebCore/html/HTMLObjectElement.h:
* Source/WebCore/platform/MIMETypeRegistry.cpp:
(WebCore::MIMETypeRegistry::isJavaAppletMIMEType): Deleted.
* Source/WebCore/platform/MIMETypeRegistry.h:
Canonical link: https://commits.webkit.org/263275@main
More information about the webkit-changes
mailing list