RESOLVED FIXED 101732
Web Inspector: [Canvas] render canvas log as a grid.
https://bugs.webkit.org/show_bug.cgi?id=101732
Summary Web Inspector: [Canvas] render canvas log as a grid.
Pavel Feldman
Reported 2012-11-09 02:19:24 PST
Simple UI tweak.
Attachments
Patch (13.01 KB, patch)
2012-11-09 02:20 PST, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-11-09 02:20:56 PST
Andrey Adaikin
Comment 2 2012-11-09 02:26:49 PST
Comment on attachment 173247 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=173247&action=review > Source/WebCore/inspector/front-end/CanvasProfileView.js:270 > + var fragment = document.createDocumentFragment(); this is not used > Source/WebCore/inspector/front-end/CanvasProfileView.js:274 > + var lastNode = this.rootNode().children[calls.length - 1]; can lastNode be NULL? (there used to be a NULL check here)
Pavel Feldman
Comment 3 2012-11-09 03:34:31 PST
Note You need to log in before you can comment on or make changes to this bug.