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+
Pavel Feldman
Comment 1 2012-04-19 05:44:04 PDT
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
Note You need to log in before you can comment on or make changes to this bug.