Bug 17602 - Personal stylesheet shows in inspector as an inline stylesheet
Summary: Personal stylesheet shows in inspector as an inline stylesheet
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-02-29 02:57 PST by Matt Lilek
Modified: 2008-05-28 15:27 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (22.69 KB, patch)
2008-05-27 11:55 PDT, Anthony Ricaud
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-02-29 02:57:51 PST
If you have a personal stylesheet set, it will show up in the inspector's sidebar as an inline stylesheet.  It should be classified as a non-editable UA sheet.
Comment 1 Anthony Ricaud 2008-05-27 11:55:18 PDT
Created attachment 21364 [details]
Proposed patch

This patch assumes that user stylesheets are always attached to the document and are the only stylesheets in that case. I hope this is true.
Comment 2 David Kilzer (:ddkilzer) 2008-05-28 06:56:02 PDT
<rdar://problem/5967637>
Comment 3 Matt Lilek 2008-05-28 15:27:14 PDT
Thanks!

Committed revision 34185.