Bug 169826 - Port patch from bug 164006 to Firefox (wyciwyg: in tab titles). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa

This commit is contained in:
mozilla.mano@sent.com 2007-08-21 22:00:11 -07:00
parent 95886e3e51
commit 13da724781

View File

@ -621,8 +621,6 @@
// Update the URL bar.
var loc = this.mCurrentBrowser.currentURI;
if (!loc)
loc = ({ spec: "" });
var webProgress = this.mCurrentBrowser.webProgress;
var securityUI = this.mCurrentBrowser.securityUI;
@ -852,7 +850,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) {