Hi,
I need to have minimal runtime for remote xul applications. Requirements are:
1. Minimal size / memory using
2. Win32 and X11 support (may be different applications for Win32/MFC and X11/GTK)
3. Simplest installation (only copy folder with minimal fileset)
4. Using my own basic http authentication mechanism instead of standart Mozilla window for entering and saving login/password. Authentication mechanism need support for entering as another user without restarting runtime and reporting for unsuccessfull authentication based on SOAP Fault message or Web server error message.
5. SOAP support
6. Printng support (where can I find printing and preview example with JS?)
7. Debugging support for dump() function and JS errors as same manner (in log file or in additional window). How can I propertly install JSConsole? How can I call it from my xul application?
8. Simple ini/xml for storing local settings (urls for xul remote app pages and web services urls, which I need to use in JS loaded from remote server)
9. No restrictions for local files / remote servers access
XULRuner is not quite for this tasks. Is there are any other solutions for this tasks?
Need I use MFCEmbed or GTKEmbed examples as base for my own runtime application? How can I resolve problems described above in this case?
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding
