зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1003439 - Enable speech synthesis in desktop by default. r=smaug
This commit is contained in:
Родитель
157819bf8d
Коммит
cd16db80bb
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче