Skip to content
  • keishi@webkit.org's avatar
    Move InputTypeNames to a separate file · cc329330
    keishi@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=96255
    
    Reviewed by Kent Tamura.
    
    We want to move InputTypeNames to a separate file so we can use it without including InputType.h.
    
    No new tests. No behavior change.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * html/ButtonInputType.cpp:
    * html/CheckboxInputType.cpp:
    * html/ColorInputType.cpp:
    * html/DateInputType.cpp:
    * html/DateTimeInputType.cpp:
    * html/DateTimeLocalInputType.cpp:
    * html/EmailInputType.cpp:
    * html/FileInputType.cpp:
    * html/HiddenInputType.cpp:
    * html/ImageInputType.cpp:
    * html/InputType.cpp:
    * html/InputType.h:
    * html/InputTypeNames.cpp: Added.
    (WebCore):
    (InputTypeNames):
    (WebCore::InputTypeNames::button):
    (WebCore::InputTypeNames::checkbox):
    (WebCore::InputTypeNames::color):
    (WebCore::InputTypeNames::date):
    (WebCore::InputTypeNames::datetime):
    (WebCore::InputTypeNames::datetimelocal):
    (WebCore::InputTypeNames::email):
    (WebCore::InputTypeNames::file):
    (WebCore::InputTypeNames::hidden):
    (WebCore::InputTypeNames::image):
    (WebCore::InputTypeNames::month):
    (WebCore::InputTypeNames::number):
    (WebCore::InputTypeNames::password):
    (WebCore::InputTypeNames::radio):
    (WebCore::InputTypeNames::range):
    (WebCore::InputTypeNames::reset):
    (WebCore::InputTypeNames::search):
    (WebCore::InputTypeNames::submit):
    (WebCore::InputTypeNames::telephone):
    (WebCore::InputTypeNames::text):
    (WebCore::InputTypeNames::time):
    (WebCore::InputTypeNames::url):
    (WebCore::InputTypeNames::week):
    * html/InputTypeNames.h: Added.
    (WebCore):
    (InputTypeNames):
    * html/MonthInputType.cpp:
    * html/NumberInputType.cpp:
    * html/PasswordInputType.cpp:
    * html/RadioInputType.cpp:
    * html/RangeInputType.cpp:
    * html/ResetInputType.cpp:
    * html/SearchInputType.cpp:
    * html/SubmitInputType.cpp:
    * html/TelephoneInputType.cpp:
    * html/TextInputType.cpp:
    * html/TimeInputType.cpp:
    * html/URLInputType.cpp:
    * html/WeekInputType.cpp:
    * html/parser/HTMLPreloadScanner.cpp:
    * platform/efl/RenderThemeEfl.cpp:
    * rendering/RenderThemeChromiumCommon.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@128149 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    cc329330