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

Issue 8536022: Adding static documentation to the speech input extension API. (Closed)

Created:
9 years, 1 month ago by Leandro Gracia Gil
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org
Visibility:
Public.

Description

Adding static documentation to the speech input extension API. BUG=97388 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110709

Patch Set 1 #

Patch Set 2 : correcting a reference to WebRequest as it was used as base template. #

Total comments: 30

Patch Set 3 : review fixes #

Total comments: 6

Patch Set 4 : more fixes. #

Total comments: 2

Patch Set 5 : a few more fixes. #

Total comments: 22

Patch Set 6 : nit fixes. #

Total comments: 2

Patch Set 7 : fixing nits and adding a example. #

Total comments: 14

Patch Set 8 : addressing Satish's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -4 lines) Patch
A chrome/common/extensions/docs/examples/api/speechInput/basic.zip View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/speechInput/basic/background.html View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/speechInput/basic/start.png View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/speechInput/basic/stop.png View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/experimental.speechInput.html View 1 2 3 4 5 6 3 chunks +150 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 6 7 2 chunks +57 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/experimental.speechInput.html View 1 2 3 4 5 6 1 chunk +112 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Leandro Graciá Gil
9 years, 1 month ago (2011-11-11 19:22:23 UTC) #1
Satish
http://codereview.chromium.org/8536022/diff/3001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/3001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode6 chrome/common/extensions/docs/static/experimental.speechInput.html:6: one-shot speech recognition to Chrome extensions. It provides exclusive ...
9 years, 1 month ago (2011-11-11 22:17:54 UTC) #2
Leandro Graciá Gil
http://codereview.chromium.org/8536022/diff/3001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/3001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode6 chrome/common/extensions/docs/static/experimental.speechInput.html:6: one-shot speech recognition to Chrome extensions. It provides exclusive ...
9 years, 1 month ago (2011-11-12 14:15:00 UTC) #3
Satish
http://codereview.chromium.org/8536022/diff/7001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/7001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode33 chrome/common/extensions/docs/static/experimental.speechInput.html:33: when the device is being used by other extension ...
9 years, 1 month ago (2011-11-14 10:22:44 UTC) #4
Leandro Graciá Gil
http://codereview.chromium.org/8536022/diff/7001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/7001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode33 chrome/common/extensions/docs/static/experimental.speechInput.html:33: when the device is being used by other extension ...
9 years, 1 month ago (2011-11-14 11:25:02 UTC) #5
Satish
http://codereview.chromium.org/8536022/diff/12001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/12001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode54 chrome/common/extensions/docs/static/experimental.speechInput.html:54: sorted by decreasing likelihood. Each of these hypotheses is ...
9 years, 1 month ago (2011-11-14 11:33:37 UTC) #6
Leandro Graciá Gil
http://codereview.chromium.org/8536022/diff/12001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/12001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode54 chrome/common/extensions/docs/static/experimental.speechInput.html:54: sorted by decreasing likelihood. Each of these hypotheses is ...
9 years, 1 month ago (2011-11-14 12:04:54 UTC) #7
Satish
LGTM
9 years, 1 month ago (2011-11-14 12:36:11 UTC) #8
Leandro Graciá Gil
Aaron, could you please take check if the extension doc update is ok? Thanks.
9 years, 1 month ago (2011-11-14 12:38:39 UTC) #9
Aaron Boodman
Kathy should review.
9 years, 1 month ago (2011-11-14 19:10:03 UTC) #10
kathyw
Sure, I'll take a look. -k- On Mon, Nov 14, 2011 at 11:10 AM, <aa@chromium.org> ...
9 years, 1 month ago (2011-11-14 19:14:15 UTC) #11
kathyw
A few nitpicky comments, but basically this looks good. http://codereview.chromium.org/8536022/diff/12002/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/12002/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode13 chrome/common/extensions/docs/static/experimental.speechInput.html:13: ...
9 years, 1 month ago (2011-11-15 00:04:10 UTC) #12
Leandro Graciá Gil
http://codereview.chromium.org/8536022/diff/12002/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/12002/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode13 chrome/common/extensions/docs/static/experimental.speechInput.html:13: href="manifest.html">extension manifest</a> to use the speechInput On 2011/11/15 00:04:10, ...
9 years, 1 month ago (2011-11-15 12:10:12 UTC) #13
kathyw
http://codereview.chromium.org/8536022/diff/12002/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode111 > chrome/common/extensions/docs/static/experimental.speechInput.html:111: </pre> > The example I have is basically the same simple case ...
9 years, 1 month ago (2011-11-15 17:57:14 UTC) #14
kathyw
lgtm (once you fix a single typo) http://codereview.chromium.org/8536022/diff/16001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html (right): http://codereview.chromium.org/8536022/diff/16001/chrome/common/extensions/docs/static/experimental.speechInput.html#newcode76 chrome/common/extensions/docs/static/experimental.speechInput.html:76: the callback ...
9 years, 1 month ago (2011-11-15 17:59:06 UTC) #15
Leandro Graciá Gil
Added also an example. Could you please check if it's ok? Thanks. http://codereview.chromium.org/8536022/diff/16001/chrome/common/extensions/docs/static/experimental.speechInput.html File chrome/common/extensions/docs/static/experimental.speechInput.html ...
9 years, 1 month ago (2011-11-16 00:07:12 UTC) #16
kathyw
lgtm Someone else should probably review the code, though.
9 years, 1 month ago (2011-11-16 00:26:40 UTC) #17
Satish
http://codereview.chromium.org/8536022/diff/20001/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html File chrome/common/extensions/docs/examples/api/speechInput/basic/background.html (right): http://codereview.chromium.org/8536022/diff/20001/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html#newcode3 chrome/common/extensions/docs/examples/api/speechInput/basic/background.html:3: function checkStart() { since this is a small enough ...
9 years, 1 month ago (2011-11-17 16:29:22 UTC) #18
Leandro Graciá Gil
http://codereview.chromium.org/8536022/diff/20001/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html File chrome/common/extensions/docs/examples/api/speechInput/basic/background.html (right): http://codereview.chromium.org/8536022/diff/20001/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html#newcode3 chrome/common/extensions/docs/examples/api/speechInput/basic/background.html:3: function checkStart() { On 2011/11/17 16:29:23, Satish wrote: > ...
9 years, 1 month ago (2011-11-17 22:02:45 UTC) #19
Satish
9 years, 1 month ago (2011-11-17 22:29:34 UTC) #20
lgtm

Powered by Google App Engine
This is Rietveld 408576698