[webkit-changes] [WebKit/WebKit] f993c3: Remove Apple-specific Windows files that are no lo...

Brent Fulgham noreply at github.com
Thu Feb 9 15:47:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f993c30c981ffff7273dad456b376933817b8dc8
      https://github.com/WebKit/WebKit/commit/f993c30c981ffff7273dad456b376933817b8dc8
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    R Source/WebCore/PAL/pal/spi/cf/CFNetworkSPIWin.cpp
    R Source/WebCore/PAL/pal/spi/win/CFNetworkSPIWin.h
    R Source/WebCore/PAL/pal/spi/win/CoreTextSPIWin.h
    R Source/WebCore/page/win/FrameCGWin.cpp
    R Source/WebCore/platform/cf/win/CertificateCFWin.cpp
    R Source/WebCore/platform/cf/win/CertificateCFWin.h
    R Source/WebCore/platform/graphics/ca/win/AbstractCACFLayerTreeHost.h
    R Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHost.cpp
    R Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHost.h
    R Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHostClient.h
    R Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp
    R Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.h
    R Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp
    R Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.h
    R Source/WebCore/platform/graphics/ca/win/PlatformCAFiltersWin.cpp
    R Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp
    R Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h
    R Source/WebCore/platform/graphics/ca/win/PlatformCALayerWinInternal.cpp
    R Source/WebCore/platform/graphics/ca/win/PlatformCALayerWinInternal.h
    R Source/WebCore/platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp
    R Source/WebCore/platform/graphics/ca/win/WKCACFViewLayerTreeHost.h
    R Source/WebCore/platform/graphics/ca/win/WebTiledBackingLayerWin.cpp
    R Source/WebCore/platform/graphics/ca/win/WebTiledBackingLayerWin.h
    R Source/WebCore/platform/graphics/cg/ImageSourceCGWin.cpp
    R Source/WebCore/platform/graphics/win/FontCGWin.cpp
    R Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp
    R Source/WebCore/platform/graphics/win/GraphicsContextCGWin.cpp
    R Source/WebCore/platform/graphics/win/ImageCGWin.cpp
    R Source/WebCore/platform/graphics/win/SimpleFontDataCGWin.cpp
    R Source/WebCore/platform/network/cf/NetworkStorageSessionCFNetWin.cpp
    R Source/WebCore/platform/win/DragImageCGWin.cpp

  Log Message:
  -----------
  Remove Apple-specific Windows files that are no longer compiled
https://bugs.webkit.org/show_bug.cgi?id=252005

Reviewed by Don Olmstead.

Remove files that are no longer used in any build.

* Source/WebCore/PAL/pal/spi/cf/CFNetworkSPIWin.cpp: Removed.
* Source/WebCore/PAL/pal/spi/win/CFNetworkSPIWin.h: Removed.
* Source/WebCore/PAL/pal/spi/win/CoreTextSPIWin.h: Removed.
* Source/WebCore/page/win/FrameCGWin.cpp: Removed.
* Source/WebCore/platform/cf/win/CertificateCFWin.cpp: Removed.
* Source/WebCore/platform/cf/win/CertificateCFWin.h: Removed.
* Source/WebCore/platform/graphics/ca/win/AbstractCACFLayerTreeHost.h: Removed.
* Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHost.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHost.h: Removed.
* Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHostClient.h: Removed.
* Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.h: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.h: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCAFiltersWin.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCALayerWinInternal.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/PlatformCALayerWinInternal.h: Removed.
* Source/WebCore/platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/WKCACFViewLayerTreeHost.h: Removed.
* Source/WebCore/platform/graphics/ca/win/WebTiledBackingLayerWin.cpp: Removed.
* Source/WebCore/platform/graphics/ca/win/WebTiledBackingLayerWin.h: Removed.
* Source/WebCore/platform/graphics/cg/ImageSourceCGWin.cpp: Removed.
* Source/WebCore/platform/graphics/win/FontCGWin.cpp: Removed.
* Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp: Removed.
* Source/WebCore/platform/graphics/win/GraphicsContextCGWin.cpp: Removed.
* Source/WebCore/platform/graphics/win/ImageCGWin.cpp: Removed.
* Source/WebCore/platform/graphics/win/SimpleFontDataCGWin.cpp: Removed.
* Source/WebCore/platform/network/cf/NetworkStorageSessionCFNetWin.cpp: Removed.
* Source/WebCore/platform/win/DragImageCGWin.cpp: Removed.

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




More information about the webkit-changes mailing list