Support titledefault in tabbed browsing.

This commit is contained in:
hyatt@mozilla.org 2007-08-21 21:59:13 -07:00
Родитель 58dace9b1b
Коммит 0417751c3a
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -352,6 +352,9 @@
if (this.docShell.contentViewer)
docTitle = this.contentDocument.title;
if (!docTitle)
docTitle = this.ownerDocument.documentElement.getAttribute("titledefault");
if (docTitle) {
newTitle += this.ownerDocument.documentElement.getAttribute("titlepreface");
newTitle += docTitle;