[webkit-changes] [WebKit/WebKit] f27a3c: Rename PLATFORM(WIN_CAIRO) to PLATFORM(WIN)

Fujii Hironori noreply at github.com
Fri Feb 24 12:18:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f27a3c01300181daed36860ffdacc23ee4f6458d
      https://github.com/WebKit/WebKit/commit/f27a3c01300181daed36860ffdacc23ee4f6458d
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformEnable.h
    M Source/WTF/wtf/PlatformEnableWinCairo.h
    M Source/WTF/wtf/PlatformUse.h
    M Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp
    M Source/WebCore/WebCorePrefix.h
    M Source/WebCore/html/HTMLCanvasElement.cpp
    M Source/WebCore/html/OffscreenCanvas.cpp
    M Source/WebCore/page/EventHandler.cpp
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
    M Source/WebCore/platform/graphics/win/ImageWin.cpp
    M Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
    M Source/WebKit/UIProcess/Inspector/RemoteWebInspectorUIProxy.h
    M Source/cmake/OptionsWin.cmake
    M Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp

  Log Message:
  -----------
  Rename PLATFORM(WIN_CAIRO) to PLATFORM(WIN)
https://bugs.webkit.org/show_bug.cgi?id=252881

Reviewed by Don Olmstead.

We no longer need to distinguish PLATFORM(WIN_CAIRO) and PLATFORM(WIN)
since AppleWin port was removed.

* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableWinCairo.h:
* Source/WTF/wtf/PlatformUse.h:
* Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:
(WebCore::MediaControlsHost::layoutTraitsClassName const):
* Source/WebCore/WebCorePrefix.h:
* Source/WebCore/html/HTMLCanvasElement.cpp:
(WebCore::requiresAcceleratedCompositingForWebGL):
* Source/WebCore/html/OffscreenCanvas.cpp:
(WebCore::requiresAcceleratedCompositingForWebGL):
* Source/WebCore/page/EventHandler.cpp:
(WebCore::EventHandler::defaultPageUpDownEventHandler):
(WebCore::EventHandler::defaultHomeEndEventHandler):
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
* Source/WebCore/platform/graphics/win/ImageWin.cpp:
(WebCore::Image::loadPlatformResource):
(loadResourceIntoBuffer): Deleted.
* Source/WebCore/testing/js/WebCoreTestSupportPrefix.h:
* Source/WebKit/UIProcess/Inspector/RemoteWebInspectorUIProxy.h:
* Source/cmake/OptionsWin.cmake:
* Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:
(WTR::InjectedBundlePage::dumpDOMAsWebArchive):

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




More information about the webkit-changes mailing list