Bug 67365
| Summary: | Web Inspector: it'd be nice to have 'Network' initiator enum value for redirects. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, vsevik, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Ilya Tikhonovsky
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vsevolod Vlasov
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 ***