Re: Xulrunner upgrade from 1.9 to 6.0.2
Rohit Sarpotdar <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <26874880.592.1317111934029.JavaMail.geo-discussion-forums@prec11> |
On Tuesday, 27 September 2011 13:10:06 UTC+5:30, Philipp Wagner wrote: > You have a XULRunner application, that loads XUL from external URLs? Or > are you just using file:// URLs instead of chrome://? Yes they are external http:// urls. > What is the security error? Where do you get the data for the tree view > from? > Error: uncaught exception: [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "chrome://global/content/bindings/tree.xml Line: 0"] This error is displayed! tree gets data from a local var. and that var is parsed from remote url (http://). Rohit