WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73438
Web Inspector: Display of data URIs cumbersome in the Elements panel
https://bugs.webkit.org/show_bug.cgi?id=73438
Summary
Web Inspector: Display of data URIs cumbersome in the Elements panel
Alexander Pavlov (apavlov)
Reported
2011-11-30 05:58:21 PST
Not so much a bug, but a major inconvenience. When viewing a page with many images that use data URIs for src attribute. The inspector becomes swamped with completely human unreadable data URIs making it hard to see the page structure. Would be good if there was an option to only show the start of the URI eg src="data:image/png;base64, ....." Upstreaming
http://code.google.com/p/chromium/issues/detail?id=105707
Attachments
Patch
(2.34 KB, patch)
2011-11-30 06:57 PST
,
Alexander Pavlov (apavlov)
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2011-11-30 06:57:55 PST
Created
attachment 117185
[details]
Patch
Pavel Feldman
Comment 2
2011-11-30 07:05:39 PST
Comment on
attachment 117185
[details]
Patch 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?
Alexander Pavlov (apavlov)
Comment 3
2011-11-30 07:14:28 PST
Committed
r101510
: <
http://trac.webkit.org/changeset/101510
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug