This commit is contained in:
mgalli%geckonnection.com 2005-12-09 18:34:19 +00:00
Родитель d3905ac23a
Коммит 15bc895f81
1 изменённых файлов: 9 добавлений и 2 удалений

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

@ -1081,16 +1081,23 @@ function URLBarEntered()
return true;
}
function PageProxyClickHandler(aEvent) {
document.getElementById("urlbarModeSelector").showPopup(document.getElementById("proxy-deck"),-1,-1,"popup","bottomleft", "topleft");
}
function URLBarFocusHandler(aEvent, aElt)
{
if (gIgnoreFocus)
gIgnoreFocus = false;
else if (gClickSelectsAll)
aElt.select();
gURLBar.setAttribute("open", "true");
gURLBar.showHistoryPopup();
// gURLBar.setAttribute("open", "true");
// gURLBar.showHistoryPopup();
}
function URLBarMouseDownHandler(aEvent, aElt)