Comment #3 on issue 4221 by [email protected]: Unchecked use of String.prototype.replace in HtmlEscape (string.js)
https://code.google.com/p/v8/issues/detail?id=4221#c3

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/81f2c4404795146924f94c5858c31873eaeac976

commit 81f2c4404795146924f94c5858c31873eaeac976
Author: arv <[email protected]>
Date: Mon Jun 22 21:55:41 2015

Fix HTML string methods to not depend on replace method

Before this we were using String.prototype.replace. Now
we call the internal StringReplace instead.

BUG=v8:4221
LOG=N
R=adamk, littledan
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1199933005

Cr-Commit-Position: refs/heads/master@{#29206}

[modify] http://crrev.com/81f2c4404795146924f94c5858c31873eaeac976/src/string.js [modify] http://crrev.com/81f2c4404795146924f94c5858c31873eaeac976/test/mjsunit/es6/string-html.js


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

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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/d/optout.

Reply via email to