Bug 86751

Summary: Web Inspector: implement Go To selector for stylesheet files.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2012-05-17 10:32:15 PDT
StyleSheetOutlineDialog is introduced.
Comment 1 Pavel Feldman 2012-05-17 10:36:00 PDT
Created attachment 142501 [details]
Patch
Comment 2 Yury Semikhatsky 2012-05-17 10:47:26 PDT
Comment on attachment 142501 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=142501&action=review

> Source/WebCore/inspector/front-end/StylesPanel.js:255
> +            callback(0, this._rules.length, 0, this._rules.length);

4th parameter should be 1 here.
Comment 3 Pavel Feldman 2012-05-17 10:51:51 PDT
Committed r117462: <http://trac.webkit.org/changeset/117462>