Bug 101732

Summary: Web Inspector: [Canvas] render canvas log as a grid.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: aandrey, apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

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.