[webkit-changes] [WebKit/WebKit] f7d824: Non-unified build fixes, late August 2023 edition

Don Olmstead noreply at github.com
Wed Aug 30 08:09:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f7d82401bd4141a44f197d0c24b612ec1a3f7adf
      https://github.com/WebKit/WebKit/commit/f7d82401bd4141a44f197d0c24b612ec1a3f7adf
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M Source/JavaScriptCore/parser/ParserArena.h
    M Source/JavaScriptCore/runtime/NativeCallee.h
    M Source/JavaScriptCore/runtime/NumberPredictionFuzzerAgent.cpp
    M Source/WebCore/Modules/webtransport/WebTransport.cpp
    M Source/WebCore/Modules/webtransport/WebTransport.h
    M Source/WebCore/Modules/webtransport/WebTransportBidirectionalStream.cpp
    M Source/WebCore/Modules/webtransport/WebTransportBidirectionalStream.h
    M Source/WebCore/Modules/webtransport/WebTransportDatagramDuplexStream.h
    M Source/WebCore/Modules/webtransport/WebTransportReceiveStream.cpp
    M Source/WebCore/Modules/webtransport/WebTransportReceiveStream.h
    M Source/WebCore/Modules/webtransport/WebTransportSendStream.cpp
    M Source/WebCore/Modules/webtransport/WebTransportSendStream.h
    M Source/WebCore/bindings/js/WorkerModuleScriptLoader.cpp
    M Source/WebCore/css/CSSFunctionValue.cpp
    M Source/WebCore/dom/IdleDeadline.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContext.cpp
    M Source/WebCore/html/canvas/WebGLTransformFeedback.h
    M Source/WebCore/layout/formattingContexts/inline/AbstractLineBuilder.h
    M Source/WebCore/layout/formattingContexts/inline/InlineContentBalancer.cpp
    M Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.cpp
    M Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.h
    M Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.cpp
    M Source/WebCore/page/Page.cpp
    M Source/WebCore/rendering/BaselineAlignment.cpp
    M Source/WebCore/rendering/CounterNode.h
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerManagerProxy.cpp
    M Source/WebKit/UIProcess/BackgroundProcessResponsivenessTimer.h
    M Source/WebKit/UIProcess/PageLoadState.cpp
    M Source/WebKit/UIProcess/RemotePageProxy.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebProgressTrackerClient.h

  Log Message:
  -----------
  Non-unified build fixes, late August 2023 edition
https://bugs.webkit.org/show_bug.cgi?id=260885

Unreviewed non-unified build fix.

* Source/JavaScriptCore/parser/ParserArena.h:
* Source/JavaScriptCore/runtime/NativeCallee.h:
* Source/JavaScriptCore/runtime/NumberPredictionFuzzerAgent.cpp:
* Source/WebCore/Modules/webtransport/WebTransport.cpp:
* Source/WebCore/Modules/webtransport/WebTransport.h:
* Source/WebCore/Modules/webtransport/WebTransportBidirectionalStream.cpp:
* Source/WebCore/Modules/webtransport/WebTransportBidirectionalStream.h:
* Source/WebCore/Modules/webtransport/WebTransportDatagramDuplexStream.h:
* Source/WebCore/Modules/webtransport/WebTransportReceiveStream.cpp:
* Source/WebCore/Modules/webtransport/WebTransportReceiveStream.h:
* Source/WebCore/Modules/webtransport/WebTransportSendStream.cpp:
* Source/WebCore/Modules/webtransport/WebTransportSendStream.h:
* Source/WebCore/bindings/js/WorkerModuleScriptLoader.cpp:
* Source/WebCore/css/CSSFunctionValue.cpp:
* Source/WebCore/dom/IdleDeadline.cpp:
* Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
* Source/WebCore/html/canvas/WebGLTransformFeedback.h:
* Source/WebCore/layout/formattingContexts/inline/AbstractLineBuilder.h:
* Source/WebCore/layout/formattingContexts/inline/InlineContentBalancer.cpp:
* Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.cpp:
* Source/WebCore/layout/formattingContexts/inline/IntrinsicWidthHandler.h:
* Source/WebCore/layout/formattingContexts/inline/TextOnlySimpleLineBuilder.cpp:
* Source/WebCore/page/Page.cpp:
* Source/WebCore/rendering/BaselineAlignment.cpp:
* Source/WebCore/rendering/CounterNode.h:
* Source/WebKit/GPUProcess/media/RemoteMediaPlayerManagerProxy.cpp:
* Source/WebKit/UIProcess/BackgroundProcessResponsivenessTimer.h:
* Source/WebKit/UIProcess/PageLoadState.cpp:
(WebKit::PageLoadState::didCommitLoad):
* Source/WebKit/UIProcess/RemotePageProxy.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/WebProgressTrackerClient.h:

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




More information about the webkit-changes mailing list