Comment #2 on issue 4224 by [email protected]: Unchecked use of String.prototype.charCodeAt in encode/decodeURI functions
https://code.google.com/p/v8/issues/detail?id=4224#c2

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

commit b5adc2f6b41e0f21db5b39ccaf6c4c487e29eda5
Author: arv <[email protected]>
Date: Mon Jun 22 23:43:14 2015

Remove usage of S.p.charCodeAt from uri.js

We were using both String.prototype.charCodeAt and
String.prototype.charAt.

BUG=v8:4224
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/1204483003

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

[modify] http://crrev.com/b5adc2f6b41e0f21db5b39ccaf6c4c487e29eda5/src/uri.js [modify] http://crrev.com/b5adc2f6b41e0f21db5b39ccaf6c4c487e29eda5/test/mjsunit/uri.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