зеркало из https://github.com/mozilla/gecko-dev.git
Bug 169826: minor tweaks to tabbrowser code (port fixes from bug 164006 to Firefox), r=mconnor
This commit is contained in:
Родитель
1008c955b1
Коммит
588f90846f
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче