Support titledefault in tabbed browsing.

This commit is contained in:
hyatt%mozilla.org 2007-08-22 04:59:13 +00:00
Родитель 85ccdc7562
Коммит fe6f389215
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;