Skip to content
  • commit-queue@webkit.org's avatar
    2010-07-29 Satish Sampath <satish@chromium.org> · cbdf2948
    commit-queue@webkit.org authored
            Reviewed by Steve Block.
    
            Runtime feature switch for speech input.
            https://bugs.webkit.org/show_bug.cgi?id=43146
    
            Add a runtime feature switch that decides whether speech input attributes are available or not.
            Defaults to true.
    
            * bindings/generic/RuntimeEnabledFeatures.cpp:
            * bindings/generic/RuntimeEnabledFeatures.h:
            (WebCore::RuntimeEnabledFeatures::setSpeechInputEnabled):
            (WebCore::RuntimeEnabledFeatures::speechInputEnabled):
            (WebCore::RuntimeEnabledFeatures::speechEnabled):
            * html/HTMLInputElement.idl:
    2010-07-29  Satish Sampath  <satish@chromium.org>
    
            Reviewed by Steve Block.
    
            Runtime feature switch for speech input
            https://bugs.webkit.org/show_bug.cgi?id=43146
    
            Add a runtime feature switch that decides whether speech input attributes are available or not.
            Defaults to true.
    
            * public/WebRuntimeFeatures.h:
            * src/SpeechInputClientImpl.cpp:
            (WebKit::SpeechInputClientImpl::SpeechInputClientImpl):
            * src/WebRuntimeFeatures.cpp:
            (WebKit::WebRuntimeFeatures::enableSpeechInput):
            (WebKit::WebRuntimeFeatures::isSpeechInputEnabled):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64269 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    cbdf2948