WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug