[webkit-reviews] review requested: [Bug 90667] [JSC] HTML extensions to String.prototype should escape " as " in argument values : [Attachment 172746] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 02:35:53 PST 2012


Christophe Dumez <christophe.dumez at intel.com> has asked  for review:
Bug 90667: [JSC] HTML extensions to String.prototype should escape " as &quot;
in argument values
https://bugs.webkit.org/show_bug.cgi?id=90667

Attachment 172746: Patch
https://bugs.webkit.org/attachment.cgi?id=172746&action=review

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
Use replaceWithLiteral() instead of replace() for efficiency (now that the
dependency patch landed).

Any feedback on this patch?


More information about the webkit-reviews mailing list