Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ceb5d276f4516a6c4f225e970425df5ba757e511
      
https://github.com/WebKit/WebKit/commit/ceb5d276f4516a6c4f225e970425df5ba757e511
  Author: David Kilzer <[email protected]>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M Source/WebCore/dom/TransformSource.h
    M Source/WebCore/dom/TransformSourceLibxslt.cpp
    M Source/WebCore/xml/XMLErrors.h
    M Source/WebCore/xml/XSLStyleSheet.h
    M Source/WebCore/xml/XSLStyleSheetLibxslt.cpp
    M Source/WebCore/xml/XSLTExtensions.cpp
    M Source/WebCore/xml/XSLTProcessor.h
    M Source/WebCore/xml/XSLTProcessorLibxslt.cpp
    M Source/WebCore/xml/XSLTUnicodeSort.cpp
    M Source/WebCore/xml/parser/XMLDocumentParser.h
    M Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
    M Source/WebCore/xml/parser/XMLDocumentParserScope.h
    M Tools/TestWebKitAPI/Tests/WebCore/cocoa/XMLParsing.mm

  Log Message:
  -----------
  Stop ignoring -Wundef and -Wdeprecated-declarations in code that imports 
libxml2 and libxslt headers
<https://bugs.webkit.org/show_bug.cgi?id=286277>
<rdar://143284356>

Reviewed by Alex Christensen.

Revert 289169@main (9e7dc1e91da1) now that the header warnings have been
fixed in Apple's libxml2.

* Source/WebCore/dom/TransformSource.h:
* Source/WebCore/dom/TransformSourceLibxslt.cpp:
* Source/WebCore/xml/XMLErrors.h:
* Source/WebCore/xml/XSLStyleSheet.h:
* Source/WebCore/xml/XSLStyleSheetLibxslt.cpp:
(WebCore::XSLStyleSheet::loadChildSheets):
(WebCore::XSLStyleSheet::locateStylesheetSubResource):
* Source/WebCore/xml/XSLTExtensions.cpp:
(WebCore::exsltNodeSetFunction):
* Source/WebCore/xml/XSLTProcessor.h:
* Source/WebCore/xml/XSLTProcessorLibxslt.cpp:
(WebCore::docLoaderFunc):
* Source/WebCore/xml/XSLTUnicodeSort.cpp:
(WebCore::xsltUnicodeSortFunction):
* Source/WebCore/xml/parser/XMLDocumentParser.h:
* Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:
(WebCore::XMLMalloc::free):
(WebCore::PendingCallbacks::PendingStartElementNSCallback::~PendingStartElementNSCallback):
(WebCore::PendingCallbacks::PendingProcessingInstructionCallback::~PendingProcessingInstructionCallback):
(WebCore::PendingCallbacks::PendingCommentCallback::~PendingCommentCallback):
(WebCore::PendingCallbacks::PendingInternalSubsetCallback::~PendingInternalSubsetCallback):
* Source/WebCore/xml/parser/XMLDocumentParserScope.h:
* Tools/TestWebKitAPI/Tests/WebCore/cocoa/XMLParsing.mm:

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

Reply via email to