Bug 63936 - Web Inspector: Resources panel shows only one resource when multiple resources have the same url.
Summary: Web Inspector: Resources panel shows only one resource when multiple resource...
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-07-05 06:11 PDT by Vsevolod Vlasov
Modified: 2011-07-07 04:34 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.97 KB, patch)
2011-07-05 06:17 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 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>