Changeset 72661 in webkit


Ignore:
Timestamp:
Nov 24, 2010 4:29:25 AM (13 years ago)
Author:
satish@chromium.org
Message:

2010-11-24 Satish Sampath <satish@chromium.org>

Reviewed by Steve Block.

Re-enabled layout tests which were disabled during an API migration.
https://bugs.webkit.org/show_bug.cgi?id=50013

  • platform/chromium/test_expectations.txt:

2010-11-24 Satish Sampath <satish@chromium.org>

Reviewed by Steve Block.

Remove API migration code which is no longer used.
https://bugs.webkit.org/show_bug.cgi?id=50013

  • public/WebSpeechInputControllerMock.h:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r72659 r72661  
     12010-11-24  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Steve Block.
     4
     5        Re-enabled layout tests which were disabled during an API migration.
     6        https://bugs.webkit.org/show_bug.cgi?id=50013
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102010-11-24  Ilya Tikhonovsky  <loislo@chromium.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r72659 r72661  
    31923192BUGWK4989 WIN LINUX : fast/css/font-face-data-uri.html = TEXT
    31933193
    3194 // Remove these once the Chromium side has caught on with multiple speech input results.
    3195 BUG49736 : fast/speech/input-onspeechchange-event.html = TIMEOUT
    3196 BUG49736 : fast/speech/input-text-language-tag.html = TIMEOUT
    3197 BUG49736 : fast/speech/input-text-speechbutton.html = TIMEOUT
    3198 BUG49736 : fast/speech/speech-button-ignore-generated-events.html = TIMEOUT
    3199 
    32003194// Disable font-size-zero test for mac platform. The problem was introduced at r72567.
    32013195BUG49967 MAC : fast/text/font-size-zero.html = TEXT
  • trunk/WebKit/chromium/ChangeLog

    r72635 r72661  
     12010-11-24  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Steve Block.
     4
     5        Remove API migration code which is no longer used.
     6        https://bugs.webkit.org/show_bug.cgi?id=50013
     7
     8        * public/WebSpeechInputControllerMock.h:
     9
    1102010-11-23  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/WebKit/chromium/public/WebSpeechInputControllerMock.h

    r72597 r72661  
    4545    virtual ~WebSpeechInputControllerMock() { }
    4646
    47     // FIXME: Remove this method once chromium starts using the one below.
    48     void setMockRecognitionResult(const WebString& result, const WebString& language)
    49     {
    50         addMockRecognitionResult(result, 1.0, language);
    51     }
    52 
    5347    virtual void addMockRecognitionResult(const WebString& result, double confidence, const WebString& language) = 0;
    5448
Note: See TracChangeset for help on using the changeset viewer.