With all the buzz last week and this about frameworks being Adobe AIR
compatible.
I am wondering if the Prototype Team has tested Prototype with AIR's
new security model.

I know prototype uses eval(), 3 times:

String.toJSON(); // should be ok in AIR
Ajax.Request.evalResponse(); //could choke if not JSON
Selector.compileMatcher(); //should will choke on AIR

Also I noticed some frameworks like jQuery had to adjust their browser
sniffing code for safari to include something like: !/adobeair/
i.test(userAgent)

More info about the AIR security model:
http://labs.adobe.com/wiki/index.php/AIR:HTML_Security_FAQ

You might use Ext's air-adapter js and as a guide because it modifies
DOMQuery's compile method to avoid the use of eval().

-JD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to