Updates:
        Status: Fixed

Comment #2 on issue 563 by [email protected]: Domita doesn't always validate the types of values it returns from DOM objects
http://code.google.com/p/google-caja/issues/detail?id=563

Looking at domado.js, I now see patterns like:

    TameXMLHttpRequest.prototype.getAllResponseHeaders =
        amplifying(function(privates) {
      var result = privates.feral.getAllResponseHeaders();
      return (result === undefined || result === null) ?
        result : String(result);
    });

I believe our code is far better now. Closing this issue as 'Fixed'.

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