RESOLVED FIXED 47346
Web Inspector: add resource viewer to the network panel.
https://bugs.webkit.org/show_bug.cgi?id=47346
Summary Web Inspector: add resource viewer to the network panel.
Pavel Feldman
Reported 2010-10-07 07:05:28 PDT
Patch to follow.
Attachments
[IMAGE] Looks with the patch applied. (62.14 KB, image/png)
2010-10-07 07:06 PDT, Pavel Feldman
no flags
[PATCH] Proposed change. (30.76 KB, patch)
2010-10-07 07:08 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2010-10-07 07:06:44 PDT
Created attachment 70080 [details] [IMAGE] Looks with the patch applied.
Pavel Feldman
Comment 2 2010-10-07 07:08:31 PDT
Created attachment 70081 [details] [PATCH] Proposed change.
WebKit Review Bot
Comment 3 2010-10-07 07:11:20 PDT
Attachment 70081 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebCore/inspector/front-end/networkPanel.css:497: One or more unexpected \r (^M) found; better to use only a \n [whitespace/carriage_return] [1] Suppressing further [whitespace/carriage_return] reports for this file. Total errors found: 77 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yury Semikhatsky
Comment 4 2010-10-08 05:58:14 PDT
Comment on attachment 70081 [details] [PATCH] Proposed change. Please make sure style checker is happy before landing. View in context: https://bugs.webkit.org/attachment.cgi?id=70081&action=review > WebCore/inspector/front-end/DataGrid.js:924 > + var oldPercentLeftColumn = parseFloat(this._headerTableColumnGroup.children[resizer.leftNeighboringColumnID].style.width); > + var oldPercentRightColumn = parseFloat(this._headerTableColumnGroup.children[resizer.rightNeighboringColumnID].style.width); Please remove these two lines. > WebCore/inspector/front-end/NetworkPanel.js:465 > + var timelineColumn = this._dataGrid.columns["timeline"]; this._dataGrid.columns["timeline"]; => this._dataGrid.columns.timeline;
Pavel Feldman
Comment 5 2010-10-08 08:20:03 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/DataGrid.js M WebCore/inspector/front-end/NetworkPanel.js M WebCore/inspector/front-end/TabbedPane.js M WebCore/inspector/front-end/inspector.css M WebCore/inspector/front-end/networkPanel.css Committed r69400
Note You need to log in before you can comment on or make changes to this bug.