Bug 1195683 - Restore "fr" preferences for non-US Yahoo! searchplugins. r=Mossop

This commit is contained in:
Kev Needham 2015-08-18 10:50:00 -04:00
parent f4db1db7b5
commit 2f373b8ad6
4 changed files with 16 additions and 0 deletions

View File

@ -30,6 +30,10 @@ pref("app.update.checkInstallTime.days", 2);
// button. default=4 days
pref("app.update.badgeWaitTime", 345600);
// code usage depends on contracts, please contact the Firefox module owner if you have questions
pref("browser.search.param.yahoo-fr", "moz35");
pref("browser.search.param.yahoo-fr-ja", "mozff");
// Number of usages of the web console or scratchpad.
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 5);

View File

@ -28,6 +28,10 @@ pref("app.update.checkInstallTime.days", 2);
// button. default=immediately
pref("app.update.badgeWaitTime", 0);
// code usage depends on contracts, please contact the Firefox module owner if you have questions
pref("browser.search.param.yahoo-fr", "moz35");
pref("browser.search.param.yahoo-fr-ja", "mozff");
// Number of usages of the web console or scratchpad.
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 5);

View File

@ -27,6 +27,10 @@ pref("app.update.checkInstallTime.days", 63);
// button. default=immediately
pref("app.update.badgeWaitTime", 0);
// code usage depends on contracts, please contact the Firefox module owner if you have questions
pref("browser.search.param.yahoo-fr", "moz35");
pref("browser.search.param.yahoo-fr-ja", "mozff");
// Number of usages of the web console or scratchpad.
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 0);

View File

@ -27,6 +27,10 @@ pref("app.update.checkInstallTime.days", 2);
// button. default=immediately
pref("app.update.badgeWaitTime", 0);
// code usage depends on contracts, please contact the Firefox module owner if you have questions
pref("browser.search.param.yahoo-fr", "moz35");
pref("browser.search.param.yahoo-fr-ja", "mozff");
// Number of usages of the web console or scratchpad.
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 0);