[webkit-reviews] review granted: [Bug 73438] Web Inspector: Display of data URIs cumbersome in the Elements panel : [Attachment 117185] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 07:05:38 PST 2011


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 73438: Web Inspector: Display of data URIs cumbersome in the Elements panel
https://bugs.webkit.org/show_bug.cgi?id=73438

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=117185&action=review


> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:1476
> +		   if (value.indexOf("data:") === 0) {

Could we just use trimMiddle(60) for the sake of simplicity?


More information about the webkit-reviews mailing list