[webkit-changes] [WebKit/WebKit] a962ee: Address safer C++ static analysis warnings in Filt...

Chris Dumez noreply at github.com
Thu Feb 6 09:34:29 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a962ee700dc611274bb6c2cab0d5525b333e3496
      https://github.com/WebKit/WebKit/commit/a962ee700dc611274bb6c2cab0d5525b333e3496
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2025-02-06 (Thu, 06 Feb 2025)

  Changed paths:
    M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
    M Source/WebCore/css/CSSFilterImageValue.h
    M Source/WebCore/platform/graphics/coreimage/FilterImageCoreImage.mm
    M Source/WebCore/platform/graphics/filters/FilterImage.cpp
    M Source/WebCore/rendering/RenderObject.h
    M Source/WebCore/rendering/style/StyleFilterImage.cpp

  Log Message:
  -----------
  Address safer C++ static analysis warnings in FilterImage classes
https://bugs.webkit.org/show_bug.cgi?id=287134

Reviewed by Darin Adler.

* Source/WebCore/css/CSSFilterImageValue.h:
* Source/WebCore/platform/graphics/coreimage/FilterImageCoreImage.mm:
(WebCore::FilterImage::imageBufferFromCIImage):
* Source/WebCore/platform/graphics/filters/FilterImage.cpp:
(WebCore::FilterImage::imageBufferFromPixelBuffer):
(WebCore::FilterImage::pixelBuffer):
(WebCore::FilterImage::copyPixelBuffer):
* Source/WebCore/rendering/RenderObject.h:
(WebCore::RenderObject::protectedPage const):
* Source/WebCore/rendering/style/StyleFilterImage.cpp:
(WebCore::StyleFilterImage::computedStyleValue const):
(WebCore::StyleFilterImage::isPending const):
(WebCore::StyleFilterImage::load):
(WebCore::StyleFilterImage::image const):
(WebCore::StyleFilterImage::fixedSize const):

Canonical link: https://commits.webkit.org/289941@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