Bug 67365 - Web Inspector: it'd be nice to have 'Network' initiator enum value for redirects.
Summary: Web Inspector: it'd be nice to have 'Network' initiator enum value for redire...
Status: RESOLVED DUPLICATE of bug 67367
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 23:48 PDT by Ilya Tikhonovsky
Modified: 2011-09-01 09:26 PDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-08-31 23:48:22 PDT
For example a script requested an url and server made a redirect.
As result I see two resources records in Network panel.
Both records have 'script' in Initiator column.
 
I think it'd be nice to see that the first record has 'script' but the second record has 'Network' and initial request's url as the second part of the field.
Comment 1 Vsevolod Vlasov 2011-09-01 09:26:08 PDT
Adding a new enum value for redirect does not make much sense as this is a UI issue.

*** This bug has been marked as a duplicate of bug 67367 ***