Bug 21422 - Resources panel should support searches like "#123" for line number
Summary: Resources panel should support searches like "#123" for line number
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Timothy Hatcher
URL: http://getfirebug.com/js.html
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 17:51 PDT by Timothy Hatcher
Modified: 2008-10-07 14:13 PDT (History)
3 users (show)

See Also:


Attachments
Proposed patch (5.73 KB, patch)
2008-10-06 22:44 PDT, Timothy Hatcher
darin: 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 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.