[webkit-reviews] review granted: [Bug 53162] Web Inspector:=?UTF-8?Q?=20visualize=20=5Cn=20in=20strings=20as=20=E2=86=B5=20in=20stack=20variables=20sidebar?=. : [Attachment 80197] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 09:03:30 PST 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 53162: Web Inspector: visualize \n in strings as ↵ in stack variables
sidebar.
https://bugs.webkit.org/show_bug.cgi?id=53162

Attachment 80197: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=80197&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=80197&action=review

> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:186
> +	       description = description.replace(/\n/g, "\u21B5");

A short comment would be helpful here.


More information about the webkit-reviews mailing list