WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
79691
Web Inspector: [InspectorIndexedDB] Show meaningful description for object store items values.
https://bugs.webkit.org/show_bug.cgi?id=79691
Summary
Web Inspector: [InspectorIndexedDB] Show meaningful description for object st...
Vsevolod Vlasov
Reported
2012-02-27 12:02:17 PST
Show meaningful description for object store items values.
Attachments
Patch
(4.90 KB, patch)
2012-02-27 12:03 PST
,
Vsevolod Vlasov
no flags
Details
Formatted Diff
Diff
Patch
(8.19 KB, patch)
2012-03-01 12:41 PST
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2012-02-27 12:03:41 PST
Created
attachment 129081
[details]
Patch
Pavel Feldman
Comment 2
2012-02-28 09:51:28 PST
Comment on
attachment 129081
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=129081&action=review
> Source/WebCore/inspector/front-end/IndexedDBViews.js:349 > + span.appendChild(document.createTextNode("\"" + value.description + "\""));
Appending blob will kill the renderer.
> Source/WebCore/inspector/front-end/IndexedDBViews.js:352 > + default:
What about the number, null, undefined?
Vsevolod Vlasov
Comment 3
2012-03-01 12:41:53 PST
Created
attachment 129733
[details]
Patch
Vsevolod Vlasov
Comment 4
2012-03-02 02:00:19 PST
Committed
r109536
: <
http://trac.webkit.org/changeset/109536
>
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