Bug 63936

Summary: Web Inspector: Resources panel shows only one resource when multiple resources have the same url.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
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 pfeldman: review+

Description Vsevolod Vlasov 2011-07-05 06:11:04 PDT
Resources panel shows only one resource when multiple resources have the same name.

Chromium bug: http://crbug.com/84605

CachedResources are stored by their frame and url, so it is not possible to show all of the resources with the same name, unless inspector was already opened when these resources were being loaded.
Comment 1 Vsevolod Vlasov 2011-07-05 06:17:52 PDT
Created attachment 99709 [details]
Patch
Comment 2 Vsevolod Vlasov 2011-07-07 04:34:09 PDT
Committed r90555: <http://trac.webkit.org/changeset/90555>