RESOLVED FIXED 57701
Web Inspector: we should be able to have in and out arguments of a command with same name.
https://bugs.webkit.org/show_bug.cgi?id=57701
Summary Web Inspector: we should be able to have in and out arguments of a command wi...
Ilya Tikhonovsky
Reported 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." },
Attachments
[patch] initial version (3.84 KB, patch)
2011-04-02 00:43 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-04-02 00:43:01 PDT
Created attachment 87971 [details] [patch] initial version
Ilya Tikhonovsky
Comment 2 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>
Ilya Tikhonovsky
Comment 3 2011-04-02 00:48:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.