Comment #2 on issue 1785 by [email protected]: Support top-level eval() in ES5 mode
http://code.google.com/p/google-caja/issues/detail?id=1785

An exit criterion for this bug is that, in some jQuery, the following:

<script>
  var x = $('\u003c script \u003e alert(1); \u003c /script \u003e');
  $(document.body).append(x[0]);
</script>

actually alert()-s 1. This means that jQuery's globalEval() actually works.

--
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