Initial commit of alternate stylesheet support in Firebird.

This commit is contained in:
hyatt%mozilla.org 2007-08-22 04:59:14 +00:00
Родитель fe6f389215
Коммит 5f8052845f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -401,6 +401,10 @@
if (updatePageReport)
this.mCurrentBrowser.updatePageReport();
var event = document.createEvent("Events");
event.initEvent("DOMUpdatePageTheme", true, true);
this.dispatchEvent(event);
// Update the URL bar.
var loc = this.mCurrentBrowser.currentURI;
if (!loc)