> Can I open a .xul file from within my extension, but force it to run > WITHOUT chrome privileges?
You could put it into a <xul:iframe type="content"/>. However, a large number of XUL widgets in a non-chrome environ will break in subtle ways: https://bugzilla.mozilla.org/show_bug.cgi?id=209701 -- "The first step in confirming there is a bug in someone else's work is confirming there are no bugs in your own." -- Alexander J. Vincent, June 30, 2001 _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
