Skip to content
  • satish@chromium.org's avatar
    2011-01-19 Satish Sampath <satish@chromium.org> · 87e47799
    satish@chromium.org authored
            Reviewed by Jeremy Orlow.
    
            Send origin/url as part of speech input requests to the embedder.
            https://bugs.webkit.org/show_bug.cgi?id=52718
    
            * page/SpeechInput.cpp:
            (WebCore::SpeechInput::startRecognition): Pass up additional origin parameter.
            * page/SpeechInput.h:
            * page/SpeechInputClient.h:
            * platform/mock/SpeechInputClientMock.cpp:
            (WebCore::SpeechInputClientMock::startRecognition): Updated prototype.
            * platform/mock/SpeechInputClientMock.h:
            * rendering/TextControlInnerElements.cpp:
            (WebCore::InputFieldSpeechButtonElement::defaultEventHandler): Pass the frame origin to speech input request.
    2011-01-19  Satish Sampath  <satish@chromium.org>
    
            Reviewed by Jeremy Orlow.
    
            Send origin/url as part of speech input requests to the embedder.
            https://bugs.webkit.org/show_bug.cgi?id=52718
    
            * public/WebSpeechInputController.h:
            (WebKit::WebSpeechInputController::startRecognition): Updated prototype.
            * src/SpeechInputClientImpl.cpp:
            (WebKit::SpeechInputClientImpl::startRecognition): Pass up additional origin parameter.
            * src/SpeechInputClientImpl.h:
            * src/WebSpeechInputControllerMockImpl.cpp: Updated code to pass additional parameter.
            (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
            * src/WebSpeechInputControllerMockImpl.h: Added new variant of startRecognition method.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76128 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    87e47799