Bug 47081

Summary: Web Inspector: add total bar to the network panel.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change.
yurys: review+
[IMAGE] Looks with the patch applied. none

Description Pavel Feldman 2010-10-04 06:12:26 PDT
Few drive-by fixes.
Comment 1 Pavel Feldman 2010-10-04 06:14:35 PDT
Created attachment 69624 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 2010-10-04 06:17:30 PDT
Created attachment 69626 [details]
[IMAGE] Looks with the patch applied.
Comment 3 Yury Semikhatsky 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.
Comment 4 Pavel Feldman 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