Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 88df2eaeea87e8068f752ddc7b184e8fcba5c573
      
https://github.com/WebKit/WebKit/commit/88df2eaeea87e8068f752ddc7b184e8fcba5c573
  Author: Fujii Hironori <[email protected]>
  Date:   2024-11-07 (Thu, 07 Nov 2024)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmLLIntGenerator.h
    M Source/JavaScriptCore/wasm/js/JSWebAssemblyModule.cpp
    M Source/WebCore/Modules/url-pattern/URLPattern.cpp
    M Source/WebCore/Modules/url-pattern/URLPattern.h
    M Source/WebCore/Modules/url-pattern/URLPatternCanonical.cpp
    M Source/WebCore/Modules/url-pattern/URLPatternCanonical.h
    M Source/WebCore/Modules/url-pattern/URLPatternTokenizer.h
    M Source/WebCore/animation/AnimationTimelinesController.h
    M Source/WebCore/animation/CSSAnimation.cpp
    M Source/WebCore/animation/ScrollTimeline.cpp
    M Source/WebCore/animation/TimelineRange.cpp
    M Source/WebCore/animation/WebAnimationTime.cpp
    M Source/WebCore/css/CSSAttrValue.cpp
    M Source/WebCore/css/ShorthandSerializer.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Copy.h
    M Source/WebCore/css/calc/CSSCalcValue.h
    M Source/WebCore/css/color/CSSUnresolvedColorKeyword.cpp
    M Source/WebCore/css/color/StyleColorMix.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Background.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Background.h
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Motion.cpp
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Percentage.h
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Shapes.cpp
    M Source/WebCore/css/values/backgrounds/CSSBorderRadius.cpp
    M Source/WebCore/css/values/images/CSSGradient.cpp
    M Source/WebCore/css/values/primitives/CSSPosition.cpp
    M Source/WebCore/dom/DataTransfer.cpp
    M Source/WebCore/html/canvas/CanvasFilterContextSwitcher.h
    M Source/WebCore/layout/formattingContexts/flex/FlexFormattingConstraints.h
    M 
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp
    M Source/WebCore/loader/cache/CachedResourceLoader.cpp
    M Source/WebCore/page/IntelligenceTextEffectsSupport.cpp
    M Source/WebCore/page/NavigateEvent.cpp
    M Source/WebCore/page/PointerCaptureController.h
    M Source/WebCore/page/ScriptTelemetryCategory.cpp
    M Source/WebCore/rendering/RenderReplaced.cpp
    M Source/WebCore/rendering/RenderViewTransitionCapture.cpp
    M Source/WebCore/rendering/RenderViewTransitionRoot.cpp
    M Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp
    M Source/WebCore/style/InspectorCSSOMWrappers.cpp
    M Source/WebCore/style/values/StyleValueTypes.h
    M Source/WebCore/style/values/images/StyleGradient.cpp
    M Source/WebCore/style/values/shapes/StyleShapeFunction.cpp
    M Source/WebCore/style/values/shapes/StyleShapeFunction.h
    M Source/WebCore/workers/service/server/SWRegistrationStore.h
    M Source/WebCore/workers/service/server/SWServerToContextConnection.h
    M Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.cpp
    M Source/WebKit/GPUProcess/ShapeDetection/RemoteFaceDetector.cpp
    M Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.cpp
    M Source/WebKit/NetworkProcess/Downloads/PendingDownload.h
    M Source/WebKit/NetworkProcess/NetworkLoadChecker.h
    M Source/WebKit/NetworkProcess/NetworkLoadScheduler.h
    M Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp
    M Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.h
    M Source/WebKit/NetworkProcess/storage/CacheStorageDiskStore.h
    M Source/WebKit/NetworkProcess/storage/CacheStorageManager.h
    M Source/WebKit/NetworkProcess/storage/CacheStorageStore.h
    M Source/WebKit/Shared/WebBackForwardListFrameItem.cpp
    M Source/WebKit/UIProcess/API/APITextRun.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebProcessSyncClient.cpp

  Log Message:
  -----------
  Non-unified source build fix of November 2024
https://bugs.webkit.org/show_bug.cgi?id=282804

Unreviewed non-unified source build fix.

* Source/JavaScriptCore/wasm/WasmLLIntGenerator.h:
* Source/JavaScriptCore/wasm/js/JSWebAssemblyModule.cpp:
(JSC::JSWebAssemblyModule::typeIndexFromFunctionIndexSpace const):
* Source/WebCore/Modules/url-pattern/URLPattern.cpp:
* Source/WebCore/Modules/url-pattern/URLPattern.h:
* Source/WebCore/Modules/url-pattern/URLPatternCanonical.cpp:
* Source/WebCore/Modules/url-pattern/URLPatternCanonical.h:
* Source/WebCore/Modules/url-pattern/URLPatternTokenizer.h:
* Source/WebCore/animation/AnimationTimelinesController.h:
* Source/WebCore/animation/CSSAnimation.cpp:
* Source/WebCore/animation/ScrollTimeline.cpp:
* Source/WebCore/animation/TimelineRange.cpp:
* Source/WebCore/animation/WebAnimationTime.cpp:
* Source/WebCore/css/CSSAttrValue.cpp:
* Source/WebCore/css/ShorthandSerializer.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Copy.h:
* Source/WebCore/css/calc/CSSCalcValue.h:
* Source/WebCore/css/color/CSSUnresolvedColorKeyword.cpp:
* Source/WebCore/css/color/StyleColorMix.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Background.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Background.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Motion.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Percentage.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Shapes.cpp:
* Source/WebCore/css/values/backgrounds/CSSBorderRadius.cpp:
* Source/WebCore/css/values/images/CSSGradient.cpp:
* Source/WebCore/css/values/primitives/CSSPosition.cpp:
* Source/WebCore/dom/DataTransfer.cpp:
* Source/WebCore/html/canvas/CanvasFilterContextSwitcher.h:
* Source/WebCore/layout/formattingContexts/flex/FlexFormattingConstraints.h:
* 
Source/WebCore/layout/integration/LayoutIntegrationFormattingContextLayout.cpp:
* Source/WebCore/loader/cache/CachedResourceLoader.cpp:
* Source/WebCore/page/IntelligenceTextEffectsSupport.cpp:
* Source/WebCore/page/NavigateEvent.cpp:
* Source/WebCore/page/PointerCaptureController.h:
* Source/WebCore/page/ScriptTelemetryCategory.cpp:
* Source/WebCore/rendering/RenderReplaced.cpp:
* Source/WebCore/rendering/RenderViewTransitionCapture.cpp:
* Source/WebCore/rendering/RenderViewTransitionRoot.cpp:
* Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:
* Source/WebCore/style/InspectorCSSOMWrappers.cpp:
* Source/WebCore/style/values/StyleValueTypes.h:
* Source/WebCore/style/values/images/StyleGradient.cpp:
* Source/WebCore/style/values/shapes/StyleShapeFunction.cpp:
* Source/WebCore/style/values/shapes/StyleShapeFunction.h:
* Source/WebCore/workers/service/server/SWRegistrationStore.h:
* Source/WebCore/workers/service/server/SWServerToContextConnection.h:
* Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.cpp:
* Source/WebKit/GPUProcess/ShapeDetection/RemoteFaceDetector.cpp:
* Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.cpp:
* Source/WebKit/NetworkProcess/Downloads/PendingDownload.h:
* Source/WebKit/NetworkProcess/NetworkLoadChecker.h:
* Source/WebKit/NetworkProcess/NetworkLoadScheduler.h:
* Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp:
* Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.h:
* Source/WebKit/NetworkProcess/storage/CacheStorageDiskStore.h:
* Source/WebKit/NetworkProcess/storage/CacheStorageManager.h:
* Source/WebKit/NetworkProcess/storage/CacheStorageStore.h:
* Source/WebKit/Shared/WebBackForwardListFrameItem.cpp:
* Source/WebKit/UIProcess/API/APITextRun.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/WebProcessSyncClient.cpp:

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