RESOLVED FIXED 47081
Web Inspector: add total bar to the network panel.
https://bugs.webkit.org/show_bug.cgi?id=47081
Summary Web Inspector: add total bar to the network panel.
Pavel Feldman
Reported 2010-10-04 06:12:26 PDT
Few drive-by fixes.
Attachments
[PATCH] Proposed change. (22.75 KB, patch)
2010-10-04 06:14 PDT, Pavel Feldman
yurys: review+
[IMAGE] Looks with the patch applied. (92.52 KB, image/png)
2010-10-04 06:17 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2010-10-04 06:14:35 PDT
Created attachment 69624 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-10-04 06:17:30 PDT
Created attachment 69626 [details] [IMAGE] Looks with the patch applied.
Yury Semikhatsky
Comment 3 2010-10-04 06:33:59 PDT
Comment on attachment 69624 [details] [PATCH] Proposed change. View in context: https://bugs.webkit.org/attachment.cgi?id=69624&action=review > WebCore/inspector/front-end/DataGrid.js:549 > + if (a._dataGridNode._data.summaryRow) Would be nice to have this summary bar extracted into a separate entity that can be easily distinguished from the regular nodes.
Pavel Feldman
Comment 4 2010-10-04 06:43:01 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/English.lproj/localizedStrings.js M WebCore/inspector/front-end/ConsoleView.js M WebCore/inspector/front-end/DataGrid.js M WebCore/inspector/front-end/NetworkPanel.js M WebCore/inspector/front-end/ResourcesPanel.js M WebCore/inspector/front-end/inspector.css M WebCore/inspector/front-end/networkPanel.css Committed r69010
Note You need to log in before you can comment on or make changes to this bug.