Bug 1003439 - Enable speech synthesis in desktop by default. r=smaug

This commit is contained in:
Eitan Isaacson 2015-11-06 13:12:57 -08:00
Родитель 157819bf8d
Коммит cd16db80bb
2 изменённых файлов: 10 добавлений и 5 удалений

Просмотреть файл

@ -1667,3 +1667,8 @@ pref("dom.serviceWorkers.openWindow.enabled", true);
// by about:newtab. These values are in CSS pixels.
pref("toolkit.pageThumbs.minWidth", 280);
pref("toolkit.pageThumbs.minHeight", 190);
#ifdef NIGHTLY_BUILD
// Enable speech synthesis, only Nightly for now
pref("media.webspeech.synth.enabled", true);
#endif

Просмотреть файл

@ -1041,15 +1041,15 @@ var interfaceNamesInGlobalScope =
// IMPORTANT: Do not change this list without review from a DOM peer!
"SourceBufferList",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisErrorEvent", b2g: true},
{name: "SpeechSynthesisErrorEvent", android: false, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisEvent", b2g: true},
{name: "SpeechSynthesisEvent", android: false, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesis", b2g: true},
{name: "SpeechSynthesis", android: false, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisUtterance", b2g: true},
{name: "SpeechSynthesisUtterance", android: false, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisVoice", b2g: true},
{name: "SpeechSynthesisVoice", android: false, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpecialPowers", xbl: false},
// IMPORTANT: Do not change this list without review from a DOM peer!