bug 329601, remove link from throbber, r,a=mconnor
This commit is contained in:
Родитель
a090268925
Коммит
a5c8dcb0ac
|
@ -356,7 +356,6 @@ pref("profile.allow_automigration", false); // setting to false bypasses autom
|
|||
|
||||
// Customizable toolbar stuff
|
||||
pref("custtoolbar.personal_toolbar_folder", "");
|
||||
pref("browser.throbber.url","chrome://browser-region/locale/region.properties");
|
||||
|
||||
// pref to control the alert notification
|
||||
pref("alerts.slideIncrement", 1);
|
||||
|
|
|
@ -290,10 +290,7 @@
|
|||
tooltiptext="&printButton.tooltip;"/>
|
||||
|
||||
<toolbaritem id="throbber-box" title="&throbberItem.title;" align="center" pack="center">
|
||||
<button id="navigator-throbber"
|
||||
oncommand="goClickThrobber('browser.throbber.url', event)"
|
||||
onclick="checkForMiddleClick(this, event);"
|
||||
tooltiptext="&throbber.tooltip;"/>
|
||||
<button id="navigator-throbber" disabled="true"/>
|
||||
</toolbaritem>
|
||||
|
||||
#ifdef MOZ_PLACES
|
||||
|
|
|
@ -65,25 +65,6 @@ function goToggleToolbar( id, elementID )
|
|||
}
|
||||
}
|
||||
|
||||
// urlPref: lets each application have its own throbber URL. example: "messenger.throbber.url"
|
||||
// event: lets shift+click open it in a new window, etc.
|
||||
function goClickThrobber( urlPref, e )
|
||||
{
|
||||
var url;
|
||||
try {
|
||||
var pref = Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.getService(Components.interfaces.nsIPrefBranch);
|
||||
url = pref.getComplexValue(urlPref, Components.interfaces.nsIPrefLocalizedString).data;
|
||||
}
|
||||
|
||||
catch(e) {
|
||||
url = null;
|
||||
}
|
||||
|
||||
if ( url )
|
||||
openUILink(url, e);
|
||||
}
|
||||
|
||||
function getTopWin()
|
||||
{
|
||||
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].getService();
|
||||
|
|
|
@ -7,7 +7,6 @@ releaseNotesURL=http://www.mozilla.org/products/firefox/releases/%S.html
|
|||
|
||||
# firefox.js
|
||||
browser.startup.homepage=http://start.mozilla.org/firefox
|
||||
browser.throbber.url=http://www.mozilla.org/products/firefox/central.html
|
||||
|
||||
# Search engine order (order displayed in the search bar dropdown)s
|
||||
browser.search.order.1=Google
|
||||
|
|
|
@ -93,8 +93,6 @@
|
|||
<!ENTITY bookmarksItem.title "Bookmarks">
|
||||
<!ENTITY updatesItem.title "Updates">
|
||||
|
||||
<!ENTITY throbber.tooltip "Go to the &brandShortName; home page">
|
||||
|
||||
<!ENTITY proxyIcon.tooltip "Drag and drop this icon to create a link to this page">
|
||||
|
||||
<!-- Toolbar items -->
|
||||
|
|
|
@ -46,7 +46,6 @@ pref("mail.biff.animate_dock_icon", false);
|
|||
#endif
|
||||
|
||||
pref("update.app.enabled", true); // Whether or not app updates are enabled
|
||||
pref("update.app.url", "chrome://mozapps/locale/update/update.properties");
|
||||
pref("update.extensions.enabled", true);
|
||||
|
||||
// App-specific update preferences
|
||||
|
@ -449,8 +448,6 @@ pref("sidebar.num_tabs_in_view", 8);
|
|||
// 4 = hindinumeralBidi
|
||||
pref("bidi.numeral", 1);
|
||||
|
||||
pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
|
||||
|
||||
// prefs to control the mail alert notification
|
||||
pref("alerts.slideIncrementTime", 50);
|
||||
pref("alerts.totalOpenTime", 3000);
|
||||
|
|
Загрузка…
Ссылка в новой задаче