Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75fea81f40dbd830d8af1e3f6534b3cadd8b9917
      
https://github.com/WebKit/WebKit/commit/75fea81f40dbd830d8af1e3f6534b3cadd8b9917
  Author: Richard Robinson <richard_robins...@apple.com>
  Date:   2025-08-23 (Sat, 23 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/MemoryMode.h
    M Source/WebCore/Modules/encryptedmedia/CDM.h
    M Source/WebCore/Modules/encryptedmedia/MediaKeyEncryptionScheme.h
    M Source/WebCore/Modules/encryptedmedia/MediaKeySessionType.h
    M Source/WebCore/Modules/encryptedmedia/MediaKeySystemConfiguration.h
    M Source/WebCore/Modules/encryptedmedia/MediaKeySystemMediaCapability.h
    M Source/WebCore/Modules/encryptedmedia/MediaKeysRestrictions.h
    M Source/WebCore/Modules/fetch/FetchBodyConsumer.h
    M Source/WebCore/Modules/fetch/FetchBodySource.h
    M Source/WebCore/Modules/fetch/FormDataConsumer.h
    M Source/WebCore/Modules/indexeddb/IDBIndex.h
    M Source/WebCore/Modules/streams/ReadableStreamSource.h
    M Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.h
    M Source/WebCore/PAL/pal/cocoa/DataDetectorsCoreSoftLink.h
    M Source/WebCore/PAL/pal/cocoa/LockdownModeCocoa.h
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/accessibility/AXObjectRareData.h
    M Source/WebCore/accessibility/AXTreeStoreInlines.h
    M Source/WebCore/bindings/js/JSDOMAsyncIterator.h
    M Source/WebCore/bindings/js/ReadableStreamDefaultController.h
    M Source/WebCore/css/CSSComputedStyleDeclaration.h
    M Source/WebCore/css/CSSFontFaceSrcValue.h
    M Source/WebCore/css/CSSPrimitiveValueMappings.h
    M Source/WebCore/css/SelectorChecker.h
    M Source/WebCore/css/query/MediaQueryParser.h
    M Source/WebCore/editing/cocoa/DataDetection.h
    M Source/WebCore/editing/cocoa/EditingHTMLConverter.h
    M Source/WebCore/layout/floats/FloatAvoider.h
    M Source/WebCore/layout/formattingContexts/FormattingGeometry.h
    M Source/WebCore/layout/formattingContexts/inline/InlineContentConstrainer.h
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h
    M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.h
    M 
Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.h
    M 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.h
    M 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.h
    M 
Source/WebCore/layout/formattingContexts/inline/invalidation/InlineInvalidation.h
    M 
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentBuilder.h
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
    M Source/WebCore/page/PerformanceEventTimingCandidate.h
    M Source/WebCore/page/WebKitJSHandle.h
    M Source/WebCore/page/mac/CorrectionIndicator.h
    M Source/WebCore/platform/cocoa/CocoaWritingToolsTypes.h
    M Source/WebCore/platform/gamepad/cocoa/GameControllerSoftLink.h
    M Source/WebCore/platform/graphics/ColorSpace.h
    M Source/WebCore/platform/graphics/DestinationColorSpace.h
    M Source/WebCore/platform/graphics/angle/ANGLEHeaders.h
    M Source/WebCore/platform/graphics/ca/cocoa/ContentsFormatCocoa.h
    M Source/WebCore/platform/graphics/cocoa/ColorCocoa.h
    M Source/WebCore/platform/mac/DataDetectorHighlight.h
    M Source/WebCore/platform/network/mac/AuthenticationMac.h
    M Source/WebCore/rendering/style/SVGRenderStyleDefs.h
    M Source/WebCore/style/SelectorMatchingState.h
    M Source/WebCore/style/StyleBuilderState.h
    M Source/WebCore/style/StyleExtractor.h
    M Source/WebCore/style/StyleExtractorState.h
    M Source/WebCore/style/TreeResolutionState.h
    M 
Source/WebCore/style/values/primitives/StylePrimitiveKeyword+Serialization.h
    M Source/WebCore/style/values/svg/StyleSVGPaint.h

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

Reviewed by Aditya Keerthi.

Fix some more module verification violations:

* Add some missing includes
* Add some missing header files to the Xcode project
* Make some private headers project, and vice versa

* Source/JavaScriptCore/runtime/MemoryMode.h:
* Source/WebCore/Modules/encryptedmedia/CDM.h:
* Source/WebCore/Modules/encryptedmedia/MediaKeyEncryptionScheme.h:
* Source/WebCore/Modules/encryptedmedia/MediaKeySessionType.h:
* Source/WebCore/Modules/encryptedmedia/MediaKeySystemConfiguration.h:
* Source/WebCore/Modules/encryptedmedia/MediaKeySystemMediaCapability.h:
* Source/WebCore/Modules/encryptedmedia/MediaKeysRestrictions.h:
* Source/WebCore/Modules/fetch/FetchBodyConsumer.h:
* Source/WebCore/Modules/fetch/FetchBodySource.h:
* Source/WebCore/Modules/fetch/FormDataConsumer.h:
* Source/WebCore/Modules/indexeddb/IDBIndex.h:
* Source/WebCore/Modules/streams/ReadableStreamSource.h:
* Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.h:
* Source/WebCore/PAL/pal/cocoa/DataDetectorsCoreSoftLink.h:
* Source/WebCore/PAL/pal/cocoa/LockdownModeCocoa.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/accessibility/AXObjectRareData.h:
* Source/WebCore/accessibility/AXTreeStoreInlines.h:
* Source/WebCore/bindings/js/JSDOMAsyncIterator.h:
(WebCore::IteratorTraits>::onPromiseSettled):
(WebCore::IteratorTraits>::createOnSettledFunction):
(WebCore::IteratorTraits>::onPromiseFulFilled):
(WebCore::IteratorTraits>::createOnFulfilledFunction):
(WebCore::IteratorTraits>::createOnRejectedFunction):
* Source/WebCore/bindings/js/ReadableStreamDefaultController.h:
* Source/WebCore/css/CSSComputedStyleDeclaration.h:
* Source/WebCore/css/CSSFontFaceSrcValue.h:
* Source/WebCore/css/CSSPrimitiveValueMappings.h:
* Source/WebCore/css/SelectorChecker.h:
* Source/WebCore/css/query/MediaQueryParser.h:
* Source/WebCore/editing/cocoa/DataDetection.h:
* Source/WebCore/editing/cocoa/EditingHTMLConverter.h:
* Source/WebCore/layout/floats/FloatAvoider.h:
* Source/WebCore/layout/formattingContexts/FormattingGeometry.h:
* Source/WebCore/layout/formattingContexts/inline/InlineContentConstrainer.h:
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.h:
* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.h:
* 
Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.h:
* 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayContentBuilder.h:
* 
Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayLineBuilder.h:
* 
Source/WebCore/layout/formattingContexts/inline/invalidation/InlineInvalidation.h:
* 
Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentBuilder.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/page/PerformanceEventTimingCandidate.h:
* Source/WebCore/page/WebKitJSHandle.h:
* Source/WebCore/page/mac/CorrectionIndicator.h:
* Source/WebCore/platform/cocoa/CocoaWritingToolsTypes.h:
* Source/WebCore/platform/gamepad/cocoa/GameControllerSoftLink.h:
* Source/WebCore/platform/graphics/ColorSpace.h:
* Source/WebCore/platform/graphics/DestinationColorSpace.h:
* Source/WebCore/platform/graphics/angle/ANGLEHeaders.h:
* Source/WebCore/platform/graphics/ca/cocoa/ContentsFormatCocoa.h:
* Source/WebCore/platform/graphics/cocoa/ColorCocoa.h:
* Source/WebCore/platform/mac/DataDetectorHighlight.h:
* Source/WebCore/platform/network/mac/AuthenticationMac.h:
* Source/WebCore/rendering/style/SVGRenderStyleDefs.h:
* Source/WebCore/style/SelectorMatchingState.h:
* Source/WebCore/style/StyleBuilderState.h:
* Source/WebCore/style/StyleExtractor.h:
* Source/WebCore/style/TreeResolutionState.h:
* Source/WebCore/style/values/svg/StyleSVGPaint.h:

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