Bug 8804 - Inspector should support searching by Xpath query
Summary: Inspector should support searching by Xpath query
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 00:36 PDT by Timothy Hatcher
Modified: 2006-05-09 00:43 PDT (History)
0 users

See Also:


Attachments
Adds Xpath searching (4.57 KB, patch)
2006-05-09 00:39 PDT, Timothy Hatcher
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2006-05-09 00:36:39 PDT
A search that begins with a / should perform an Xpath query for nodes.
Comment 1 Timothy Hatcher 2006-05-09 00:39:05 PDT
Created attachment 8182 [details]
Adds Xpath searching

Any search that starts with a / will be parsed an an Xpath.
Comment 2 Anders Carlsson 2006-05-09 00:41:39 PDT
Comment on attachment 8182 [details]
Adds Xpath searching

r=me
Comment 3 Timothy Hatcher 2006-05-09 00:43:40 PDT
Landed in r14252.