WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 84331
Web Inspector: introduce styles panel as an experiment
https://bugs.webkit.org/show_bug.cgi?id=84331
Summary
Web Inspector: introduce styles panel as an experiment
Pavel Feldman
Reported
2012-04-19 05:40:46 PDT
This change introduces new "Styles" panel that looks like the "Scripts" one, but operates only stylesheets. This is happening under the experimental flag.
Attachments
Patch
(25.74 KB, patch)
2012-04-19 05:44 PDT
,
Pavel Feldman
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-04-19 05:44:04 PDT
Created
attachment 137885
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-04-19 08:13:54 PDT
Comment on
attachment 137885
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=137885&action=review
> Source/WebCore/inspector/front-end/StylesPanel.js:51 > + this._navigatorView = this._navigator.view;
Is this field needed?
> Source/WebCore/inspector/front-end/StylesPanel.js:69 > +
Please remove this line.
> Source/WebCore/inspector/front-end/StylesPanel.js:154 > + var sourceFrame = this._showFile(uiSourceCode);
_showFile does not return anything. Did you mean: this._showFile(uiSourceCode); var sourceFrame = this._sourceFramesForResource.get(uiSourceCode);
Pavel Feldman
Comment 3
2012-04-19 09:20:16 PDT
Committed
r114637
: <
http://trac.webkit.org/changeset/114637
>
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