[webkit-changes] [WebKit/WebKit] b062fe: Fix miscellaneous unexpected smart pointer warnings
Ryosuke Niwa
noreply at github.com
Mon Sep 16 23:06:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b062fe25ac4a0fcf68d46210c9812dd862f1e35c
https://github.com/WebKit/WebKit/commit/b062fe25ac4a0fcf68d46210c9812dd862f1e35c
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M Source/WebCore/SmartPointerExpectations/NoUncountedMemberCheckerExpectations
M Source/WebCore/animation/CSSNumberishTime.cpp
M Source/WebCore/animation/ScrollTimeline.cpp
M Source/WebCore/animation/ViewTimeline.cpp
M Source/WebCore/css/CSSFontVariationValue.cpp
M Source/WebCore/css/CSSFontVariationValue.h
M Source/WebCore/css/parser/CSSPropertyParserConsumer+UnevaluatedCalc.h
M Source/WebCore/html/HTMLFrameOwnerElement.cpp
M Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.cpp
M Source/WebCore/platform/graphics/filters/software/FELightingSoftwareApplier.cpp
M Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.cpp
M Source/WebCore/style/StyleResolveForFontRaw.cpp
M Source/WebKit/Shared/graphics/ImageBufferSet.cpp
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.h
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.mm
Log Message:
-----------
Fix miscellaneous unexpected smart pointer warnings
https://bugs.webkit.org/show_bug.cgi?id=279795
Reviewed by Chris Dumez and Basuke Suzuki.
Address most of unexpected smart pointer warnings, and suppress one of the warnings
since making ScrollingTree support ThreadSafeWeakPtr will be a bigger change.
* Source/WebCore/SmartPointerExpectations/NoUncountedMemberCheckerExpectations:
* Source/WebCore/animation/CSSNumberishTime.cpp:
(WebCore::CSSNumberishTime::CSSNumberishTime):
* Source/WebCore/animation/ScrollTimeline.cpp:
(WebCore::ScrollTimeline::controller const):
* Source/WebCore/animation/ViewTimeline.cpp:
(WebCore::ViewTimeline::controller const):
* Source/WebCore/css/CSSFontVariationValue.cpp:
(WebCore::CSSFontVariationValue::protectedValue const):
(WebCore::CSSFontVariationValue::customCSSText const):
* Source/WebCore/css/CSSFontVariationValue.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+UnevaluatedCalc.h:
(WebCore::UnevaluatedCalc::protectedCalc const):
* Source/WebCore/html/HTMLFrameOwnerElement.cpp:
(WebCore::HTMLFrameOwnerElement::setSandboxFlags):
* Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.cpp:
(WebCore::FECompositeSoftwareApplier::apply const):
* Source/WebCore/platform/graphics/filters/software/FELightingSoftwareApplier.cpp:
(WebCore::FELightingSoftwareApplier::apply const):
* Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.cpp:
(WebCore::SourceGraphicSoftwareApplier::apply const):
* Source/WebCore/style/StyleResolveForFontRaw.cpp:
(WebCore::Style::resolveForUnresolvedFont):
* Source/WebKit/Shared/graphics/ImageBufferSet.cpp:
(WebKit::ImageBufferSet::swapBuffersForDisplay):
(WebKit::ImageBufferSet::prepareBufferForDisplay):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.h:
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.mm:
(WebKit::PlatformCALayerRemoteModelHosting::dumpAdditionalProperties):
Canonical link: https://commits.webkit.org/283749@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