Gilt das auch für @namespace url(http://www.w3.org/1999/xhtml); in der userContent.css?
Und muss man auch alles mit xul in xhtml ändern?
Beispiel:
if (location != 'chrome://downloads_window/content/downloadsWindow.xul')
ändern in
if (location != 'chrome://downloads_window/content/downloadsWindow.xhtml')?