WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109872
Inspector doesn't show rules from pluginsStyleSheet
https://bugs.webkit.org/show_bug.cgi?id=109872
Summary
Inspector doesn't show rules from pluginsStyleSheet
Dean Jackson
Reported
2013-02-14 16:06:09 PST
The inspector doesn't collect the rules from the plugins style sheet.
Attachments
Patch
(1.93 KB, patch)
2013-02-14 16:09 PST
,
Dean Jackson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-02-14 16:06:49 PST
<
rdar://problem/13220679
>
Dean Jackson
Comment 2
2013-02-14 16:09:19 PST
Created
attachment 188446
[details]
Patch
Darin Adler
Comment 3
2013-02-14 16:44:28 PST
Comment on
attachment 188446
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=188446&action=review
> Source/WebCore/css/InspectorCSSOMWrappers.cpp:127 > + collectFromStyleSheetContents(m_styleSheetCSSOMWrapperSet, CSSDefaultStyleSheets::plugInsStyleSheet);
No #ifdef needed?
Dean Jackson
Comment 4
2013-02-14 17:13:37 PST
Comment on
attachment 188446
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=188446&action=review
>> Source/WebCore/css/InspectorCSSOMWrappers.cpp:127 >> + collectFromStyleSheetContents(m_styleSheetCSSOMWrapperSet, CSSDefaultStyleSheets::plugInsStyleSheet); > > No #ifdef needed?
Nope - these default stylesheets are always around (although possibly empty, and can have different content on different ports thanks to #ifdefs in CSSDefaultStyleSheets::ensureDefaultStyleSheetsForElement).
Dean Jackson
Comment 5
2013-02-14 17:22:15 PST
Committed
r142944
: <
http://trac.webkit.org/changeset/142944
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug