Bug 70695 - Web Inspector: make DataGrid a view
Summary: Web Inspector: make DataGrid a view
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 08:13 PDT by Pavel Feldman
Modified: 2011-10-24 02:24 PDT (History)
10 users (show)

See Also:


Attachments
Patch (21.82 KB, patch)
2011-10-23 08:17 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>