Bug 169826: minor tweaks to tabbrowser code (port fixes from bug 164006 to Firefox), r=mconnor

This commit is contained in:
gavin@gavinsharp.com 2007-08-21 22:02:16 -07:00
Родитель 1008c955b1
Коммит 588f90846f
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -688,8 +688,6 @@
// Update the URL bar.
var loc = this.mCurrentBrowser.currentURI;
if (!loc)
loc = ({ spec: "" });
var webProgress = this.mCurrentBrowser.webProgress;
var securityUI = this.mCurrentBrowser.securityUI;
@ -912,7 +910,7 @@
<![CDATA[
var browser = this.getBrowserForTab(aTab);
var crop = "end";
var title = browser.contentDocument.title;
var title = browser.contentTitle;
if (!title) {
if (browser.currentURI.spec) {