Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(578)

Issue 8321003: Add API tests to the experimental Speech Input API. (Closed)

Created:
9 years, 2 months ago by Leandro Gracia Gil
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Erik does not do reviews, mihaip+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add API tests to the experimental Speech Input API. BUG=97388 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106916

Patch Set 1 #

Total comments: 4

Patch Set 2 : review fixes, test engine not changed. #

Patch Set 3 : removing unnecessary header. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+429 lines, -0 lines) Patch
A chrome/browser/extensions/speech_input/extension_speech_input_apitest.cc View 1 2 1 chunk +195 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition/test.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition/test.js View 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition_error/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition_error/test.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/recognition_error/test.js View 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_error/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_error/test.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_error/test.js View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_stop/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_stop/test.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/speech_input/start_stop/test.js View 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Leandro Graciá Gil
Aaron, could you please take a look to the chrome/browser/extensions/speech_input/extension_speech_input_apitest.cc file? Jay, could you please ...
9 years, 2 months ago (2011-10-17 14:04:30 UTC) #1
Jay Civelli
I could review but I am probably not the best person for this. Adding asargent.
9 years, 2 months ago (2011-10-20 16:17:05 UTC) #2
Aaron Boodman
Please consider rewriting this using the new ExtensionTest framework: http://git.chromium.org/gitweb/?p=chromium/chromium.git;a=blob;f=chrome/browser/extensions/extension_tabs_test.cc;hb=HEAD If you can do so, ...
9 years, 2 months ago (2011-10-21 00:52:47 UTC) #3
Leandro Graciá Gil
It looks like I'm already using the new testing engine: ExtensionApiTest inherits from ExtensionBrowserTest which ...
9 years, 2 months ago (2011-10-21 10:53:58 UTC) #4
Aaron Boodman
On Fri, Oct 21, 2011 at 3:53 AM, <leandrogracia@chromium.org> wrote: > It looks like I'm ...
9 years, 2 months ago (2011-10-21 16:35:37 UTC) #5
Aaron Boodman
Nevermind, I see now you need to test events and we don't have good support ...
9 years, 2 months ago (2011-10-21 16:55:34 UTC) #6
Aaron Boodman
lgtm
9 years, 2 months ago (2011-10-21 16:57:18 UTC) #7
satish1
9 years, 2 months ago (2011-10-21 21:53:49 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698