Bug 609516 - [regression] Urls in the history panel are missing [r=mbrubeck,mfinkle]

This commit is contained in:
Vivien Nicolas 2010-11-04 19:42:07 +01:00
parent b39061b01a
commit 18e66d7307
2 changed files with 4 additions and 2 deletions

View File

@ -1288,6 +1288,7 @@
} else {
child.setAttribute("class", "history-item");
child.setAttribute("url", aItem.uri);
child.setAttribute("subtitle", aItem.uri);
child.setAttribute("src", aItem.icon);
}
@ -1382,6 +1383,7 @@
} else {
child.setAttribute("class", "remotetabs-item");
child.setAttribute("url", aItem.uri);
child.setAttribute("subtitle", aItem.uri);
child.setAttribute("src", aItem.icon);
}

View File

@ -609,6 +609,7 @@ var BrowserUI = {
if (this.isAutoCompleteOpen())
return;
this.hidePanel();
this._hidePopup();
this.activePanel = AllPagesList;
},
@ -1017,7 +1018,6 @@ var BrowserUI = {
this.goToURI();
break;
case "cmd_openLocation":
this.hidePanel();
this.showAutoComplete();
break;
case "cmd_star":