diff --git a/browser/base/content/urlbarBindings.xml b/browser/base/content/urlbarBindings.xml index d1120d227f3f..d4a0ee642d94 100644 --- a/browser/base/content/urlbarBindings.xml +++ b/browser/base/content/urlbarBindings.xml @@ -1259,84 +1259,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. - - - - - (Components.utils.import("resource://gre/modules/AppConstants.jsm", {})).AppConstants; - - - - - - - - - - - - - - - - diff --git a/browser/components/search/content/search.xml b/browser/components/search/content/search.xml index cdfa2524529a..c8b7d88f9d14 100644 --- a/browser/components/search/content/search.xml +++ b/browser/components/search/content/search.xml @@ -692,8 +692,8 @@ // Initially the panel used for the searchbar (PopupSearchAutoComplete // in browser.xul) is hidden to avoid impacting startup / new // window performance. The base binding's openPopup would normally - // call the overriden openAutocompletePopup in urlbarBindings.xml's - // browser-autocomplete-result-popup binding to unhide the popup, + // call the overriden openAutocompletePopup in + // browser-search-autocomplete-result-popup binding to unhide the popup, // but since we're overriding openPopup we need to unhide the panel // ourselves. popup.hidden = false; @@ -904,7 +904,7 @@ - + @@ -927,6 +927,78 @@ + + (Components.utils.import("resource://gre/modules/AppConstants.jsm", {})).AppConstants; + + + + + + + + + + + + +