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

Issue 9688004: Sample extensions page does not feature chrome.ttsEngine. (Closed)

Created:
8 years, 9 months ago by mitchellwrosen
Modified:
8 years, 7 months ago
Reviewers:
dmazzoni, kathyw
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Sample extensions page does not feature chrome.ttsEngine. Wrote a small sample TTS Engine that prints text to a small window on the bottom of the screen rather than synthesizing speech. BUG=117480 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138047

Patch Set 1 #

Total comments: 15

Patch Set 2 : Minor changes, silent -> console #

Total comments: 1

Patch Set 3 : Small change #

Patch Set 4 : License header, move into ttsEngine/ #

Patch Set 5 : Trying again... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, --1 lines) Patch
A chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine.zip View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/console_tts_engine.html View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/console_tts_engine.js View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/manifest.json View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
mitchellwrosen
8 years, 9 months ago (2012-03-11 23:35:47 UTC) #1
chebert
lgtm
8 years, 8 months ago (2012-04-07 16:54:04 UTC) #2
mitchellwrosen
8 years, 8 months ago (2012-04-07 21:06:54 UTC) #3
mitchellwrosen
8 years, 7 months ago (2012-05-11 02:41:37 UTC) #4
kathyw
I'm sorry, somehow this completely escaped my notice. I didn't try to run this, and ...
8 years, 7 months ago (2012-05-14 20:39:48 UTC) #5
kathyw
https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json File chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json (right): https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json#newcode6 chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json:6: "permisions": ["ASS"], Is this just here to make sure ...
8 years, 7 months ago (2012-05-14 20:40:04 UTC) #6
mitchellwrosen
On 2012/05/14 20:40:04, kathyw wrote: > https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json > File chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json > (right): > > https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/manifest.json#newcode6 ...
8 years, 7 months ago (2012-05-15 21:05:22 UTC) #7
dmazzoni
Hi! Nice work on this extension! Just some minor issues to make it a bit ...
8 years, 7 months ago (2012-05-16 05:49:57 UTC) #8
mitchellwrosen
https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html File chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html (right): https://chromiumcodereview.appspot.com/9688004/diff/1/chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html#newcode2 chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html:2: <script type="text/javascript" src="silent_tts_engine.js"></script> On 2012/05/16 05:49:58, Dominic Mazzoni wrote: ...
8 years, 7 months ago (2012-05-16 20:40:08 UTC) #9
dmazzoni
lgtm https://chromiumcodereview.appspot.com/9688004/diff/7003/chrome/common/extensions/docs/examples/api/console_tts_engine/console_tts_engine.html File chrome/common/extensions/docs/examples/api/console_tts_engine/console_tts_engine.html (right): https://chromiumcodereview.appspot.com/9688004/diff/7003/chrome/common/extensions/docs/examples/api/console_tts_engine/console_tts_engine.html#newcode3 chrome/common/extensions/docs/examples/api/console_tts_engine/console_tts_engine.html:3: <title>Silent TTS Engine</title> Silent -> Console
8 years, 7 months ago (2012-05-16 21:33:32 UTC) #10
dmazzoni
mitchellwrosen: have you signed the individual contributors license agreement and added yourself to the OWNERS ...
8 years, 7 months ago (2012-05-16 21:35:23 UTC) #11
mitchellwrosen
On 2012/05/16 21:35:23, Dominic Mazzoni wrote: > mitchellwrosen: have you signed the individual contributors license ...
8 years, 7 months ago (2012-05-18 21:38:13 UTC) #12
mitchellwrosen
On 2012/05/18 21:38:13, mitchellwrosen wrote: > On 2012/05/16 21:35:23, Dominic Mazzoni wrote: > > mitchellwrosen: ...
8 years, 7 months ago (2012-05-18 21:39:30 UTC) #13
dmazzoni
> Or perhaps you meant src/AUTHORS? Sorry, you're right - I meant src/AUTHORS. I think ...
8 years, 7 months ago (2012-05-18 21:48:18 UTC) #14
mitchellwrosen
I have an @chromium email address, though :) I'm a student at Cal Poly, working ...
8 years, 7 months ago (2012-05-18 22:24:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/9688004/4006
8 years, 7 months ago (2012-05-18 22:27:13 UTC) #16
commit-bot: I haz the power
Presubmit check for 9688004-4006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-18 22:27:20 UTC) #17
mitchellwrosen
Whoops... didn't notice the presubmit checks the first time around. Sorry.
8 years, 7 months ago (2012-05-18 23:01:06 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/9688004/18002
8 years, 7 months ago (2012-05-19 17:35:31 UTC) #19
commit-bot: I haz the power
Try job failure for 9688004-18002 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 7 months ago (2012-05-19 18:43:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/9688004/6005
8 years, 7 months ago (2012-05-19 22:40:32 UTC) #21
commit-bot: I haz the power
8 years, 7 months ago (2012-05-20 00:55:07 UTC) #22
Change committed as 138047

Powered by Google App Engine
This is Rietveld 408576698