Skip to content
  • hans@chromium.org's avatar
    Speech JavaScript API: Remove resultdeleted event · bf790a87
    hans@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=98272
    
    Reviewed by Adam Barth.
    
    Source/WebCore:
    
    Remove the resultdeleted event. This was never used, and was removed
    from the spec draft in
    http://dvcs.w3.org/hg/speech-api/rev/f9d53ab8b449
    
    The fast/speech/scripted/basics.html test is updated to reflect this.
    
    * Modules/speech/SpeechRecognition.cpp:
    * Modules/speech/SpeechRecognition.h:
    (SpeechRecognition):
    * Modules/speech/SpeechRecognition.idl:
    * Modules/speech/SpeechRecognitionEvent.cpp:
    * Modules/speech/SpeechRecognitionEvent.h:
    (SpeechRecognitionEvent):
    * dom/EventNames.h:
    (WebCore):
    
    Source/WebKit/chromium:
    
    Remove didDeleteResult. This was never used, and has been removed from
    the spec draft.
    
    * public/WebSpeechRecognizerClient.h:
    * src/SpeechRecognitionClientProxy.cpp:
    * src/SpeechRecognitionClientProxy.h:
    (SpeechRecognitionClientProxy):
    
    LayoutTests:
    
    Update layout test not to check for onresultdeleted event handler.
    
    * fast/speech/scripted/basics-expected.txt:
    * fast/speech/scripted/basics.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@130307 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bf790a87