Bug 1268633 - Let speech synthesis ride the trains. r?smaug draft
authorEitan Isaacson <eitan@monotonous.org>
Thu, 02 Jun 2016 10:30:46 -0700
changeset 374507 73f878a181a8ab6582d5be7d9202dc503ef1fc25
parent 374456 92e0c73391e71a400e2c6674bca5ca70804ab081
child 522653 7c470a893f49daa13c7520f221ccce53789ecdbc
push id20044
push userbmo:eitan@monotonous.org
push dateThu, 02 Jun 2016 17:31:21 +0000
reviewerssmaug
bugs1268633
milestone49.0a1
Bug 1268633 - Let speech synthesis ride the trains. r?smaug MozReview-Commit-ID: FslNX4OSO6a
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1396,20 +1396,18 @@ pref("dom.webnotifications.serviceworker
 pref("dom.push.enabled", true);
 
 // These are the thumbnail width/height set in about:newtab.
 // If you change this, ENSURE IT IS THE SAME SIZE SET
 // 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
+// Enable speech synthesis
 pref("media.webspeech.synth.enabled", true);
-#endif
 
 pref("browser.esedbreader.loglevel", "Error");
 
 pref("browser.laterrun.enabled", false);
 
 // Enable browser frames for use on desktop.  Only exposed to chrome callers.
 pref("dom.mozBrowserFramesEnabled", true);