Cookie and Window management in XUL-runner SDK
dNafigator <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <7d48088c-4bd8-46fc-aec9-16e8d7ffd4f4@q12g2000yqj.googlegroups.com> |
Hello, developers! I've been develoing application using XUL-runner SDK (under Windows, if it matters) All worked great until a new features have been added: 1. Native mozilla window management using nsIWindowCreator the application simply crashes at XRE_TermEmbedding. How do I find out what hasn't been released? 2. The new application requires cookies. How do I implement this stuff? What should I read? Thanks in advance