bug 329601, remove link from throbber, r,a=mconnor

This commit is contained in:
axel%pike.org 2006-06-12 15:01:24 +00:00
Родитель 64132c8e03
Коммит 6a60ce6050
6 изменённых файлов: 1 добавлений и 30 удалений

Просмотреть файл

@ -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);