[webkit-changes] [WebKit/WebKit] 56e725: Non-unified build fixes, early August 2023 edition

Don Olmstead noreply at github.com
Mon Aug 7 21:52:51 PDT 2023


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

  Changed paths:
    M Source/WebCore/dom/ContentVisibilityDocumentState.cpp
    M Source/WebCore/dom/FullscreenManager.cpp
    M Source/WebCore/fileapi/ThreadableBlobRegistry.cpp
    M Source/WebCore/fileapi/ThreadableBlobRegistry.h
    M Source/WebCore/html/track/InbandGenericTextTrack.cpp
    M Source/WebCore/html/track/VTTCue.cpp
    M Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp
    M Source/WebCore/loader/MixedContentChecker.cpp
    M Source/WebCore/page/IntersectionObserver.cpp
    M Source/WebCore/page/ResizeObservation.h
    M Source/WebCore/page/SecurityOriginData.cpp
    M Source/WebCore/platform/network/curl/NetworkStorageSessionCurl.cpp
    M Source/WebCore/rendering/RenderFlexibleBox.cpp
    M Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp
    M Source/WebCore/storage/StorageUtilities.cpp
    M Source/WebCore/storage/StorageUtilities.h
    M Source/WebCore/style/Styleable.cpp
    M Source/WebKit/NetworkProcess/NetworkLoadChecker.h
    M Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp
    M Source/WebKit/Platform/IPC/Connection.cpp
    M Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp
    M Source/WebKit/WebProcess/WebPage/playstation/WebPagePlayStation.cpp

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

Unreviewed non-unified build fix.

Fix non-unified build and any warnings found. A non-unified build
reports more warnings around unused statically scoped values.

* Source/WebCore/dom/ContentVisibilityDocumentState.cpp:
* Source/WebCore/dom/FullscreenManager.cpp:
* Source/WebCore/fileapi/ThreadableBlobRegistry.cpp:
* Source/WebCore/fileapi/ThreadableBlobRegistry.h:
* Source/WebCore/html/track/InbandGenericTextTrack.cpp:
* Source/WebCore/html/track/VTTCue.cpp:
* Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp:
(WebCore::Layout::horizontalMargin): Deleted.
(WebCore::Layout::verticalMargin): Deleted.
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:
(WebCore::Layout::nextInlineLevelBoxToLayout): Deleted.
* Source/WebCore/loader/MixedContentChecker.cpp:
* Source/WebCore/page/IntersectionObserver.cpp:
* Source/WebCore/page/ResizeObservation.h:
* Source/WebCore/page/SecurityOriginData.cpp:
* Source/WebCore/platform/network/curl/NetworkStorageSessionCurl.cpp:
(WebCore::NetworkStorageSession::setCookieFromDOM const):
(WebCore::NetworkStorageSession::cookiesForDOMAsVector const):
* Source/WebCore/rendering/RenderFlexibleBox.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp:
(WebCore::svgExtensionsFromElement): Deleted.
* Source/WebCore/storage/StorageUtilities.cpp:
* Source/WebCore/storage/StorageUtilities.h:
* Source/WebCore/style/Styleable.cpp:
* Source/WebKit/NetworkProcess/NetworkLoadChecker.h:
* Source/WebKit/NetworkProcess/storage/SQLiteStorageArea.cpp:
* Source/WebKit/Platform/IPC/Connection.cpp:
* Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::WebFullScreenManager::setPIPStandbyElement):
* Source/WebKit/WebProcess/WebPage/playstation/WebPagePlayStation.cpp:

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




More information about the webkit-changes mailing list