Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6edea7eed32f44bc63ec3684c91521a9a072faae
      
https://github.com/WebKit/WebKit/commit/6edea7eed32f44bc63ec3684c91521a9a072faae
  Author: Richard Robinson <richard_robins...@apple.com>
  Date:   2025-08-25 (Mon, 25 Aug 2025)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Modules/mediasession/MediaMetadata.h
    M Source/WebCore/Modules/url-pattern/URLPattern.h
    M Source/WebCore/Modules/webcodecs/WebCodecsBase.h
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bridge/objc/WebScriptObjectPrivate.h
    M Source/WebCore/dom/LoadableClassicScript.h
    M Source/WebCore/editing/cocoa/NodeHTMLConverter.h
    M Source/WebCore/layout/FormattingState.h
    M Source/WebCore/layout/floats/FloatingContext.h
    M Source/WebCore/layout/formattingContexts/FormattingGeometry.h
    M Source/WebCore/layout/formattingContexts/FormattingQuirks.h
    M Source/WebCore/layout/formattingContexts/block/BlockFormattingContext.h
    M Source/WebCore/layout/formattingContexts/block/BlockFormattingGeometry.h
    M Source/WebCore/layout/formattingContexts/block/BlockFormattingQuirks.h
    M Source/WebCore/layout/formattingContexts/block/BlockFormattingState.h
    M 
Source/WebCore/layout/formattingContexts/block/tablewrapper/TableWrapperBlockFormattingContext.h
    M 
Source/WebCore/layout/formattingContexts/block/tablewrapper/TableWrapperBlockFormattingQuirks.h
    M Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.h
    M Source/WebCore/layout/formattingContexts/flex/FlexFormattingUtils.h
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h
    M Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.h
    M 
Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.h
    M Source/WebCore/layout/formattingContexts/table/TableFormattingGeometry.h
    M Source/WebCore/layout/formattingContexts/table/TableFormattingQuirks.h
    M Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h
    M Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.h
    M 
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.h
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
    M Source/WebCore/layout/layouttree/LayoutContainingBlockChainIterator.h
    M Source/WebCore/page/mac/WebCoreFrameView.h
    M Source/WebCore/platform/cocoa/SearchPopupMenuCocoa.h
    M Source/WebCore/platform/graphics/ca/cocoa/PlatformDynamicRangeLimitCocoa.h
    M Source/WebCore/platform/graphics/cocoa/WebCoreCALayerExtras.h
    M Source/WebCore/platform/mac/StringUtilities.h
    M Source/WebCore/platform/mac/WebCoreFullScreenPlaceholderView.h
    M Source/WebCore/platform/mac/WebCoreFullScreenWarningView.h
    M Source/WebCore/platform/mac/WebCoreFullScreenWindow.h
    M Source/WebCore/platform/mac/WebCoreView.h
    M Source/WebCore/platform/network/cocoa/WebCoreNSURLSession.h
    M Source/WebCore/rendering/LineClampUpdater.h
    M Source/WebCore/rendering/mac/RenderThemeMac.h
    M Source/WebCore/rendering/style/SVGRenderStyle.h
    M Source/WebCore/workers/service/RouterCondition.h

  Log Message:
  -----------
  [Swift in WebKit] Work towards modularizing WebCore private headers (Part 6)
rdar://159037620
https://bugs.webkit.org/show_bug.cgi?id=297834

Reviewed by Aditya Keerthi.

Fix some more module verification violations by adding missing headers and 
making private headers
project and vice versa.

* Source/WebCore/Modules/mediasession/MediaMetadata.h:
* Source/WebCore/Modules/url-pattern/URLPattern.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/dom/LoadableClassicScript.h:
* Source/WebCore/editing/cocoa/NodeHTMLConverter.h:
* Source/WebCore/layout/FormattingState.h:
* Source/WebCore/layout/floats/FloatingContext.h:
* Source/WebCore/layout/formattingContexts/FormattingGeometry.h:
* Source/WebCore/layout/formattingContexts/FormattingQuirks.h:
* Source/WebCore/layout/formattingContexts/block/BlockFormattingContext.h:
* Source/WebCore/layout/formattingContexts/block/BlockFormattingGeometry.h:
* Source/WebCore/layout/formattingContexts/block/BlockFormattingQuirks.h:
* Source/WebCore/layout/formattingContexts/block/BlockFormattingState.h:
* 
Source/WebCore/layout/formattingContexts/block/tablewrapper/TableWrapperBlockFormattingContext.h:
* 
Source/WebCore/layout/formattingContexts/block/tablewrapper/TableWrapperBlockFormattingQuirks.h:
* Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.h:
* Source/WebCore/layout/formattingContexts/flex/FlexFormattingUtils.h:
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h:
* Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.h:
* Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.h:
* Source/WebCore/layout/formattingContexts/table/TableFormattingGeometry.h:
* Source/WebCore/layout/formattingContexts/table/TableFormattingQuirks.h:
* Source/WebCore/layout/integration/LayoutIntegrationBoxGeometryUpdater.h:
* Source/WebCore/layout/integration/flex/LayoutIntegrationFlexLayout.h:
* 
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/layout/layouttree/LayoutContainingBlockChainIterator.h:
* Source/WebCore/platform/cocoa/SearchPopupMenuCocoa.h:
* Source/WebCore/platform/graphics/ca/cocoa/PlatformDynamicRangeLimitCocoa.h:
* Source/WebCore/rendering/LineClampUpdater.h:
* Source/WebCore/rendering/mac/RenderThemeMac.h:
* Source/WebCore/rendering/style/SVGRenderStyle.h:
* Source/WebCore/workers/service/RouterCondition.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to