Changeset 266977 in webkit


Ignore:
Timestamp:
Sep 12, 2020 3:37:19 AM (4 years ago)
Author:
mmaxfield@apple.com
Message:

Addressing feedback on r266936
https://bugs.webkit.org/show_bug.cgi?id=216431

Unreviewed.

I didn't follow the reviewer's advice thoroughly.

No new tests because there is no behavior change.

  • PlatformMac.cmake:
  • SourcesCocoa.txt:
  • WebCore.xcodeproj/project.pbxproj:
  • platform/graphics/coretext/FontCascadeCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontCascadeCoreText.cpp.
  • platform/graphics/coretext/FontCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontCoreText.cpp.
  • platform/graphics/coretext/FontPlatformDataCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontPlatformDataCoreText.cpp.
  • platform/graphics/coretext/GlyphPageCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/GlyphPageCoreText.cpp.
Location:
trunk/Source/WebCore
Files:
1 added
1 deleted
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r266976 r266977  
     12020-09-12  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Addressing feedback on r266936
     4        https://bugs.webkit.org/show_bug.cgi?id=216431
     5
     6        Unreviewed.
     7
     8        I didn't follow the reviewer's advice thoroughly.
     9
     10        No new tests because there is no behavior change.
     11
     12        * PlatformMac.cmake:
     13        * SourcesCocoa.txt:
     14        * WebCore.xcodeproj/project.pbxproj:
     15        * platform/graphics/coretext/FontCascadeCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontCascadeCoreText.cpp.
     16        * platform/graphics/coretext/FontCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontCoreText.cpp.
     17        * platform/graphics/coretext/FontPlatformDataCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/FontPlatformDataCoreText.cpp.
     18        * platform/graphics/coretext/GlyphPageCoreText.cpp: Renamed from Source/WebCore/platform/graphics/ct/GlyphPageCoreText.cpp.
     19
    1202020-09-12  Rob Buis  <rbuis@igalia.com>
    221
  • trunk/Source/WebCore/PlatformMac.cmake

    r266936 r266977  
    322322    platform/graphics/cocoa/WebGPULayer.mm
    323323
    324     platform/graphics/ct/FontCascadeCoreText.cpp
    325     platform/graphics/ct/FontCoreText.cpp
    326     platform/graphics/ct/FontPlatformDataCoreText.cpp
    327     platform/graphics/ct/GlyphPageCoreText.cpp
     324    platform/graphics/coretext/FontCascadeCoreText.cpp
     325    platform/graphics/coretext/FontCoreText.cpp
     326    platform/graphics/coretext/FontPlatformDataCoreText.cpp
     327    platform/graphics/coretext/GlyphPageCoreText.cpp
    328328
    329329    platform/graphics/cv/ImageRotationSessionVT.mm
  • trunk/Source/WebCore/SourcesCocoa.txt

    r266936 r266977  
    370370platform/graphics/cocoa/WebGPULayer.mm
    371371platform/graphics/cocoa/VideoTrackPrivateWebM.cpp
    372 platform/graphics/ct/FontCascadeCoreText.cpp
    373 platform/graphics/ct/FontCoreText.cpp
    374 platform/graphics/ct/FontPlatformDataCoreText.cpp
    375 platform/graphics/ct/GlyphPageCoreText.cpp
     372platform/graphics/coretext/FontCascadeCoreText.cpp
     373platform/graphics/coretext/FontCoreText.cpp
     374platform/graphics/coretext/FontPlatformDataCoreText.cpp
     375platform/graphics/coretext/GlyphPageCoreText.cpp
    376376platform/graphics/cv/ImageTransferSessionVT.mm
    377377platform/graphics/cv/PixelBufferConformerCV.cpp
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r266976 r266977  
    1814618146                        sourceTree = "<group>";
    1814718147                };
    18148                 1C6FD8AA250A292400D6E920 /* ct */ = {
     18148                1C6FD920250CCA6400D6E920 /* coretext */ = {
    1814918149                        isa = PBXGroup;
    1815018150                        children = (
     
    1815418154                                1C6FD8AD250A2E5300D6E920 /* GlyphPageCoreText.cpp */,
    1815518155                        );
    18156                         path = ct;
     18156                        path = coretext;
    1815718157                        sourceTree = "<group>";
    1815818158                };
     
    2587225872                                B5320D68122A24E9002D1440 /* cocoa */,
    2587325873                                2CE1189824C2402C003770E9 /* coreimage */,
     25874                                1C6FD920250CCA6400D6E920 /* coretext */,
    2587425875                                9332AB3B16515D7700D827EC /* cpu */,
    25875                                 1C6FD8AA250A292400D6E920 /* ct */,
    2587625876                                CD9D827C1C7BB2ED006FF066 /* cv */,
    2587725877                                0FE5FBC91C3DD5060007A2CA /* displaylists */,
Note: See TracChangeset for help on using the changeset viewer.