[webkit-changes] [WebKit/WebKit] cc4248: Non-unified build fixes

Alberto Garcia noreply at github.com
Fri Dec 16 12:30:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc4248a1c61e48abca0a20cce40db5f416b075c5
      https://github.com/WebKit/WebKit/commit/cc4248a1c61e48abca0a20cce40db5f416b075c5
  Author: Alberto Garcia <berto at igalia.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp
    M Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp
    M Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp
    M Source/JavaScriptCore/runtime/WaiterListManager.cpp
    M Source/JavaScriptCore/wasm/js/JSWebAssembly.cpp
    M Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp
    M Source/WebCore/animation/DeclarativeAnimation.cpp
    M Source/WebCore/animation/WebAnimation.cpp
    M Source/WebCore/bindings/js/InternalWritableStream.cpp
    M Source/WebCore/bindings/js/StructuredClone.cpp
    M Source/WebCore/css/CSSCustomPropertyValue.cpp
    M Source/WebCore/css/CSSValue.cpp
    M Source/WebCore/css/CSSValueList.cpp
    M Source/WebCore/css/ComputedStyleExtractor.cpp
    M Source/WebCore/css/StylePropertyShorthand.h
    M Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp
    M Source/WebCore/css/parser/CSSPropertyParser.cpp
    M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
    M Source/WebCore/css/query/MediaQueryParser.cpp
    M Source/WebCore/css/typedom/HashMapStylePropertyMapReadOnly.cpp
    M Source/WebCore/css/typedom/InlineStylePropertyMap.cpp
    M Source/WebCore/html/ImageBitmapBacking.cpp
    M Source/WebCore/html/OffscreenCanvas.cpp
    M Source/WebCore/loader/cache/AllowedFonts.cpp
    M Source/WebCore/loader/cache/CachedFont.cpp
    M Source/WebCore/page/FrameSnapshotting.cpp
    M Source/WebCore/page/RemoteFrame.cpp
    M Source/WebCore/page/RemoteFrame.h
    M Source/WebCore/platform/graphics/controls/ControlFactory.cpp
    M Source/WebCore/rendering/GridMasonryLayout.cpp
    M Source/WebCore/rendering/GridMasonryLayout.h
    M Source/WebCore/style/UserAgentStyle.cpp
    M Source/WebCore/svg/SVGLengthValue.cpp
    M Source/WebKit/Shared/WebEventConversion.h
    M Source/WebKit/Shared/WebPageCreationParameters.h
    M Source/WebKit/UIProcess/Notifications/ServiceWorkerNotificationHandler.cpp
    M Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp
    M Source/WebKit/UIProcess/ProvisionalFrameProxy.h
    M Source/WebKit/WebProcess/WebCoreSupport/WebRemoteFrameClient.h
    M Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.cpp

  Log Message:
  -----------
  Non-unified build fixes
https://bugs.webkit.org/show_bug.cgi?id=249458

Reviewed by Michael Catanzaro.

* Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackAndGenerateCode.cpp:
* Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp:
* Source/JavaScriptCore/runtime/BufferMemoryHandle.cpp:
* Source/JavaScriptCore/runtime/WaiterListManager.cpp:
* Source/JavaScriptCore/wasm/js/JSWebAssembly.cpp:
* Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp:
* Source/WebCore/animation/DeclarativeAnimation.cpp:
* Source/WebCore/animation/WebAnimation.cpp:
* Source/WebCore/bindings/js/InternalWritableStream.cpp:
* Source/WebCore/bindings/js/StructuredClone.cpp:
* Source/WebCore/css/CSSCustomPropertyValue.cpp:
* Source/WebCore/css/CSSValue.cpp:
* Source/WebCore/css/CSSValueList.cpp:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
* Source/WebCore/css/StylePropertyShorthand.h:
* Source/WebCore/css/parser/CSSCustomPropertySyntax.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
* Source/WebCore/css/query/MediaQueryParser.cpp:
* Source/WebCore/css/typedom/HashMapStylePropertyMapReadOnly.cpp:
* Source/WebCore/css/typedom/InlineStylePropertyMap.cpp:
* Source/WebCore/html/ImageBitmapBacking.cpp:
* Source/WebCore/html/OffscreenCanvas.cpp:
* Source/WebCore/loader/cache/AllowedFonts.cpp:
* Source/WebCore/loader/cache/CachedFont.cpp:
* Source/WebCore/page/FrameSnapshotting.cpp:
* Source/WebCore/page/RemoteFrame.cpp:
* Source/WebCore/page/RemoteFrame.h:
* Source/WebCore/platform/graphics/controls/ControlFactory.cpp:
* Source/WebCore/rendering/GridMasonryLayout.cpp:
* Source/WebCore/rendering/GridMasonryLayout.h:
* Source/WebCore/style/UserAgentStyle.cpp:
* Source/WebCore/svg/SVGLengthValue.cpp:
* Source/WebKit/Shared/WebEventConversion.h:
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/UIProcess/Notifications/ServiceWorkerNotificationHandler.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebRemoteFrameClient.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebWorkerClient.cpp:

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




More information about the webkit-changes mailing list