[webkit-changes] [WebKit/WebKit] 5e757a: Non-unified build fixes, Halloween 2023 edition

Ross Kirsling noreply at github.com
Mon Oct 30 20:25:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5e757ac6671257c48e961235785ff22e8aeef792
      https://github.com/WebKit/WebKit/commit/5e757ac6671257c48e961235785ff22e8aeef792
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
    M Source/WebCore/Modules/push-api/ServiceWorkerRegistrationPushAPI.cpp
    M Source/WebCore/Modules/web-locks/WebLockRegistry.cpp
    M Source/WebCore/accessibility/AccessibilityObject.cpp
    M Source/WebCore/animation/AnimationEffect.cpp
    M Source/WebCore/animation/AnimationEventBase.cpp
    M Source/WebCore/animation/CustomEffect.cpp
    M Source/WebCore/animation/ElementAnimationRareData.cpp
    M Source/WebCore/animation/WebAnimationUtilities.cpp
    M Source/WebCore/bindings/js/JSFileSystemEntryCustom.cpp
    M Source/WebCore/bindings/js/JSFileSystemHandleCustom.cpp
    M Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp
    M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
    M Source/WebCore/dom/CDATASection.cpp
    M Source/WebCore/dom/ContentVisibilityDocumentState.cpp
    M Source/WebCore/dom/CustomElementRegistry.h
    M Source/WebCore/dom/DocumentFontLoader.cpp
    M Source/WebCore/dom/DocumentFullscreen.cpp
    M Source/WebCore/dom/DocumentMarkerController.cpp
    M Source/WebCore/dom/DocumentType.cpp
    M Source/WebCore/dom/IdTargetObserverRegistry.h
    M Source/WebCore/dom/PendingScript.h
    M Source/WebCore/dom/ScriptedAnimationController.cpp
    M Source/WebCore/dom/ScriptedAnimationController.h
    M Source/WebCore/editing/AlternativeTextController.cpp
    M Source/WebCore/editing/DictationCommand.cpp
    M Source/WebCore/editing/SplitTextNodeCommand.cpp
    M Source/WebCore/editing/VisibleSelection.cpp
    M Source/WebCore/editing/VisibleUnits.cpp
    M Source/WebCore/history/CachedPage.cpp
    M Source/WebCore/html/SubmitInputType.cpp
    M Source/WebCore/html/parser/HTMLSrcsetParser.cpp
    M Source/WebCore/html/parser/HTMLSrcsetParser.h
    M Source/WebCore/html/shadow/SwitchThumbElement.cpp
    M Source/WebCore/html/shadow/SwitchTrackElement.cpp
    M Source/WebCore/html/track/AudioTrack.cpp
    M Source/WebCore/html/track/AudioTrackList.cpp
    M Source/WebCore/html/track/VideoTrack.cpp
    M Source/WebCore/html/track/VideoTrackList.cpp
    M Source/WebCore/page/LocalFrame.cpp
    M Source/WebCore/platform/graphics/FontMetrics.h
    M Source/WebCore/rendering/LayoutRepainter.cpp
    M Source/WebCore/rendering/MarkedText.cpp
    M Source/WebCore/rendering/RenderReplaced.cpp
    M Source/WebCore/rendering/TextBoxPainter.cpp
    M Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp
    M Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebGeolocationClient.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebGeolocationClient.h

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

Unreviewed non-unified build fix.

Run non-unified PlayStation Release build and add missing includes.

* Source/WebCore/Modules/push-api/ServiceWorkerRegistrationPushAPI.cpp:
* Source/WebCore/Modules/web-locks/WebLockRegistry.cpp:
* Source/WebCore/accessibility/AccessibilityObject.cpp:
* Source/WebCore/animation/AnimationEffect.cpp:
* Source/WebCore/animation/AnimationEventBase.cpp:
* Source/WebCore/animation/CustomEffect.cpp:
* Source/WebCore/animation/ElementAnimationRareData.cpp:
* Source/WebCore/animation/WebAnimationUtilities.cpp:
* Source/WebCore/bindings/js/JSFileSystemEntryCustom.cpp:
* Source/WebCore/bindings/js/JSFileSystemHandleCustom.cpp:
* Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
* Source/WebCore/dom/CDATASection.cpp:
* Source/WebCore/dom/ContentVisibilityDocumentState.cpp:
* Source/WebCore/dom/CustomElementRegistry.h:
* Source/WebCore/dom/DocumentFontLoader.cpp:
* Source/WebCore/dom/DocumentFullscreen.cpp:
* Source/WebCore/dom/DocumentMarkerController.cpp:
* Source/WebCore/dom/DocumentType.cpp:
* Source/WebCore/dom/IdTargetObserverRegistry.h:
* Source/WebCore/dom/PendingScript.h:
* Source/WebCore/dom/ScriptedAnimationController.cpp:
* Source/WebCore/dom/ScriptedAnimationController.h:
* Source/WebCore/editing/AlternativeTextController.cpp:
* Source/WebCore/editing/DictationCommand.cpp:
* Source/WebCore/editing/SplitTextNodeCommand.cpp:
* Source/WebCore/editing/VisibleSelection.cpp:
* Source/WebCore/editing/VisibleUnits.cpp:
* Source/WebCore/history/CachedPage.cpp:
* Source/WebCore/html/SubmitInputType.cpp:
(WebCore::SubmitInputType::appendFormData const):
* Source/WebCore/html/parser/HTMLSrcsetParser.cpp:
* Source/WebCore/html/parser/HTMLSrcsetParser.h:
* Source/WebCore/html/shadow/SwitchThumbElement.cpp:
* Source/WebCore/html/shadow/SwitchTrackElement.cpp:
* Source/WebCore/html/track/AudioTrack.cpp:
* Source/WebCore/html/track/AudioTrackList.cpp:
* Source/WebCore/html/track/VideoTrack.cpp:
* Source/WebCore/html/track/VideoTrackList.cpp:
* Source/WebCore/page/LocalFrame.cpp:
* Source/WebCore/platform/graphics/FontMetrics.h:
* Source/WebCore/rendering/LayoutRepainter.cpp:
* Source/WebCore/rendering/MarkedText.cpp:
* Source/WebCore/rendering/RenderReplaced.cpp:
* Source/WebCore/rendering/TextBoxPainter.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp:
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/WebGeolocationClient.h:

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




More information about the webkit-changes mailing list