Enable one-off search buttons in the URL bar on all channels (bug 1344929). r=adw draft
authorPanos Astithas <past@mozilla.com>
Tue, 04 Apr 2017 16:03:43 +0300
changeset 555538 b448b15a89a4f6743be25e57ff30093070209406
parent 555511 891981e67948aaebf7a63bba5181ef0a538ce163
child 622624 a62e174d6970ca275b3a695fb21e1b1c16a6b260
push id52256
push userbmo:past@mozilla.com
push dateTue, 04 Apr 2017 13:05:31 +0000
reviewersadw
bugs1344929
milestone55.0a1
Enable one-off search buttons in the URL bar on all channels (bug 1344929). r=adw MozReview-Commit-ID: 8pVvMrneOq7
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -307,21 +307,17 @@ pref("browser.urlbar.maxCharsForSearchSu
 
 // Restrictions to current suggestions can also be applied (intersection).
 // Typed suggestion works only if history is set to true.
 pref("browser.urlbar.suggest.history.onlyTyped",    false);
 
 pref("browser.urlbar.formatting.enabled", true);
 pref("browser.urlbar.trimURLs", true);
 
-#if defined(NIGHTLY_BUILD)
 pref("browser.urlbar.oneOffSearches", true);
-#else
-pref("browser.urlbar.oneOffSearches", false);
-#endif
 
 // If changed to true, copying the entire URL from the location bar will put the
 // human readable (percent-decoded) URL on the clipboard.
 pref("browser.urlbar.decodeURLsOnCopy", false);
 
 pref("browser.altClickSave", false);
 
 // Enable logging downloads operations to the Console.