Re: DOMParser / XUL / Overlay issue in Firefox 4.0 Beta 4(or5)
Boris Zbarsky <[email protected]> Fri, 17 Sep 2010 10:24:39 -0400
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 9/17/10 1:23 AM, George Johnstron wrote: > I’m trying to create a XUL Document from a string using DOMParser > however it fails in Firefox 4.0 Beta 5 (havent tried Beta 4). This > worked fine in Firefox 4.0 Beta 3 as well as 2.x and 3.x. You need to init your parser with a system principal. -Boris