Bug 71902 - Web Inspector: Provisionally change StylesSidebarPane section DOM layout to allow media queries
Summary: Web Inspector: Provisionally change StylesSidebarPane section DOM layout to a...
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: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 06:40 PST by Alexander Pavlov (apavlov)
Modified: 2011-11-09 07:27 PST (History)
10 users (show)

See Also:


Attachments
Patch (33.61 KB, patch)
2011-11-09 07:04 PST, Alexander Pavlov (apavlov)
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2011-11-09 06:40:53 PST
Patch to follow.
Comment 1 Alexander Pavlov (apavlov) 2011-11-09 07:04:57 PST
Created attachment 114269 [details]
Patch
Comment 2 Pavel Feldman 2011-11-09 07:11:52 PST
Comment on attachment 114269 [details]
Patch

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

> Source/WebCore/inspector/front-end/StylesSidebarPane.js:896
> +        this.selectorRefElement.appendChild(linkifyUncopyable(this.rule.sourceURL, this.rule.sourceLine));

Should we make it private?
Comment 3 Alexander Pavlov (apavlov) 2011-11-09 07:27:50 PST
Committed r99713: <http://trac.webkit.org/changeset/99713>