Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b8ba371e2f54fe0762f1d34f0c82304eefc8444b
https://github.com/WebKit/WebKit/commit/b8ba371e2f54fe0762f1d34f0c82304eefc8444b
Author: Chris Dumez <[email protected]>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M Source/WebCore/bindings/js/JSCSSRuleCustom.cpp
M Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp
M Source/WebCore/css/CSSKeyframeRule.h
M Source/WebCore/css/CSSPageRule.h
M Source/WebCore/css/CSSPositionTryRule.h
M Source/WebCore/css/CSSRule.idl
M Source/WebCore/css/CSSStyleDeclaration.idl
Log Message:
-----------
Drop Custom toJS() / toJSNewlyCreated() functions for CSSRule &
CSSStyleDeclaration
https://bugs.webkit.org/show_bug.cgi?id=300419
Reviewed by Darin Adler.
Drop Custom toJS() / toJSNewlyCreated() functions for CSSRule &
CSSStyleDeclaration,
now that the bindings generator knows how to generate them properly.
This tested as performance neutral on Speedometer.
* Source/WebCore/bindings/js/JSCSSRuleCustom.cpp:
(WebCore::toJSNewlyCreated): Deleted.
(WebCore::toJS): Deleted.
* Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp:
(WebCore::toJSNewlyCreated): Deleted.
(WebCore::toJS): Deleted.
* Source/WebCore/css/CSSKeyframeRule.h:
(isType):
* Source/WebCore/css/CSSPageRule.h:
(isType):
* Source/WebCore/css/CSSPositionTryRule.h:
(isType):
* Source/WebCore/css/CSSRule.idl:
* Source/WebCore/css/CSSStyleDeclaration.idl:
Canonical link: https://commits.webkit.org/301247@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes