Changeset 150719 in webkit


Ignore:
Timestamp:
May 26, 2013 9:20:12 AM (11 years ago)
Author:
Antti Koivisto
Message:

Remove FontFamily.h/.cpp
https://bugs.webkit.org/show_bug.cgi?id=116788

Reviewed by Anders Carlsson.

Empty files.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.xcodeproj/project.pbxproj:
  • platform/graphics/FontDescription.h:
  • platform/graphics/FontFamily.cpp: Removed.
  • platform/graphics/FontFamily.h: Removed.
Location:
trunk/Source/WebCore
Files:
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r150336 r150719  
    18991899    platform/graphics/FontDescription.cpp
    19001900    platform/graphics/FontFallbackList.cpp
    1901     platform/graphics/FontFamily.cpp
    19021901    platform/graphics/FontFastPath.cpp
    19031902    platform/graphics/FontFeatureSettings.cpp
  • trunk/Source/WebCore/ChangeLog

    r150716 r150719  
     12013-05-26  Antti Koivisto  <antti@apple.com>
     2
     3        Remove FontFamily.h/.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=116788
     5
     6        Reviewed by Anders Carlsson.
     7       
     8        Empty files.
     9
     10        * CMakeLists.txt:
     11        * GNUmakefile.list.am:
     12        * Target.pri:
     13        * WebCore.vcproj/WebCore.vcproj:
     14        * WebCore.vcxproj/WebCore.vcxproj:
     15        * WebCore.xcodeproj/project.pbxproj:
     16        * platform/graphics/FontDescription.h:
     17        * platform/graphics/FontFamily.cpp: Removed.
     18        * platform/graphics/FontFamily.h: Removed.
     19
    1202013-05-26  Antti Koivisto  <antti@apple.com>
    221
  • trunk/Source/WebCore/GNUmakefile.list.am

    r150663 r150719  
    56475647        Source/WebCore/platform/graphics/FontFallbackList.cpp \
    56485648        Source/WebCore/platform/graphics/FontFallbackList.h \
    5649         Source/WebCore/platform/graphics/FontFamily.cpp \
    5650         Source/WebCore/platform/graphics/FontFamily.h \
    56515649        Source/WebCore/platform/graphics/FontFastPath.cpp \
    56525650        Source/WebCore/platform/graphics/FontFeatureSettings.cpp \
  • trunk/Source/WebCore/Target.pri

    r150663 r150719  
    994994    platform/graphics/FontDescription.cpp \
    995995    platform/graphics/FontFallbackList.cpp \
    996     platform/graphics/FontFamily.cpp \
    997996    platform/graphics/FontFeatureSettings.cpp \
    998997    platform/graphics/BitmapImage.cpp \
     
    22122211    platform/graphics/FontData.h \
    22132212    platform/graphics/FontDescription.h \
    2214     platform/graphics/FontFamily.h \
    22152213    platform/graphics/FontFeatureSettings.h \
    22162214    platform/graphics/FontMetrics.h \
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r150667 r150719  
    2988329883                                </File>
    2988429884                                <File
    29885                                         RelativePath="..\platform\graphics\FontFamily.cpp"
    29886                                         >
    29887                                 </File>
    29888                                 <File
    29889                                         RelativePath="..\platform\graphics\FontFamily.h"
    29890                                         >
    29891                                 </File>
    29892                                 <File
    2989329885                                        RelativePath="..\platform\graphics\FontFastPath.cpp"
    2989429886                                        >
  • trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj

    r150667 r150719  
    42404240    <ClCompile Include="..\platform\graphics\FontDescription.cpp" />
    42414241    <ClCompile Include="..\platform\graphics\FontFallbackList.cpp" />
    4242     <ClCompile Include="..\platform\graphics\FontFamily.cpp" />
    42434242    <ClCompile Include="..\platform\graphics\FontFastPath.cpp" />
    42444243    <ClCompile Include="..\platform\graphics\FontFeatureSettings.cpp" />
     
    1162511624    <ClInclude Include="..\platform\graphics\FontDescription.h" />
    1162611625    <ClInclude Include="..\platform\graphics\FontFallbackList.h" />
    11627     <ClInclude Include="..\platform\graphics\FontFamily.h" />
    1162811626    <ClInclude Include="..\platform\graphics\FontFeatureSettings.h" />
    1162911627    <ClInclude Include="..\platform\graphics\FontMetrics.h" />
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r150665 r150719  
    42944294                B2C3DA670D006CD600EF6F26 /* FontFallbackList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C3DA560D006CD600EF6F26 /* FontFallbackList.cpp */; };
    42954295                B2C3DA680D006CD600EF6F26 /* FontFallbackList.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA570D006CD600EF6F26 /* FontFallbackList.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4296                 B2C3DA690D006CD600EF6F26 /* FontFamily.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C3DA580D006CD600EF6F26 /* FontFamily.cpp */; };
    4297                 B2C3DA6A0D006CD600EF6F26 /* FontFamily.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA590D006CD600EF6F26 /* FontFamily.h */; settings = {ATTRIBUTES = (Private, ); }; };
    42984296                B2C3DA6B0D006CD600EF6F26 /* FontSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA5A0D006CD600EF6F26 /* FontSelector.h */; settings = {ATTRIBUTES = (Private, ); }; };
    42994297                B2C3DA6C0D006CD600EF6F26 /* GlyphBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA5B0D006CD600EF6F26 /* GlyphBuffer.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    1098010978                B2C3DA560D006CD600EF6F26 /* FontFallbackList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FontFallbackList.cpp; sourceTree = "<group>"; };
    1098110979                B2C3DA570D006CD600EF6F26 /* FontFallbackList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FontFallbackList.h; sourceTree = "<group>"; };
    10982                 B2C3DA580D006CD600EF6F26 /* FontFamily.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FontFamily.cpp; sourceTree = "<group>"; };
    10983                 B2C3DA590D006CD600EF6F26 /* FontFamily.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FontFamily.h; sourceTree = "<group>"; };
    1098410980                B2C3DA5A0D006CD600EF6F26 /* FontSelector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FontSelector.h; sourceTree = "<group>"; };
    1098510981                B2C3DA5B0D006CD600EF6F26 /* GlyphBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlyphBuffer.h; sourceTree = "<group>"; };
     
    1836618362                                B2C3DA560D006CD600EF6F26 /* FontFallbackList.cpp */,
    1836718363                                B2C3DA570D006CD600EF6F26 /* FontFallbackList.h */,
    18368                                 B2C3DA580D006CD600EF6F26 /* FontFamily.cpp */,
    18369                                 B2C3DA590D006CD600EF6F26 /* FontFamily.h */,
    1837018364                                72626E010EF022FE00A07E20 /* FontFastPath.cpp */,
    1837118365                                4A6E9FC513C17D570046A7F8 /* FontFeatureSettings.cpp */,
     
    2185221846                                B2C3DA660D006CD600EF6F26 /* FontDescription.h in Headers */,
    2185321847                                B2C3DA680D006CD600EF6F26 /* FontFallbackList.h in Headers */,
    21854                                 B2C3DA6A0D006CD600EF6F26 /* FontFamily.h in Headers */,
    2185521848                                4A6E9FC813C17D570046A7F8 /* FontFeatureSettings.h in Headers */,
    2185621849                                4A6E9FC413C17D1D0046A7F8 /* FontFeatureValue.h in Headers */,
     
    2505125044                                37ACCF690DA414E70089E602 /* FontDescription.cpp in Sources */,
    2505225045                                B2C3DA670D006CD600EF6F26 /* FontFallbackList.cpp in Sources */,
    25053                                 B2C3DA690D006CD600EF6F26 /* FontFamily.cpp in Sources */,
    2505425046                                72626E020EF022FE00A07E20 /* FontFastPath.cpp in Sources */,
    2505525047                                4A6E9FC713C17D570046A7F8 /* FontFeatureSettings.cpp in Sources */,
  • trunk/Source/WebCore/platform/graphics/FontDescription.h

    r150716 r150719  
    2626#define FontDescription_h
    2727
    28 #include "FontFamily.h"
    2928#include "FontFeatureSettings.h"
    3029#include "FontOrientation.h"
Note: See TracChangeset for help on using the changeset viewer.