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

Issue 12026032: Adding supported checks & test for SpeechRecognition APIs. (Closed)

Created:
7 years, 11 months ago by blois
Modified:
7 years, 11 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adding supported checks & test for SpeechRecognition APIs. BUG= Committed: https://code.google.com/p/dart/source/detail?r=17420

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : Changing event type constructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -14 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 8 chunks +38 lines, -5 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 7 chunks +32 lines, -2 lines 0 comments Download
M tests/html/html.status View 5 chunks +5 lines, -0 lines 0 comments Download
A tests/html/speechrecognition_test.dart View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 chunks +10 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 2 chunks +3 lines, -0 lines 0 comments Download
A + tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Event.darttemplate View 1 2 3 1 chunk +19 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
blois
7 years, 11 months ago (2013-01-19 00:55:52 UTC) #1
Emily Fortuna
https://codereview.chromium.org/12026032/diff/1001/tests/html/speechrecognition_test.dart File tests/html/speechrecognition_test.dart (right): https://codereview.chromium.org/12026032/diff/1001/tests/html/speechrecognition_test.dart#newcode30 tests/html/speechrecognition_test.dart:30: document.$dom_createEvent('SpeechRecognitionEvent'); can we make this test a little more ...
7 years, 11 months ago (2013-01-19 01:24:58 UTC) #2
Emily Fortuna
7 years, 11 months ago (2013-01-19 01:25:01 UTC) #3
blois
https://codereview.chromium.org/12026032/diff/1001/tests/html/speechrecognition_test.dart File tests/html/speechrecognition_test.dart (right): https://codereview.chromium.org/12026032/diff/1001/tests/html/speechrecognition_test.dart#newcode30 tests/html/speechrecognition_test.dart:30: document.$dom_createEvent('SpeechRecognitionEvent'); On 2013/01/19 01:24:58, Emily Fortuna wrote: > can ...
7 years, 11 months ago (2013-01-19 01:46:39 UTC) #4
blois
Updated the Event.type constructor to also initialize the event.
7 years, 11 months ago (2013-01-22 17:53:27 UTC) #5
Emily Fortuna
7 years, 11 months ago (2013-01-22 19:21:00 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698