Bug 21422

Summary: Resources panel should support searches like "#123" for line number
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Enhancement CC: aroben, kmccullough, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://getfirebug.com/js.html
Attachments:
Description Flags
Proposed patch darin: review+

Description Timothy Hatcher 2008-10-06 17:51:34 PDT
This is something Firebug supports. See: http://getfirebug.com/js.html

We should also support "line:123".
Comment 1 Timothy Hatcher 2008-10-06 22:44:18 PDT
Created attachment 24138 [details]
Proposed patch
Comment 2 Darin Adler 2008-10-07 09:46:06 PDT
Comment on attachment 24138 [details]
Proposed patch

+                // Attempt to search for the whole query, just incase it matches a color like "#333".

"in case" should be two words.
Comment 3 Timothy Hatcher 2008-10-07 14:13:22 PDT
Landed in r37389.