Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 776f4b7a841cc8c8f26c276d0ae23230caed54ef https://github.com/WebKit/WebKit/commit/776f4b7a841cc8c8f26c276d0ae23230caed54ef Author: Fujii Hironori <hironori.fu...@sony.com> Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths: M Source/WebCore/accessibility/AXObjectCache.cpp M Source/WebCore/accessibility/AccessibilityNodeObject.cpp M Source/WebCore/accessibility/AccessibilityObject.cpp M Source/WebCore/animation/AcceleratedTimeline.cpp M Source/WebCore/bindings/js/JSDOMMapLike.cpp M Source/WebCore/bindings/js/JSDOMSetLike.cpp M Source/WebCore/bindings/js/JSDOMWindowBase.cpp M Source/WebCore/bindings/js/JSDOMWindowProperties.cpp M Source/WebCore/bindings/js/JSLocalDOMWindowCustom.cpp M Source/WebCore/bindings/js/JSObservableArray.cpp M Source/WebCore/bindings/js/JSPluginElementFunctions.cpp M Source/WebCore/bindings/js/JSRemoteDOMWindowCustom.cpp M Source/WebCore/bindings/js/ScriptModuleLoader.cpp M Source/WebCore/bridge/runtime_array.cpp M Source/WebCore/bridge/runtime_object.cpp M Source/WebCore/crypto/CryptoAlgorithmRegistry.cpp M Source/WebCore/css/CSSPrimitiveValue.h M Source/WebCore/css/CSSRule.cpp M Source/WebCore/css/CSSSelector.cpp M Source/WebCore/css/CSSSelector.h M Source/WebCore/css/CSSValuePool.cpp M Source/WebCore/css/DeprecatedCSSOMValue.h M Source/WebCore/css/ImmutableStyleProperties.cpp M Source/WebCore/css/MutableStyleProperties.cpp M Source/WebCore/css/calc/CSSCalcOperationNode.cpp M Source/WebCore/dom/Document.h M Source/WebCore/dom/DocumentMarkerController.cpp M Source/WebCore/dom/Element.cpp M Source/WebCore/dom/EventTarget.h M Source/WebCore/dom/Node.cpp M Source/WebCore/dom/Node.h M Source/WebCore/dom/make_names.pl M Source/WebCore/html/HTMLInputElement.cpp M Source/WebCore/html/HTMLInputElement.h M Source/WebCore/inspector/agents/InspectorDOMAgent.cpp M Source/WebCore/platform/graphics/FontCascadeDescription.cpp M Source/WebCore/platform/graphics/FontDescription.cpp M Source/WebCore/platform/graphics/FontDescription.h M Source/WebCore/rendering/RenderGrid.cpp M Source/WebCore/rendering/style/NinePieceImage.h M Source/WebCore/rendering/style/RenderStyle.cpp M Source/WebCore/rendering/style/StyleContentAlignmentData.h M Source/WebCore/rendering/style/StyleSelfAlignmentData.h M Source/WebCore/style/RuleFeature.h M Source/WebCore/style/StyleScopeOrdinal.h M Source/WebCore/svg/SVGPathByteStreamBuilder.h M Source/WebCore/workers/service/server/SWRegistrationDatabase.cpp Log Message: ----------- Use enumToUnderlyingType more in WebCore https://bugs.webkit.org/show_bug.cgi?id=266173 Reviewed by Chris Dumez. * Source/WebCore/accessibility/AXObjectCache.cpp: * Source/WebCore/accessibility/AccessibilityNodeObject.cpp: * Source/WebCore/accessibility/AccessibilityObject.cpp: * Source/WebCore/animation/AcceleratedTimeline.cpp: * Source/WebCore/bindings/js/JSDOMMapLike.cpp: * Source/WebCore/bindings/js/JSDOMSetLike.cpp: * Source/WebCore/bindings/js/JSDOMWindowBase.cpp: * Source/WebCore/bindings/js/JSDOMWindowProperties.cpp: * Source/WebCore/bindings/js/JSLocalDOMWindowCustom.cpp: * Source/WebCore/bindings/js/JSObservableArray.cpp: * Source/WebCore/bindings/js/JSPluginElementFunctions.cpp: * Source/WebCore/bindings/js/JSRemoteDOMWindowCustom.cpp: * Source/WebCore/bindings/js/ScriptModuleLoader.cpp: * Source/WebCore/bridge/runtime_array.cpp: * Source/WebCore/bridge/runtime_object.cpp: * Source/WebCore/crypto/CryptoAlgorithmRegistry.cpp: * Source/WebCore/css/CSSPrimitiveValue.h: * Source/WebCore/css/CSSRule.cpp: * Source/WebCore/css/CSSSelector.cpp: * Source/WebCore/css/CSSSelector.h: * Source/WebCore/css/CSSValuePool.cpp: * Source/WebCore/css/DeprecatedCSSOMValue.h: * Source/WebCore/css/ImmutableStyleProperties.cpp: * Source/WebCore/css/MutableStyleProperties.cpp: * Source/WebCore/css/calc/CSSCalcOperationNode.cpp: * Source/WebCore/dom/Document.h: * Source/WebCore/dom/DocumentMarkerController.cpp: * Source/WebCore/dom/Element.cpp: * Source/WebCore/dom/EventTarget.h: * Source/WebCore/dom/Node.cpp: * Source/WebCore/dom/Node.h: * Source/WebCore/dom/make_names.pl: * Source/WebCore/html/HTMLInputElement.cpp: * Source/WebCore/html/HTMLInputElement.h: * Source/WebCore/inspector/agents/InspectorDOMAgent.cpp: * Source/WebCore/platform/graphics/FontCascadeDescription.cpp: * Source/WebCore/platform/graphics/FontDescription.cpp: * Source/WebCore/platform/graphics/FontDescription.h: * Source/WebCore/rendering/RenderGrid.cpp: * Source/WebCore/rendering/style/NinePieceImage.h: * Source/WebCore/rendering/style/RenderStyle.cpp: * Source/WebCore/rendering/style/StyleContentAlignmentData.h: * Source/WebCore/rendering/style/StyleSelfAlignmentData.h: * Source/WebCore/style/RuleFeature.h: * Source/WebCore/style/StyleScopeOrdinal.h: * Source/WebCore/svg/SVGPathByteStreamBuilder.h: * Source/WebCore/workers/service/server/SWRegistrationDatabase.cpp: Canonical link: https://commits.webkit.org/272145@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes