I'm looking into porting to Chrome an AJAX-oriented application that I have running in FireFox.
The application makes a (non malicious) cross-domain XMLHttpRequest which is possible in FireFox using Mozilla's netscape.security.PrivilegeManager API. Is there a similar security framework in Chrome (accessible either programmatically via JavaScript or through browser-level configurations) that would allow me to perform this as well as other "outside-the-sandbox" actions? --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
