Bug 65515 - Web Inspector: [Network] Filtering by stylesheet does not update the # reqs, filesizes.
Summary: Web Inspector: [Network] Filtering by stylesheet does not update the # reqs, ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 23:01 PDT by Pavel Feldman
Modified: 2011-08-10 11:41 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.93 KB, patch)
2011-08-10 05:32 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-08-01 23:01:49 PDT
<user report>
Comment 1 Vsevolod Vlasov 2011-08-10 05:32:50 PDT
Created attachment 103470 [details]
Patch
Comment 2 Pavel Feldman 2011-08-10 06:23:42 PDT
Comment on attachment 103470 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=103470&action=review

> Source/WebCore/inspector/front-end/NetworkPanel.js:387
> +        var selectedNumRequests = 0;

Number
Comment 3 Vsevolod Vlasov 2011-08-10 11:41:27 PDT
Committed r92780: <http://trac.webkit.org/changeset/92780>