Add the pref for a hidden window. Code that uses the pref is not landed yet. It's waiting for drivers approval.

This commit is contained in:
hyatt%mozilla.org 2003-08-11 06:54:55 +00:00
parent ed5f1b0f43
commit 070c35f7fe
3 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
// pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
pref("browser.chromeURL","chrome://browser/content/");
pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindow.xul");
pref("keyword.enabled", true);
pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=");

View File

@ -40,6 +40,7 @@
// pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
pref("browser.chromeURL","chrome://browser/content/");
pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindow.xul");
pref("keyword.enabled", true);
pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=");

View File

@ -991,7 +991,6 @@
onfocus="URLBarFocusHandler(event, this);"
onmousedown="URLBarMouseDownHandler(event, this);"
onclick="URLBarClickHandler(event, this);"
ondblclick="URLBarDblClickHandler(event, this);"
ontextentered="return handleSearchBarCommand(param);"
persist="searchmode,autocompletesearchparam">
<image id="search-proxy-button" popup="SearchBarPopup"/>