Status: Started
Owner: kpreid.switchb.org
Labels: Type-Defect Priority-Medium

New issue 1726 by kpreid.switchb.org: Reorder Proxy get/set trap arguments
http://code.google.com/p/google-caja/issues/detail?id=1726

ES5/3 Proxy gives get and set traps the arguments (name[, value], proxy), but the de-facto standard in Firefox and Chrome (and as documented at <http://wiki.ecmascript.org/doku.php?id=harmony:proxies>) is (proxy, name[, value]).

In the long run this is moot because ES6 will likely use either “direct proxies” <http://wiki.ecmascript.org/doku.php?id=harmony:direct_proxies> or “notification proxies”, but for now this is causing us unnecessary complexity.

Change ES5/3 to match the de-facto standard order and update the third_party proxy test suite to a newer version.

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