Bug 57701 - Web Inspector: we should be able to have in and out arguments of a command with same name.
Summary: Web Inspector: we should be able to have in and out arguments of a command wi...
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-02 00:40 PDT by Ilya Tikhonovsky
Modified: 2011-04-02 00:48 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (3.84 KB, patch)
2011-04-02 00:43 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-04-02 00:40:20 PDT
see querySelector.

            {
                "name": "querySelector",
                "parameters": [
                    { "name": "nodeId", "type": "integer", "description": "Id of the node to query upon." },
                    { "name": "selectors", "type": "string", "description": "Selector string." },
                ],
                "returns": [
                    { "name": "nodeId", "type": "integer", "description": "Query selector result." }
                ],
                "description": "Executes <code>querySelector</code> on a given node. Setting <code>documentWide</code> to true starts selecting from the document node."
            },
Comment 1 Ilya Tikhonovsky 2011-04-02 00:43:01 PDT
Created attachment 87971 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-04-02 00:48:39 PDT
Comment on attachment 87971 [details]
[patch] initial version

Clearing flags on attachment: 87971

Committed r82769: <http://trac.webkit.org/changeset/82769>
Comment 3 Ilya Tikhonovsky 2011-04-02 00:48:46 PDT
All reviewed patches have been landed.  Closing bug.