[webkit-changes] [WebKit/WebKit] 409dc4: Non-unified build fixes, early March 2023 edition

Don Olmstead noreply at github.com
Wed Mar 8 20:41:51 PST 2023


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

  Changed paths:
    M Source/JavaScriptCore/bytecode/ArrayProfile.cpp
    M Source/JavaScriptCore/bytecode/ExecutionCounter.h
    M Source/JavaScriptCore/bytecode/SpeculatedType.cpp
    M Source/JavaScriptCore/parser/ParserError.h
    M Source/JavaScriptCore/runtime/DataView.cpp
    M Source/JavaScriptCore/runtime/GlobalObjectMethodTable.h
    M Source/JavaScriptCore/runtime/LazyClassStructure.h
    M Source/WebCore/Modules/fetch/FetchBodyConsumer.cpp
    M Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp
    M Source/WebCore/animation/KeyframeEffect.h
    M Source/WebCore/bindings/js/JSDOMGuardedObject.h
    M Source/WebCore/bindings/js/WebCoreTypedArrayController.h
    M Source/WebCore/bridge/runtime_method.h
    M Source/WebCore/css/StyleRuleImport.cpp
    M Source/WebCore/dom/FullscreenManager.cpp
    M Source/WebCore/editing/TextManipulationController.cpp
    M Source/WebCore/html/HTMLFormControlElement.cpp
    M Source/WebCore/html/HTMLLinkElement.cpp
    M Source/WebCore/html/HTMLMeterElement.cpp
    M Source/WebCore/html/HTMLStyleElement.cpp
    M Source/WebCore/inspector/agents/InspectorWorkerAgent.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp
    M Source/WebCore/layout/formattingContexts/inline/invalidation/InlineDamage.h
    M Source/WebCore/layout/layouttree/LayoutBox.cpp
    M Source/WebCore/loader/DocumentWriter.cpp
    M Source/WebCore/page/PageConfiguration.cpp
    M Source/WebCore/page/RemoteFrame.cpp
    M Source/WebCore/platform/graphics/TextTransform.h
    M Source/WebCore/svg/animation/SVGSMILElement.cpp
    M Source/WebCore/workers/service/ExtendableEvent.cpp
    M Source/WebCore/workers/service/background-fetch/BackgroundFetch.cpp
    M Source/WebCore/workers/service/background-fetch/BackgroundFetchEngine.cpp
    M Source/WebCore/workers/service/background-fetch/BackgroundFetchManager.cpp
    M Source/WebCore/worklets/Worklet.cpp
    M Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp
    M Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp
    M Source/WebKit/UIProcess/WebScreenOrientationManagerProxy.cpp

  Log Message:
  -----------
  Non-unified build fixes, early March 2023 edition
https://bugs.webkit.org/show_bug.cgi?id=253593

Unreviewed non-unified build fix.

PlayStation debug build using Clang 16. Fixing any warnings along the
way.

* Source/JavaScriptCore/bytecode/ArrayProfile.cpp:
* Source/JavaScriptCore/bytecode/ExecutionCounter.h:
* Source/JavaScriptCore/bytecode/SpeculatedType.cpp:
* Source/JavaScriptCore/parser/ParserError.h:
* Source/JavaScriptCore/runtime/DataView.cpp:
* Source/JavaScriptCore/runtime/GlobalObjectMethodTable.h:
* Source/JavaScriptCore/runtime/LazyClassStructure.h:
* Source/WebCore/Modules/fetch/FetchBodyConsumer.cpp:
* Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp:
* Source/WebCore/animation/KeyframeEffect.h:
* Source/WebCore/bindings/js/JSDOMGuardedObject.h:
* Source/WebCore/bindings/js/WebCoreTypedArrayController.h:
* Source/WebCore/bridge/runtime_method.h:
* Source/WebCore/css/StyleRuleImport.cpp:
* Source/WebCore/dom/FullscreenManager.cpp:
* Source/WebCore/editing/TextManipulationController.cpp:
* Source/WebCore/html/HTMLFormControlElement.cpp:
* Source/WebCore/html/HTMLLinkElement.cpp:
* Source/WebCore/html/HTMLMeterElement.cpp:
* Source/WebCore/html/HTMLStyleElement.cpp:
* Source/WebCore/inspector/agents/InspectorWorkerAgent.cpp:
* Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp:
* Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:
* Source/WebCore/layout/formattingContexts/inline/invalidation/InlineDamage.h:
* Source/WebCore/layout/layouttree/LayoutBox.cpp:
* Source/WebCore/loader/DocumentWriter.cpp:
* Source/WebCore/page/PageConfiguration.cpp:
* Source/WebCore/page/RemoteFrame.cpp:
* Source/WebCore/platform/graphics/TextTransform.h:
* Source/WebCore/svg/animation/SVGSMILElement.cpp:
* Source/WebCore/workers/service/ExtendableEvent.cpp:
* Source/WebCore/workers/service/background-fetch/BackgroundFetch.cpp:
* Source/WebCore/workers/service/background-fetch/BackgroundFetchEngine.cpp:
* Source/WebCore/workers/service/background-fetch/BackgroundFetchManager.cpp:
* Source/WebCore/worklets/Worklet.cpp:
* Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:
* Source/WebKit/UIProcess/ProvisionalFrameProxy.cpp:
* Source/WebKit/UIProcess/WebScreenOrientationManagerProxy.cpp:

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




More information about the webkit-changes mailing list