[webkit-changes] [WebKit/WebKit] 237442: [Cocoa] Rename FontCustomPlatformDataMac to FontCu...

Myles C. Maxfield noreply at github.com
Thu May 4 19:40:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 237442dfbbc2a48cccdcc8b7a27b17ed847a4301
      https://github.com/WebKit/WebKit/commit/237442dfbbc2a48cccdcc8b7a27b17ed847a4301
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M Source/WebCore/PlatformMac.cmake
    M Source/WebCore/SourcesCocoa.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/platform/graphics/coretext/FontCustomPlatformDataCoreText.cpp
    R Source/WebCore/platform/graphics/mac/FontCustomPlatformDataMac.cpp

  Log Message:
  -----------
  [Cocoa] Rename FontCustomPlatformDataMac to FontCustomPlatformDataCoreText
https://bugs.webkit.org/show_bug.cgi?id=256345
rdar://108924213

Reviewed by Tim Nguyen.

The code in this file uses Core Text, instead of anything macOS-specific.

* Source/WebCore/PlatformMac.cmake:
* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/graphics/coretext/FontCustomPlatformDataCoreText.cpp: Renamed from Source/WebCore/platform/graphics/mac/FontCustomPlatformDataMac.cpp.
(WebCore::FontCustomPlatformData::fontPlatformData):
(WebCore::createFontCustomPlatformData):
(WebCore::FontCustomPlatformData::supportsFormat):

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




More information about the webkit-changes mailing list