Updates:
        Labels: -Type-Defect -Component-Other Type-Enhancement Component-CajaJS

Comment #1 on issue 1887 by [email protected]: Make feral window configurable
http://code.google.com/p/google-caja/issues/detail?id=1887

Caja tries to be minimal with its use of global namespace; offhand, I believe caja.js defines "caja" and "___", and temporary hooks for <script> callbacks (which are removed when finished).

It would not be possible to remove "___" (though it could be renamed easily enough, or perhaps combined with the "caja" object) because it is used as a hook for DOM event handler attributes set by guest code -- it has to live on the window of the document which contains the guest virtual document.

Is there some other namespace pollution you're concerned about? If so, it might be a bug, or otherwise something we could eliminate or minimize.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to