Bug 55131 - Web Inspector: move querySelectorAll from CSS agent to DOM agent where it belongs.
Summary: Web Inspector: move querySelectorAll from CSS agent to DOM agent where it bel...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 04:06 PST by Pavel Feldman
Modified: 2011-02-24 09:54 PST (History)
10 users (show)

See Also:


Attachments
Patch (15.56 KB, patch)
2011-02-24 05:18 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff
Patch (15.25 KB, patch)
2011-02-24 07:38 PST, 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-02-24 04:06:56 PST
Patch to follow.
Comment 1 Pavel Feldman 2011-02-24 05:18:41 PST
Created attachment 83638 [details]
Patch
Comment 2 Pavel Feldman 2011-02-24 07:38:06 PST
Created attachment 83655 [details]
Patch
Comment 3 Yury Semikhatsky 2011-02-24 08:54:11 PST
Comment on attachment 83655 [details]
Patch

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

> LayoutTests/inspector/elements/dom-agent-query-selector.html:32
> +                    InspectorTest.addResult("number of selected nodes: " + nodeIds.length);

Should we print the ids here?
Comment 4 Pavel Feldman 2011-02-24 09:54:19 PST
Committed r79583: <http://trac.webkit.org/changeset/79583>