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
Patch (8.19 KB, patch)
2012-03-01 12:41 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-02-27 12:03:41 PST
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
Vsevolod Vlasov
Comment 4 2012-03-02 02:00:19 PST
Note You need to log in before you can comment on or make changes to this bug.