Skip to content
  • tkent@chromium.org's avatar
    Rename ENABLE_INPUT_TYPE_DATETIME · 866ba1bd
    tkent@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=113254
    
    Reviewed by Kentaro Hara.
    
    Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
    Actually I'd like to remove the code, but we shouldn't remove it yet
    because we shipped products with it on some platforms.
    
    .:
    
    * Source/autotools/SetupWebKitFeatures.m4:
    * Source/cmake/WebKitFeatures.cmake:
    * Source/cmakeconfig.h.cmake:
    
    Source/JavaScriptCore:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebCore:
    
    * Configurations/FeatureDefines.xcconfig:
    * bindings/generic/RuntimeEnabledFeatures.cpp:
    (WebCore):
    * bindings/generic/RuntimeEnabledFeatures.h:
    (RuntimeEnabledFeatures):
    * css/html.css:
    * html/DateTimeInputType.cpp:
    * html/DateTimeInputType.h:
    * html/InputType.cpp:
    (WebCore::createInputTypeFactoryMap):
    
    Source/WebKit/blackberry:
    
    * WebCoreSupport/AboutDataEnableFeatures.in:
    
    Source/WebKit/chromium:
    
    * src/WebRuntimeFeatures.cpp:
    (WebKit::WebRuntimeFeatures::enableInputTypeDateTime):
    (WebKit::WebRuntimeFeatures::isInputTypeDateTimeEnabled):
    * tests/WebViewTest.cpp:
    
    Source/WebKit/mac:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebKit2:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WTF:
    
    * wtf/FeatureDefines.h:
    
    Tools:
    
    * Scripts/webkitperl/FeatureList.pm:
    * qmake/mkspecs/features/features.pri:
    
    WebKitLibraries:
    
    * win/tools/vsprops/FeatureDefines.props:
    * win/tools/vsprops/FeatureDefines.vsprops:
    * win/tools/vsprops/FeatureDefinesCairo.props:
    * win/tools/vsprops/FeatureDefinesCairo.vsprops:
    
    LayoutTests:
    
    * platform/chromium/TestExpectations:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146847 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    866ba1bd