Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75a16623e253de7df3ccbe140ceee1c876ba899f
      
https://github.com/WebKit/WebKit/commit/75a16623e253de7df3ccbe140ceee1c876ba899f
  Author: Roberto Rodriguez <[email protected]>
  Date:   2025-11-23 (Sun, 23 Nov 2025)

  Changed paths:
    M Source/WebCore/SaferCPPExpectations/ForwardDeclCheckerExpectations
    M Source/WebCore/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
    M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/WebCore/xml/XMLHttpRequest.cpp
    M Source/WebCore/xml/XMLHttpRequest.h
    M Source/WebCore/xml/XPathEvaluator.cpp
    M Source/WebCore/xml/XPathExpressionNode.h
    M Source/WebCore/xml/XPathFunctions.cpp
    M Source/WebCore/xml/XSLImportRule.cpp
    M Source/WebCore/xml/XSLImportRule.h
    M Source/WebCore/xml/XSLStyleSheetLibxslt.cpp
    M Source/WebCore/xml/XSLTProcessorLibxslt.cpp

  Log Message:
  -----------
  [Safer CPP] Address issues in WebCore/xml
https://bugs.webkit.org/show_bug.cgi?id=302879
rdar://165143728

Reviewed by Chris Dumez.

Address all Safer CPP issues for several WebCore/xml classes

* Source/WebCore/SaferCPPExpectations/ForwardDeclCheckerExpectations:
* Source/WebCore/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations:
* Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebCore/xml/XMLHttpRequest.cpp:
(WebCore::XMLHttpRequest::internalAbort):
(WebCore::XMLHttpRequest::dispatchEvent):
(WebCore::XMLHttpRequest::timeoutTimerFired):
* Source/WebCore/xml/XMLHttpRequest.h:
* Source/WebCore/xml/XPathEvaluator.cpp:
(WebCore::XPathEvaluator::evaluate):
* Source/WebCore/xml/XPathExpressionNode.h:
(WebCore::XPath::EvaluationContext::protectedNode const):
* Source/WebCore/xml/XPathFunctions.cpp:
(WebCore::XPath::FunLocalName::evaluate const):
(WebCore::XPath::FunNamespaceURI::evaluate const):
(WebCore::XPath::FunName::evaluate const):
* Source/WebCore/xml/XSLImportRule.cpp:
(WebCore::XSLImportRule::~XSLImportRule):
(WebCore::XSLImportRule::setXSLStyleSheet):
(WebCore::XSLImportRule::loadSheet):
* Source/WebCore/xml/XSLImportRule.h:
(WebCore::XSLImportRule::protectedStyleSheet const):
* Source/WebCore/xml/XSLStyleSheetLibxslt.cpp:
(WebCore::XSLStyleSheet::checkLoaded):
(WebCore::XSLStyleSheet::clearDocuments):
* Source/WebCore/xml/XSLTProcessorLibxslt.cpp:
(WebCore::docLoaderFunc):
(WebCore::xsltStylesheetPointer):
(WebCore::xmlDocPtrFromNode):
(WebCore::XSLTProcessor::transformToString):

Canonical link: https://commits.webkit.org/303475@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to