Bug 86751 - Web Inspector: implement Go To selector for stylesheet files.
Summary: Web Inspector: implement Go To selector for stylesheet files.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 10:32 PDT by Pavel Feldman
Modified: 2012-05-17 10:51 PDT (History)
10 users (show)

See Also:


Attachments
Patch (15.11 KB, patch)
2012-05-17 10:36 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>