diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 3add6c2bf6d7..dae0b5212007 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -79,6 +79,14 @@ pref("browser.chrome.show_url_bar", true); pref("browser.chrome.show_security_bar", true); pref("browser.chrome.button_style", 0); +pref("browser.toolbars.showbutton.bookmarks", false); +pref("browser.toolbars.showbutton.go", false); +pref("browser.toolbars.showbutton.home", true); +pref("browser.toolbars.showbutton.mynetscape", true); +pref("browser.toolbars.showbutton.net2phone", true); +pref("browser.toolbars.showbutton.print", true); +pref("browser.toolbars.showbutton.search", true); + pref("browser.background_option", 0); // DEFAULT_BACKGROUND pref("browser.link_expiration", 9); pref("browser.cache.check_doc_frequency", 0); diff --git a/themes/blue/navigator/navigator.css b/themes/blue/navigator/navigator.css index 4f46810a681c..a619e8f51311 100644 --- a/themes/blue/navigator/navigator.css +++ b/themes/blue/navigator/navigator.css @@ -118,12 +118,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { { list-style-image : url("chrome://communicator/skin/document-error.gif"); } - -#go-button - { - display : none; - } - + #nav-bar-inner { padding-left : 6px; @@ -134,7 +129,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-right : 1px; } -#homebutton +#home-button { list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); } diff --git a/themes/classic/communicator/bookmarks/bookmarks.css b/themes/classic/communicator/bookmarks/bookmarks.css index e4bf2cd3ceba..e5d4cb06e2eb 100644 --- a/themes/classic/communicator/bookmarks/bookmarks.css +++ b/themes/classic/communicator/bookmarks/bookmarks.css @@ -30,17 +30,17 @@ /** * Home button **/ - #homebutton + #home-button { list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); } - #homebutton:hover + #home-button:hover { list-style-image : url("chrome://communicator/skin/bookmarks/home-hover.gif"); } - #homebutton:hover:active + #home-button:hover:active { list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif"); } diff --git a/themes/classic/navigator/mac/navigator.css b/themes/classic/navigator/mac/navigator.css index 45dcba7f5b2d..532f8007edba 100644 --- a/themes/classic/navigator/mac/navigator.css +++ b/themes/classic/navigator/mac/navigator.css @@ -193,11 +193,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { min-height : 0px; } -#go-button - { - display : none; - } - #nav-bar-inner { padding-left : 6px; diff --git a/themes/classic/navigator/unix/navigator.css b/themes/classic/navigator/unix/navigator.css index bf0f3b4fcdd8..504dea403994 100644 --- a/themes/classic/navigator/unix/navigator.css +++ b/themes/classic/navigator/unix/navigator.css @@ -170,11 +170,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { min-height : 0px; } -#go-button - { - display : none; - } - #nav-bar-inner { padding-left : 6px; @@ -185,7 +180,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-right : 1px; } -#homebutton +#home-button { list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); } diff --git a/themes/classic/navigator/win/navigator.css b/themes/classic/navigator/win/navigator.css index 78822fec37df..bd6e9181ecdd 100644 --- a/themes/classic/navigator/win/navigator.css +++ b/themes/classic/navigator/win/navigator.css @@ -188,11 +188,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { min-width : 0px; min-height : 0px; } - -#go-button - { - display : none; - } #nav-bar-inner { diff --git a/themes/modern/navigator/navigator.css b/themes/modern/navigator/navigator.css index 4f46810a681c..9a7de4c16718 100644 --- a/themes/modern/navigator/navigator.css +++ b/themes/modern/navigator/navigator.css @@ -119,11 +119,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { list-style-image : url("chrome://communicator/skin/document-error.gif"); } -#go-button - { - display : none; - } - #nav-bar-inner { padding-left : 6px; @@ -134,7 +129,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { margin-right : 1px; } -#homebutton +#home-button { list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); } diff --git a/xpfe/bootstrap/nsAppRunner.cpp b/xpfe/bootstrap/nsAppRunner.cpp index b790202ca7ce..b5701caaa4f9 100644 --- a/xpfe/bootstrap/nsAppRunner.cpp +++ b/xpfe/bootstrap/nsAppRunner.cpp @@ -1070,7 +1070,7 @@ int main(int argc, char* argv[]) #endif // Handle -help and -version command line arguments. - // They should return quick, so we deal with them here. + // They should% return quick, so we deal with them here. if (HandleDumpArguments(argc, argv)) return 0; diff --git a/xpfe/browser/resources/content/navigator.xul b/xpfe/browser/resources/content/navigator.xul index dd529b814a48..95d3380513e9 100644 --- a/xpfe/browser/resources/content/navigator.xul +++ b/xpfe/browser/resources/content/navigator.xul @@ -295,18 +295,19 @@ Contributor(s): ______________________________________. --> -