Bug 70695

Summary: Web Inspector: make DataGrid a view
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2011-10-23 08:13:16 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-23 08:17:31 PDT
Created attachment 112112 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-24 01:35:20 PDT
Comment on attachment 112112 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=112112&action=review

> Source/WebCore/inspector/front-end/DatabaseQueryView.js:173
> +    _appendViewQueryResult: function(query, view)

Why not annotate parameters here?
Comment 3 Pavel Feldman 2011-10-24 02:24:32 PDT
Committed r98225: <http://trac.webkit.org/changeset/98225>