Bobby Holley
|
54353aa3da
|
Bug 860941 - Remove assertion annotations for the now-removed mArguments assertion. r=jst
|
2013-05-16 23:33:15 -07:00 |
|
Gregory Szorc
|
522764dec4
|
Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal
|
2013-05-03 09:54:45 -07:00 |
|
Steve Fink
|
4c8e9c3387
|
Bug 867341 - Replace AutoObjectRooter with RootedObject. r=smaug
--HG--
extra : rebase_source : b5dc27c6dfbc219980739314a22ff691a1b25032
|
2013-04-26 21:08:16 -07:00 |
|
Aryeh Gregor
|
f0404a303a
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Boris Zbarsky
|
b834439797
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
|
Guilherme Gonçalves
|
597f33c342
|
Bug 863852 - Part 2 - Handle reentrance in the state machine. r=smaug
|
2013-04-24 11:09:31 -07:00 |
|
Guilherme Gonçalves
|
7f1573cedd
|
Bug 863852 - Part 1 - Log event and state names rather than codes. r=smaug
|
2013-04-24 11:09:30 -07:00 |
|
Guilherme Gonçalves
|
6f353f1947
|
Bug 863813 - Only call the done function once per test, failure or success. r=smaug
|
2013-04-24 11:09:30 -07:00 |
|
Guilherme Gonçalves
|
84f8dff0b1
|
Bug 858141 - Don't assert on EVENT_AUDIO_ERROR while on STATE_ESTIMATING. r=smaug
|
2013-04-24 11:09:30 -07:00 |
|
Eitan Isaacson
|
7259239e60
|
Bug 864858 - Hold a reference to utterance before nsSpeechTask goes away in DispatchEndImpl() r=smaug
|
2013-04-24 09:49:35 -07:00 |
|
Boris Zbarsky
|
de948b12f3
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
|
Mike Shal
|
df7deac25b
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Guilherme Gonçalves
|
c58e4393f3
|
Bug 855704 - Pair pushPrefEnv with waitForExplicitFinish in speech tests. r=smaug
--HG--
extra : amend_source : e2fd5c3a186bb195bc54baf28b05d5ba53f5bb3d
|
2013-04-09 12:50:56 -07:00 |
|
Boris Zbarsky
|
e9877a38eb
|
Bug 859675. Return the canonical nsISupports from ToSupports(SpeechRecognition). r=smaug
|
2013-04-09 12:26:36 -04:00 |
|
Ryan VanderMeulen
|
7ad02b9d4e
|
Backed out changeset 35178de36bd3 (bug 855704) for frequent mochitest failures.
|
2013-04-08 19:50:03 -04:00 |
|
Guilherme Gonçalves
|
8294b8bf07
|
Bug 855704 - Use pushPrefEnv instead of setBoolPref in webspeech tests. r=smaug
--HG--
extra : rebase_source : 06034c89046557ad40834bad29fae9d76b5b0485
|
2013-04-08 12:47:02 -07:00 |
|
sarat.addepalli@gmail.com
|
5a0e69654e
|
Bug 858012, fix compilation of nsSpeechTask.cpp r=smaug
--HG--
extra : rebase_source : ef26138e39cb2b86f01f41a5f7e0e041997d5e2d
|
2013-04-07 01:37:15 +03:00 |
|
sarat.addepalli@gmail.com
|
d0a1229efc
|
Bug 857994, fix compilation on some older GCCs, r=smaug
|
2013-04-07 01:24:27 +03:00 |
|
Guilherme Gonçalves
|
e9c81fccf8
|
Bug 855704 - Log error messages in webspeech. r=smaug
|
2013-04-03 17:43:36 -07:00 |
|
Eitan Isaacson
|
4e35440ec8
|
Bug 525444 - (Part 3/3) Support OOP speech synth. r=smaug
--HG--
rename : content/media/webspeech/synth/moz.build => content/media/webspeech/synth/ipc/test/moz.build
|
2013-04-03 15:13:17 -07:00 |
|
Eitan Isaacson
|
0ef6c563a4
|
Bug 525444 - (Part 2/3) Added speech service API. r=smaug
|
2013-04-03 15:13:17 -07:00 |
|
Eitan Isaacson
|
998738aff3
|
Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug
--HG--
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/moz.build
rename : content/media/webspeech/moz.build => content/media/webspeech/synth/test/moz.build
|
2013-04-03 15:13:16 -07:00 |
|
Eitan Isaacson
|
542d52e905
|
Bug 856370 - Add a Makefile.in in webspeech/recognition and remove webspeech top-level VPATH. r=smaug
--HG--
rename : content/media/webspeech/Makefile.in => content/media/webspeech/recognition/Makefile.in
rename : content/media/webspeech/moz.build => content/media/webspeech/recognition/moz.build
|
2013-04-03 15:13:16 -07:00 |
|
Jan Beich
|
c77be0d798
|
Bug 855728 - Always export FakeSpeechRecognitionService.h. r=gps
|
2013-03-28 15:41:32 -04:00 |
|
Guilherme Goncalves
|
4163245809
|
Bug 650295 - Add tests for speech recognition. r=smaug
|
2013-03-27 14:14:22 -07:00 |
|
Guilherme Goncalves
|
b8efeb2286
|
Bug 650295 - Implement main state machine for speech recognition. r=smaug
|
2013-03-27 14:13:57 -07:00 |
|