xml - firefox crash when have xul overlay with 2 xmlns properties -
firefox crashing when run empty addon code, when removing 1 'xmlns' property avoid crash
<?xml version="1.0"?> <overlay xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> </overlay>
how can fix it? or how can use html tags without 'xmlns:html'?
Comments
Post a Comment