getCssRules() on nsIDOMCSSStyleSheet fail
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <d18f88e9-b8e8-4e52-9dc2-b57f8dd9335d@y38g2000prg.googlegroups.com> |
I am currently getting 0x805303e8 error with the methods on nsIDOMCSSStyleSheet. It looks like security related. My app embeds XULRunner in Java and calls it via Java XPCOM. The app used to work with beta version of XULRunner 1.9. I decided to upgrade it to 1.9.0.5 and now this error. Here is my post about a year ago on related issue - basically the same call failed with 1.8 (error 0x80004005) but got fixed with beta version of 1.9 at the time. However the released version somehow reverted that. http://groups.google.com/group/mozilla.dev.tech.dom/browse_thread/thread/1535df0f5985cebd/85165998443fbd26?lnk=gst&q=fchen8#85165998443fbd26 Does anyone know how to work around this? Many thanks. Feng