Dave Cline wrote:
Tribe,It's just a Java package namespace, don't worry. Think of it as legacy from the pre-Mozilla (as in mozilla.org, not the user-agent token and product nickname that go back to the dawn of Netscape) past. Oh, and don't worry either that it's no longer implemented as a Java package namespace ;-).
Should I be using:
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
for enabling cross domain document retrieval (using the XmlHttpRequest
object) with Mozilla?
I've been developing with Netscape 7 and it works just fine. But should I be
setting this privilege for Mozilla 1.2 beta to achieve the same results? It
would seem odd to be using the "netscape" word with Mozilla proper.
/be
