mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
bug 318639, clean up region.properties, r=mconnor
This commit is contained in:
parent
4522313b00
commit
506b972b1c
@ -4260,8 +4260,9 @@ var gHomeButton = {
|
||||
|
||||
// use this if we can't find the pref
|
||||
if (!url) {
|
||||
var navigatorRegionBundle = document.getElementById("bundle_browser_region");
|
||||
url = navigatorRegionBundle.getString("homePageDefault");
|
||||
var SBS = Cc["@mozilla.org/intl/stringbundle;1"].getService(Ci.nsIStringBundleService);
|
||||
var configBundle = SBS.getBundle("resource:/browserconfig.properties");
|
||||
url = configBundle.getString(this.prefDomain);
|
||||
}
|
||||
|
||||
return url;
|
||||
|
@ -1,29 +1,18 @@
|
||||
general.useragent.contentlocale=US
|
||||
releaseNotesURL=http://www.mozilla.com/firefox/releases/%S.html
|
||||
|
||||
homePageDefault=http://start.mozilla.org/firefox
|
||||
fallbackDefaultSearchURL=http://www.google.com/search?&q=
|
||||
|
||||
releaseNotesURL=http://www.mozilla.org/products/firefox/releases/%S.html
|
||||
|
||||
# firefox.js
|
||||
browser.startup.homepage=http://start.mozilla.org/firefox
|
||||
# Default search engine
|
||||
browser.search.defaultenginename=Google
|
||||
|
||||
# Search engine order (order displayed in the search bar dropdown)s
|
||||
browser.search.order.1=Google
|
||||
browser.search.order.2=Yahoo
|
||||
|
||||
#config.js
|
||||
startup.homepage_override_url=http://www.mozilla.org/products/firefox/releases/whatsnew/
|
||||
searchEnginesURL=https://addons.mozilla.org/search-engines.php
|
||||
|
||||
# Default search engine
|
||||
browser.search.defaultenginename=Google
|
||||
# This page gets displayed on first start and update
|
||||
startup.homepage_override_url=http://www.mozilla.com/firefox/releases/whatsnew/
|
||||
|
||||
# update notifications: new update page
|
||||
update_notifications.provider.0.datasource=
|
||||
|
||||
searchEnginesURL=http://www.mozilla.org/products/firefox/add-engines.html
|
||||
feedLiveBookmarkInfoURL=http://www.mozilla.org/products/firefox/live-bookmarks
|
||||
|
||||
# This is the fallback URL for release notes. Do not change this
|
||||
# unless you are providing localized release notes!
|
||||
app.update.url.details=http://www.mozilla.org/products/firefox/releases/
|
||||
app.update.url.details=http://www.mozilla.com/firefox/releases/
|
||||
|
Loading…
x
Reference in New Issue
Block a user