Comment #9 on issue 2217 by [email protected]: HTML extensions to String.prototype shouldn’t escape ', < and > in argument values; only "
http://code.google.com/p/v8/issues/detail?id=2217
For now I'm very hesitant to arbitrarily change V8's behavior when the difference to other browsers is intended (due to security)
Note that this patch doesn’t affect security at all. It only removes some pointless operations.
I will land this change as soon as that is the case, then.
Fair enough. Thank you! -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
