Bug 56941

Summary: Web Inspector: fix reveal line in formatted script.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch.
none
Patch. pfeldman: review+

Description Pavel Podivilov 2011-03-23 11:29:55 PDT
Web Inspector: fix reveal line in formatted script.

Replace Panel's showSourceLine method with showAnchorLocation method. This is needed to highlight correct line in formatted script.
This will also allow creating anchor for console messages in anonymous scripts.
Comment 1 Pavel Podivilov 2011-03-23 11:30:29 PDT
Created attachment 86649 [details]
Patch.
Comment 2 Pavel Podivilov 2011-03-23 11:33:38 PDT
Created attachment 86651 [details]
Patch.
Comment 3 Pavel Podivilov 2011-04-01 08:26:42 PDT
Committed r82685: <http://trac.webkit.org/changeset/82685>