Skip to content
  • krit@webkit.org's avatar
    Rename StyleBuilder to DeprecatedStyleBuilder · 7df5d5f9
    krit@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=114532
    
    Reviewed by Benjamin Poulain.
    
    The StyleBuilder code is hard to read and maintain. People should
    not add new properties to this class. To make this clear, this
    patch renames the class to DeprecatedStyleBuilder.
    
    Pure refactoring, no change in functionality.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    * css/CSSAllInOne.cpp:
    * css/DeprecatedStyleBuilder.cpp: Renamed from Source/WebCore/css/StyleBuilder.cpp.
    * css/DeprecatedStyleBuilder.h: Renamed from Source/WebCore/css/StyleBuilder.h.
    * css/StyleResolver.cpp:
    (WebCore::StyleResolver::StyleResolver):
    (WebCore::StyleResolver::applyProperty):
    (WebCore::StyleResolver::reportMemoryUsage):
    * css/StyleResolver.h:
    (StyleResolver):
    * rendering/style/RenderStyle.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@148363 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7df5d5f9