Bug 67367 - Web Inspector: Network: jump to initiator's record in case of redirect
Summary: Web Inspector: Network: jump to initiator's record in case of redirect
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:
: 67365 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-31 23:54 PDT by Ilya Tikhonovsky
Modified: 2011-09-02 04:38 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.44 KB, patch)
2011-09-01 09:47 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 Ilya Tikhonovsky 2011-08-31 23:54:21 PDT
If I have two records, where the second is the result of redirect then it'd be very helpful to be able to jump from the second to the first because a number of other records can be between those records.
Comment 1 Vsevolod Vlasov 2011-09-01 09:26:08 PDT
*** Bug 67365 has been marked as a duplicate of this bug. ***
Comment 2 Vsevolod Vlasov 2011-09-01 09:47:46 PDT
Created attachment 105979 [details]
Patch
Comment 3 Pavel Feldman 2011-09-01 10:13:03 PDT
Comment on attachment 105979 [details]
Patch

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

> Source/WebCore/inspector/front-end/Resource.js:547
> +        if (this.redirects && this.redirects.length > 0)

Do you need this? You seem to explicitly assign those above.
Comment 4 Vsevolod Vlasov 2011-09-02 04:38:16 PDT
Committed r94408: <http://trac.webkit.org/changeset/94408>